diff --git a/module-core/pom.xml b/module-core/pom.xml
index 3142e5d..b4c9235 100644
--- a/module-core/pom.xml
+++ b/module-core/pom.xml
@@ -16,6 +16,7 @@
jar
17
+ 3.8.8
UTF-8
@@ -161,6 +162,21 @@
+
+
+ maven-compiler-plugin
+ 3.11.0
+
+ ${maven.compiler.release}
+
+ -Xlint:deprecation
+ -Xlint:unchecked
+ -Xlint:removal
+
+
+
+
+
org.jacoco
@@ -225,6 +241,9 @@
+
+ ${maven.version}
+
This is not a release version!
@@ -258,6 +277,9 @@
+
+ ${maven.version}
+
This is not a snapshot version!
false
diff --git a/module-exchange/pom.xml b/module-exchange/pom.xml
index 076a504..7614433 100644
--- a/module-exchange/pom.xml
+++ b/module-exchange/pom.xml
@@ -10,6 +10,7 @@
jar
17
+ 3.8.8
UTF-8
@@ -40,6 +41,21 @@
${project.artifactId}
+
+
+ maven-compiler-plugin
+ 3.11.0
+
+ ${maven.compiler.release}
+
+ -Xlint:deprecation
+ -Xlint:unchecked
+ -Xlint:removal
+
+
+
+
+
org.jacoco
@@ -104,6 +120,9 @@
+
+ ${maven.version}
+
This is not a release version!
@@ -137,6 +156,9 @@
+
+ ${maven.version}
+
This is not a snapshot version!
false