We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6451f commit 9cd5c42Copy full SHA for 9cd5c42
1 file changed
pom.xml
@@ -77,7 +77,8 @@
77
<dependency>
78
<groupId>org.agrona</groupId>
79
<artifactId>agrona</artifactId>
80
- <version>2.0.1</version>
+ <!-- 1.23.0 requires Java 17+ -->
81
+ <version>1.22.0</version>
82
<optional>true</optional>
83
</dependency>
84
@@ -397,7 +398,7 @@
397
398
<groupId>org.apache.maven.plugins</groupId>
399
<artifactId>maven-surefire-plugin</artifactId>
400
<configuration>
- <argLine>@{argLine} --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/jdk.internal.misc=ALL-UNNAMED</argLine>
401
+ <argLine>@{argLine} --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED</argLine>
402
<forkCount>1</forkCount>
403
<reuseForks>false</reuseForks>
404
</configuration>
0 commit comments