File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed
common/reactive-grpc-benchmarks Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 4141 <artifactId >rxgrpc-stub</artifactId >
4242 <version >${project.version} </version >
4343 </dependency >
44- <dependency >
45- <groupId >io.reactivex.rxjava2</groupId >
46- <artifactId >rxjava</artifactId >
47- <version >${rxjava.version} </version >
48- <scope >compile</scope >
49- </dependency >
5044 <dependency >
5145 <groupId >io.grpc</groupId >
5246 <artifactId >grpc-netty</artifactId >
Original file line number Diff line number Diff line change 308308 </plugin >
309309
310310 <plugin >
311+ <groupId >org.apache.maven.plugins</groupId >
311312 <artifactId >maven-surefire-plugin</artifactId >
312- <version >3.0.0-M3</version >
313- <configuration >
314- <argLine >-Xmx1024m -XX:MaxPermSize=256m</argLine >
315- </configuration >
313+ <version >3.0.0</version >
316314 </plugin >
317315 </plugins >
318316 </build >
Original file line number Diff line number Diff line change 119119 <plugin >
120120 <groupId >org.apache.felix</groupId >
121121 <artifactId >maven-bundle-plugin</artifactId >
122- <version >4 .1.0 </version >
122+ <version >5 .1.2 </version >
123123 <executions >
124124 <execution >
125125 <id >bundle-manifest</id >
You can’t perform that action at this time.
0 commit comments