Skip to content

Commit 11d66f5

Browse files
committed
Fix Java17 compilation
1 parent a32f2a5 commit 11d66f5

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

common/reactive-grpc-benchmarks/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@
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>

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,11 +308,9 @@
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>

rx3-java/rx3grpc-stub/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
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>

0 commit comments

Comments
 (0)