File tree 5 files changed +24
-13
lines changed
grpcmock-example-spring-boot
grpcmock-example-spring-boot-async
5 files changed +24
-13
lines changed Original file line number Diff line number Diff line change 22
22
cache : maven
23
23
24
24
- name : mvn verify
25
- run : |
26
- ls -la -R $JAVA_HOME
27
- mvn --batch-mode -T1C verify
25
+ run : mvn --batch-mode -T1C verify
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
4
<parent >
6
5
<groupId >org.grpcmock.examples</groupId >
7
6
<artifactId >grpcmock-examples</artifactId >
22
21
<dependencies >
23
22
<dependency >
24
23
<groupId >io.grpc</groupId >
25
- <artifactId >grpc-services</artifactId >
24
+ <artifactId >grpc-stub</artifactId >
25
+ <version >${grpc.version} </version >
26
+ </dependency >
27
+ <dependency >
28
+ <groupId >io.grpc</groupId >
29
+ <artifactId >grpc-protobuf</artifactId >
26
30
<version >${grpc.version} </version >
27
31
</dependency >
28
32
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
4
<parent >
6
5
<groupId >org.grpcmock.examples</groupId >
7
6
<artifactId >grpcmock-examples</artifactId >
48
47
</dependency >
49
48
<dependency >
50
49
<groupId >io.grpc</groupId >
51
- <artifactId >grpc-services</artifactId >
50
+ <artifactId >grpc-stub</artifactId >
51
+ <version >${grpc.version} </version >
52
+ </dependency >
53
+ <dependency >
54
+ <groupId >io.grpc</groupId >
55
+ <artifactId >grpc-protobuf</artifactId >
52
56
<version >${grpc.version} </version >
53
57
</dependency >
54
58
Original file line number Diff line number Diff line change 26
26
27
27
<dependency >
28
28
<groupId >io.grpc</groupId >
29
- <artifactId >grpc-services</artifactId >
29
+ <artifactId >grpc-stub</artifactId >
30
+ <version >${grpc.version} </version >
31
+ </dependency >
32
+ <dependency >
33
+ <groupId >io.grpc</groupId >
34
+ <artifactId >grpc-protobuf</artifactId >
30
35
<version >${grpc.version} </version >
31
36
</dependency >
32
37
Original file line number Diff line number Diff line change 46
46
<!-- examples modules versions -->
47
47
<grpc-spring-boot-starter .version>4.7.0</grpc-spring-boot-starter .version>
48
48
<protoc-jar-maven-plugin .version>3.11.4</protoc-jar-maven-plugin .version>
49
- <protoc .version>3.26 .1</protoc .version>
49
+ <protoc .version>3.25 .1</protoc .version>
50
50
<rest-assured .version>5.1.1</rest-assured .version>
51
51
</properties >
52
52
You can’t perform that action at this time.
0 commit comments