diff --git a/pom.xml b/pom.xml
index b0d6cd70..a3dccf00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
17
17
17
- 3.1.6
+ 3.2.0
11.7
2.0.1.Final
5.3.2
@@ -453,4 +453,4 @@
nimbus-jose-jwt
-
+
\ No newline at end of file
diff --git a/token-client-core/pom.xml b/token-client-core/pom.xml
index 853c9818..698979b9 100644
--- a/token-client-core/pom.xml
+++ b/token-client-core/pom.xml
@@ -43,6 +43,15 @@
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+
+ -parameters
+
+
+
org.apache.maven.plugins
maven-source-plugin
diff --git a/token-client-spring/pom.xml b/token-client-spring/pom.xml
index 292de2e6..9c05de57 100644
--- a/token-client-spring/pom.xml
+++ b/token-client-spring/pom.xml
@@ -99,6 +99,9 @@
org.jetbrains.kotlin
kotlin-maven-plugin
+
+ true
+
org.apache.maven.plugins
diff --git a/token-validation-spring-test/pom.xml b/token-validation-spring-test/pom.xml
index ea9daea9..89acb5a4 100644
--- a/token-validation-spring-test/pom.xml
+++ b/token-validation-spring-test/pom.xml
@@ -43,28 +43,14 @@
-
+
org.apache.maven.plugins
maven-compiler-plugin
- true
+
+ -parameters
+
-
-
- compile
- compile
-
- compile
-
-
-
- testCompile
- test-compile
-
- testCompile
-
-
-
org.apache.maven.plugins
@@ -89,4 +75,4 @@
-
+
\ No newline at end of file