From 55d9b0e1981297e1800f7701388a653f50b241e6 Mon Sep 17 00:00:00 2001 From: Jan-Olav Eide Date: Wed, 29 Nov 2023 21:06:37 +0100 Subject: [PATCH 1/3] bump to 3.2, add paraeters option to compiler --- pom.xml | 4 ++-- token-validation-spring-test/pom.xml | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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-validation-spring-test/pom.xml b/token-validation-spring-test/pom.xml index ea9daea9..adc08427 100644 --- a/token-validation-spring-test/pom.xml +++ b/token-validation-spring-test/pom.xml @@ -47,7 +47,9 @@ org.apache.maven.plugins maven-compiler-plugin - true + + -parameters + @@ -89,4 +91,4 @@ - + \ No newline at end of file From e22d741dffe4850f9f6e567f8e4e809e372638b1 Mon Sep 17 00:00:00 2001 From: Jan-Olav Eide Date: Wed, 29 Nov 2023 21:08:52 +0100 Subject: [PATCH 2/3] typo in pom --- token-validation-spring-test/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/token-validation-spring-test/pom.xml b/token-validation-spring-test/pom.xml index adc08427..bde60843 100644 --- a/token-validation-spring-test/pom.xml +++ b/token-validation-spring-test/pom.xml @@ -49,7 +49,7 @@ -parameters - From 9b7d08cc6d634183a45979e0084aca8fb144d808 Mon Sep 17 00:00:00 2001 From: Jan-Olav Eide Date: Wed, 29 Nov 2023 22:05:33 +0100 Subject: [PATCH 3/3] parameters in mor modules --- token-client-core/pom.xml | 9 +++++++++ token-client-spring/pom.xml | 3 +++ token-validation-spring-test/pom.xml | 18 +----------------- 3 files changed, 13 insertions(+), 17 deletions(-) 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 bde60843..89acb5a4 100644 --- a/token-validation-spring-test/pom.xml +++ b/token-validation-spring-test/pom.xml @@ -43,7 +43,7 @@ - + org.apache.maven.plugins maven-compiler-plugin @@ -51,22 +51,6 @@ -parameters - - - compile - compile - - compile - - - - testCompile - test-compile - - testCompile - - - org.apache.maven.plugins