diff --git a/pom.xml b/pom.xml index f236038..ad5f90c 100644 --- a/pom.xml +++ b/pom.xml @@ -30,15 +30,23 @@ mulesoft-public-snapshots MuleSoft public snapshots https://repository.mulesoft.org/nexus/content/repositories/public - false - true + + false + + + true + netty5-snapshots Netty 5 snapshots https://oss.sonatype.org/content/repositories/snapshots - true - true + + true + + + true + @@ -55,7 +63,8 @@ scm:git:https://git.ignuranza.net/andreacavalli/CavalliumDBEngine-Server.git - scm:git:https://git.ignuranza.net/andreacavalli/CavalliumDBEngine-Server.git + scm:git:https://git.ignuranza.net/andreacavalli/CavalliumDBEngine-Server.git + HEAD @@ -147,7 +156,7 @@ 2.2 test - + src/test/java @@ -195,7 +204,10 @@ - --add-modules jdk.incubator.foreign -Dforeign.restricted=permit --add-opens=java.base/jdk.internal.misc=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --enable-native-access=ALL-UNNAMED + --add-modules jdk.incubator.foreign -Dforeign.restricted=permit + --add-opens=java.base/jdk.internal.misc=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED + --add-opens=java.base/java.nio=ALL-UNNAMED --enable-native-access=ALL-UNNAMED + ci