From acd7e4f814f2abfb3446ac2be7d4d85c5033eafe Mon Sep 17 00:00:00 2001 From: Andrea Ceccanti Date: Fri, 5 Nov 2021 08:07:33 +0100 Subject: [PATCH] WIP: maven clean succeeds --- iam-login-service/pom.xml | 17 ++------ iam-persistence/pom.xml | 6 +-- iam-test-client/pom.xml | 13 +------ iam-test-protected-resource/pom.xml | 11 ------ pom.xml | 60 +++++++++-------------------- 5 files changed, 25 insertions(+), 82 deletions(-) diff --git a/iam-login-service/pom.xml b/iam-login-service/pom.xml index 135e72ef5..c0ac2a9e3 100644 --- a/iam-login-service/pom.xml +++ b/iam-login-service/pom.xml @@ -113,7 +113,7 @@ org.webjars - webjars-locator + webjars-locator-core @@ -123,7 +123,7 @@ - org.hibernate + org.hibernate.validator hibernate-validator @@ -178,20 +178,11 @@ test - - org.springframework.security - spring-security-jwt - - - org.bouncycastle - bcpkix-jdk15on - - - - org.springframework.boot spring-boot-devtools + runtime + true diff --git a/iam-persistence/pom.xml b/iam-persistence/pom.xml index 9b318ce96..2e01ab80f 100644 --- a/iam-persistence/pom.xml +++ b/iam-persistence/pom.xml @@ -31,10 +31,6 @@ IAM Persistence Module The INDIGO IAM persistence classes - - - - @@ -59,7 +55,7 @@ - org.hibernate + org.hibernate.validator hibernate-validator diff --git a/iam-test-client/pom.xml b/iam-test-client/pom.xml index c3920b143..74e9e90d7 100644 --- a/iam-test-client/pom.xml +++ b/iam-test-client/pom.xml @@ -34,7 +34,7 @@ org.webjars - webjars-locator + webjars-locator-core @@ -62,17 +62,6 @@ spring-security-oauth2 - - org.springframework.security - spring-security-jwt - - - org.bouncycastle - bcpkix-jdk15on - - - - org.mitre openid-connect-client diff --git a/iam-test-protected-resource/pom.xml b/iam-test-protected-resource/pom.xml index 6c462a879..80cbe82cc 100644 --- a/iam-test-protected-resource/pom.xml +++ b/iam-test-protected-resource/pom.xml @@ -48,17 +48,6 @@ spring-security-oauth2 - - org.springframework.security - spring-security-jwt - - - org.bouncycastle - bcpkix-jdk15on - - - - org.springframework.boot spring-boot-starter-security diff --git a/pom.xml b/pom.xml index d6e006d07..b45bb3e01 100644 --- a/pom.xml +++ b/pom.xml @@ -4,12 +4,18 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.5.6 + + it.infn.mw iam-parent 1.8.0-spring-update-SNAPSHOT pom - INDIGO Identity and Access Manager (IAM) + INDIGO Identity and Access Manager (IAM) - Parent POM UTF-8 @@ -24,7 +30,6 @@ 2.5.6 - 0.32 1.6.1 2.5.0 1.0.20 @@ -41,10 +46,12 @@ 3.0 0.8.3 - 3.0.0-M2 1.0 2.3.2 2.3.2 + + 2.5.1.RELEASE + @ iam-persistence/**/*,iam-test-client/**/*,iam-test-protected-resource/**/* @@ -61,18 +68,11 @@ - org.springframework.boot - spring-boot-dependencies - ${spring-boot.version} - pom - import - - - - org.webjars - webjars-locator-core - ${webjars-locator-core.version} + org.springframework.security.oauth + spring-security-oauth2 + ${spring-security-oauth2.version} + org.webjars angularjs @@ -158,6 +158,8 @@ ${mitreid.version} + + @@ -232,16 +234,6 @@ license-maven-plugin ${license-maven-plugin.version} - - org.springframework.boot - spring-boot-maven-plugin - ${spring-boot.version} - - - org.apache.maven.plugins - maven-surefire-plugin - 3.0.0-M5 - @@ -249,7 +241,6 @@ org.apache.maven.plugins maven-enforcer-plugin - ${maven-enforcer-plugin.version} enforce-maven @@ -262,7 +253,7 @@ 1.8.0 - 3.3.0 + 3.6.0 @@ -272,8 +263,6 @@ org.apache.maven.plugins maven-source-plugin - 2.2.1 - attach-sources @@ -295,21 +284,10 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - ${java.version} - ${java.version} - UTF-8 - - org.apache.maven.plugins maven-war-plugin - 2.5 false @@ -341,10 +319,10 @@ + pl.project13.maven git-commit-id-plugin - 2.1.11