File tree 1 file changed +17
-5
lines changed
1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 53
53
</profiles >
54
54
55
55
<properties >
56
- <agentPath >${project.basedir}/../../agent/target/deep -${project.version}.jar</agentPath >
56
+ <agentPath >${project.basedir}/../../agent/target/agent -${project.version}.jar</agentPath >
57
57
</properties >
58
58
59
59
<dependencies >
71
71
<dependency >
72
72
<groupId >io.grpc</groupId >
73
73
<artifactId >grpc-protobuf</artifactId >
74
- <version >1.55.1 </version >
74
+ <version >${grpc.version} </version >
75
75
<scope >test</scope >
76
76
</dependency >
77
77
<dependency >
78
- <groupId >io.vertx</groupId >
79
- <artifactId >vertx-grpc</artifactId >
80
- <version >4.4.2</version >
78
+ <groupId >io.grpc</groupId >
79
+ <artifactId >grpc-core</artifactId >
80
+ <version >${grpc.version} </version >
81
+ <scope >test</scope >
82
+ </dependency >
83
+ <dependency >
84
+ <groupId >io.grpc</groupId >
85
+ <artifactId >grpc-stub</artifactId >
86
+ <version >${grpc.version} </version >
87
+ <scope >test</scope >
88
+ </dependency >
89
+ <dependency >
90
+ <groupId >io.grpc</groupId >
91
+ <artifactId >grpc-netty</artifactId >
92
+ <version >${grpc.version} </version >
81
93
<scope >test</scope >
82
94
</dependency >
83
95
</dependencies >
You can’t perform that action at this time.
0 commit comments