diff --git a/pom.xml b/pom.xml index 9b9205f..73d932f 100644 --- a/pom.xml +++ b/pom.xml @@ -32,15 +32,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 + @@ -590,7 +598,10 @@ false - --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