File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 17
17
<mysql-connector .version>8.4.0</mysql-connector .version>
18
18
<okhttp .version>4.12.0</okhttp .version>
19
19
<protobuf .version>4.27.2</protobuf .version>
20
+ <grpc .version>1.65.0</grpc .version>
20
21
<logback-classic .version>1.4.12</logback-classic .version>
21
22
<testcontainers .version>1.20.0</testcontainers .version>
22
23
</properties >
40
41
<version >${protobuf.version} </version >
41
42
</dependency >
42
43
44
+ <!-- gRPC -->
45
+ <dependency >
46
+ <groupId >io.grpc</groupId >
47
+ <artifactId >grpc-netty-shaded</artifactId >
48
+ <version >${grpc.version} </version >
49
+ </dependency >
50
+ <dependency >
51
+ <groupId >io.grpc</groupId >
52
+ <artifactId >grpc-protobuf</artifactId >
53
+ <version >${grpc.version} </version >
54
+ </dependency >
55
+ <dependency >
56
+ <groupId >io.grpc</groupId >
57
+ <artifactId >grpc-stub</artifactId >
58
+ <version >${grpc.version} </version >
59
+ </dependency >
60
+
43
61
<dependency >
44
62
<groupId >com.squareup.okhttp3</groupId >
45
63
<artifactId >okhttp</artifactId >
You can’t perform that action at this time.
0 commit comments