JAVA-18149 Formatting pom.xml and apply some suggestion

This commit is contained in:
timis1 2023-02-23 14:16:02 +02:00 committed by n
parent d9a50e7304
commit a6e2ac8872
2 changed files with 2 additions and 10 deletions

View File

@ -12,14 +12,6 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
<repositories>
<repository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Repository Group</name>
<url>https://repo.maven.apache.org/maven2</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.mapdb</groupId>
@ -129,7 +121,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M7</version>
<version>${maven-surefire-plugin.version}</version>
<configuration>
<argLine>--add-exports=java.base/jdk.internal.ref=ALL-UNNAMED --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED</argLine>
</configuration>

View File

@ -997,7 +997,7 @@
<module>java-native</module>
<module>jsoup</module>
<module>ksqldb</module>
<module>libraries-2</module>
<module>libraries-2</module>
<module>libraries-7</module>
<module>libraries-apache-commons</module>
<module>libraries-apache-commons-collections</module>