diff --git a/pom.xml b/pom.xml
index 2e048af..02f2830 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@
3.8.5
3.2.0
3.3.1
- 3.0.0-M5
+ 3.0.0-M8
0.8.7
0.5.0
2.5.3
@@ -250,6 +250,9 @@
org.apache.maven.plugins
maven-surefire-plugin
${maven.surefire.plugin.version}
+
+ --add-opens java.base/java.nio=ALL-UNNAMED
+
org.sonatype.central
@@ -272,6 +275,26 @@
deploy
+
+ org.jacoco
+ jacoco-maven-plugin
+ ${jacoco.maven.plugin.version}
+
+
+ prepare-agent
+
+ prepare-agent
+
+
+
+ report
+ test
+
+ report
+
+
+
+
@@ -309,33 +332,5 @@
-
- coverage
-
-
-
- org.jacoco
- jacoco-maven-plugin
- ${jacoco.maven.plugin.version}
-
-
-
- prepare-agent
-
-
-
- report
- test
-
- report
-
-
-
-
-
-
-
-
-