diff --git a/akka-modules/akka-http/src/test/java/com/baeldung/akkahttp/UserServerUnitTest.java b/akka-modules/akka-http/src/test/java/com/baeldung/akkahttp/UserServerUnitTest.java index 0bb9dc1ef258..432d2ba265b9 100644 --- a/akka-modules/akka-http/src/test/java/com/baeldung/akkahttp/UserServerUnitTest.java +++ b/akka-modules/akka-http/src/test/java/com/baeldung/akkahttp/UserServerUnitTest.java @@ -19,7 +19,6 @@ public class UserServerUnitTest extends JUnitRouteTest { TestRoute appRoute = testRoute(new UserServer(userActorRef).routes()); - @Ignore @Test public void whenRequest_thenActorResponds() { diff --git a/apache-httpclient-2/pom.xml b/apache-httpclient-2/pom.xml index 9a9edc98795b..3312a907a560 100644 --- a/apache-httpclient-2/pom.xml +++ b/apache-httpclient-2/pom.xml @@ -64,6 +64,7 @@ 11 11 + 11 diff --git a/apache-httpclient/pom.xml b/apache-httpclient/pom.xml index ee0476042d23..cc8893190ec7 100644 --- a/apache-httpclient/pom.xml +++ b/apache-httpclient/pom.xml @@ -80,6 +80,7 @@ 11 11 + 11 diff --git a/apache-libraries-2/pom.xml b/apache-libraries-2/pom.xml index ea08ebb78ae3..f01656cd93a7 100644 --- a/apache-libraries-2/pom.xml +++ b/apache-libraries-2/pom.xml @@ -233,6 +233,7 @@ ${maven.compiler.source} ${maven.compiler.target} + ${maven.compiler.release} @@ -266,6 +267,7 @@ 1.15.1 17 17 + 17 \ No newline at end of file diff --git a/apache-libraries/pom.xml b/apache-libraries/pom.xml index 5dcef49dd5d1..de8d32b843e3 100644 --- a/apache-libraries/pom.xml +++ b/apache-libraries/pom.xml @@ -113,6 +113,7 @@ 15 15 + 15 diff --git a/aws-modules/aws-dynamodb-v2/pom.xml b/aws-modules/aws-dynamodb-v2/pom.xml index b6fb35777174..588b89246174 100644 --- a/aws-modules/aws-dynamodb-v2/pom.xml +++ b/aws-modules/aws-dynamodb-v2/pom.xml @@ -91,6 +91,7 @@ 9 9 + 9 diff --git a/aws-modules/aws-lambda-modules/lambda-function/pom.xml b/aws-modules/aws-lambda-modules/lambda-function/pom.xml index b6498efeda5d..15a488d16996 100644 --- a/aws-modules/aws-lambda-modules/lambda-function/pom.xml +++ b/aws-modules/aws-lambda-modules/lambda-function/pom.xml @@ -106,6 +106,7 @@ **/module-info.class + META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/LICENSE.txt diff --git a/aws-modules/aws-lambda-modules/shipping-tracker-lambda/ShippingFunction/pom.xml b/aws-modules/aws-lambda-modules/shipping-tracker-lambda/ShippingFunction/pom.xml index 0f294fabeb25..c9897e84d7e7 100644 --- a/aws-modules/aws-lambda-modules/shipping-tracker-lambda/ShippingFunction/pom.xml +++ b/aws-modules/aws-lambda-modules/shipping-tracker-lambda/ShippingFunction/pom.xml @@ -58,8 +58,26 @@ org.apache.maven.plugins maven-shade-plugin - 3.1.1 + ${maven-shade-plugin.version} + false + + + *:* + + **/module-info.class + META-INF/LICENSE + META-INF/LICENSE.md + META-INF/LICENSE.txt + META-INF/NOTICE + META-INF/NOTICE.md + META-INF/NOTICE.txt + META-INF/MANIFEST.MF + META-INF/DEPENDENCIES + META-INF/services/com.fasterxml.jackson.core.JsonFactory + + + @@ -76,6 +94,7 @@ 11 11 + 3.6.0 6.4.2.Final 1.2.0 3.1.0 diff --git a/aws-modules/aws-lambda-modules/todo-reminder-lambda/ToDoFunction/pom.xml b/aws-modules/aws-lambda-modules/todo-reminder-lambda/ToDoFunction/pom.xml index 458a41f7562d..63843223af90 100644 --- a/aws-modules/aws-lambda-modules/todo-reminder-lambda/ToDoFunction/pom.xml +++ b/aws-modules/aws-lambda-modules/todo-reminder-lambda/ToDoFunction/pom.xml @@ -87,8 +87,27 @@ org.apache.maven.plugins maven-shade-plugin - 3.2.4 + ${maven-shade-plugin.version} + false + + + *:* + + **/module-info.class + META-INF/LICENSE + META-INF/LICENSE.md + META-INF/LICENSE.txt + META-INF/NOTICE + META-INF/NOTICE.md + META-INF/NOTICE.txt + META-INF/MANIFEST.MF + META-INF/DEPENDENCIES + META-INF/services/com.fasterxml.jackson.core.JsonFactory + META-INF/org/apache/logging/log4j/core/config/plugins/Log4j2Plugins.dat + + + @@ -105,6 +124,7 @@ 11 11 + 3.6.0 1.2.1 3.6.0 1.2.1 diff --git a/aws-modules/pom.xml b/aws-modules/pom.xml index 00e174774e56..f15b466944f2 100644 --- a/aws-modules/pom.xml +++ b/aws-modules/pom.xml @@ -53,6 +53,12 @@ aws-java-sdk-dynamodb ${aws-java-sdk-dynamodb.version} compile + + + commons-logging + commons-logging + + diff --git a/core-java-modules/core-java-11-2/pom.xml b/core-java-modules/core-java-11-2/pom.xml index 6de1fc55869d..6e440ca9c05b 100644 --- a/core-java-modules/core-java-11-2/pom.xml +++ b/core-java-modules/core-java-11-2/pom.xml @@ -41,6 +41,7 @@ ${maven.compiler.source.version} ${maven.compiler.target.version} + ${maven.compiler.release.version} @@ -63,6 +64,7 @@ 11 11 + 11 5.11.1 3.0.1 3.0.2 diff --git a/core-java-modules/core-java-11/pom.xml b/core-java-modules/core-java-11/pom.xml index b3b0e440ca1d..4271761b828c 100644 --- a/core-java-modules/core-java-11/pom.xml +++ b/core-java-modules/core-java-11/pom.xml @@ -46,6 +46,7 @@ ${maven.compiler.source.version} ${maven.compiler.target.version} + ${maven.compiler.release.version} @@ -73,6 +74,12 @@ *:* + module-info.class + META-INF/MANIFEST.MF + META-INF/LICENSE.txt + LICENSE-EDL-1.0.txt + LICENSE-EPL-1.0.txt + about.html META-INF/*.SF META-INF/*.DSA META-INF/*.RSA @@ -89,6 +96,7 @@ 11 11 + 11 benchmarks 10.0.0 3.2.4 diff --git a/spring-boot-modules/spring-boot-keycloak-2/pom.xml b/spring-boot-modules/spring-boot-keycloak-2/pom.xml index 697896c7e852..277c78042019 100644 --- a/spring-boot-modules/spring-boot-keycloak-2/pom.xml +++ b/spring-boot-modules/spring-boot-keycloak-2/pom.xml @@ -1,7 +1,7 @@ + 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.keycloak spring-boot-keycloak-2 @@ -54,23 +54,6 @@ org.springframework.boot spring-boot-starter-data-jpa - - org.springframework.boot - spring-boot-starter-test - test - - - org.springframework.boot - spring-boot-starter-oauth2-client - - - org.springframework.boot - spring-boot-starter-security - - - org.springframework.boot - spring-boot-starter-web - org.hsqldb hsqldb @@ -131,7 +114,6 @@ 21.0.1 - com.baeldung.keycloak.key.SpringBootKeycloakApp 4.0.0 1.6.3