diff --git a/java-ee-8-security-api/pom.xml b/java-ee-8-security-api/pom.xml index 4d4e2ba3b3..f43f3d7c5f 100644 --- a/java-ee-8-security-api/pom.xml +++ b/java-ee-8-security-api/pom.xml @@ -14,6 +14,13 @@ 1.0.0-SNAPSHOT + + app-auth-basic-store-db + app-auth-form-store-ldap + app-auth-custom-form-store-custom + app-auth-custom-no-store + + @@ -58,17 +65,9 @@ - - app-auth-basic-store-db - app-auth-form-store-ldap - app-auth-custom-form-store-custom - app-auth-custom-no-store - - 9080 9443 - 8.0 2.3 18.0.0.1 diff --git a/libraries-primitive/pom.xml b/libraries-primitive/pom.xml index cddb3ab1fe..30f683a544 100644 --- a/libraries-primitive/pom.xml +++ b/libraries-primitive/pom.xml @@ -3,17 +3,11 @@ 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 - com.baeldung libraries-primitive 1.0-SNAPSHOT libraries-primitive - - 1.8 - 1.8 - - @@ -47,12 +41,15 @@ eclipse-collections-api 10.0.0 - org.eclipse.collections eclipse-collections 10.0.0 - + + + 1.8 + 1.8 + \ No newline at end of file diff --git a/logging-modules/flogger/pom.xml b/logging-modules/flogger/pom.xml index 0bba719616..20201af179 100644 --- a/logging-modules/flogger/pom.xml +++ b/logging-modules/flogger/pom.xml @@ -2,14 +2,14 @@ + 4.0.0 + flogger + logging-modules com.baeldung 1.0.0-SNAPSHOT - 4.0.0 - - flogger diff --git a/oauth2-framework-impl/oauth2-authorization-server/pom.xml b/oauth2-framework-impl/oauth2-authorization-server/pom.xml index 25927c9f1a..8793eefe78 100644 --- a/oauth2-framework-impl/oauth2-authorization-server/pom.xml +++ b/oauth2-framework-impl/oauth2-authorization-server/pom.xml @@ -3,7 +3,6 @@ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - oauth2-authorization-server war oauth2-authorization-server @@ -14,15 +13,6 @@ 1.0-SNAPSHOT - - 1.4.199 - 9080 - 9443 - 7.3 - 1.62 - 1.62 - - com.nimbusds @@ -73,4 +63,13 @@ + + + 1.4.199 + 9080 + 9443 + 7.3 + 1.62 + 1.62 + diff --git a/oauth2-framework-impl/oauth2-client/pom.xml b/oauth2-framework-impl/oauth2-client/pom.xml index 9b2f05c483..4f12095d30 100644 --- a/oauth2-framework-impl/oauth2-client/pom.xml +++ b/oauth2-framework-impl/oauth2-client/pom.xml @@ -13,11 +13,6 @@ 1.0-SNAPSHOT - - 9180 - 9543 - - @@ -26,4 +21,9 @@ + + + 9180 + 9543 + diff --git a/oauth2-framework-impl/oauth2-resource-server/pom.xml b/oauth2-framework-impl/oauth2-resource-server/pom.xml index 5e5cd087ed..4c82668547 100644 --- a/oauth2-framework-impl/oauth2-resource-server/pom.xml +++ b/oauth2-framework-impl/oauth2-resource-server/pom.xml @@ -13,14 +13,6 @@ 1.0-SNAPSHOT - - 9280 - 8643 - http://localhost:9080 - http://localhost:9280 - 1.1 - - org.eclipse.microprofile.jwt @@ -39,4 +31,12 @@ + + 9280 + 8643 + http://localhost:9080 + http://localhost:9280 + 1.1 + + diff --git a/oauth2-framework-impl/pom.xml b/oauth2-framework-impl/pom.xml index fd1a2c926f..3c98b45112 100644 --- a/oauth2-framework-impl/pom.xml +++ b/oauth2-framework-impl/pom.xml @@ -9,15 +9,11 @@ pom oauth2-framework-impl - - 1.8 - 1.8 - false - RELEASE - 2.6.4 - 8.0 - 1.3 - + + oauth2-authorization-server + oauth2-resource-server + oauth2-client + @@ -88,9 +84,14 @@ - - oauth2-authorization-server - oauth2-resource-server - oauth2-client - + + + 1.8 + 1.8 + false + RELEASE + 2.6.4 + 8.0 + 1.3 +