diff --git a/integration-tests/jakarta-ee/pom.xml b/integration-tests/jakarta-ee/pom.xml index eec2a70bb2..fc0d2ebfc2 100644 --- a/integration-tests/jakarta-ee/pom.xml +++ b/integration-tests/jakarta-ee/pom.xml @@ -37,6 +37,8 @@ ${maven.compiler.release} ${maven.compiler.release} 1.7.1.Final + 2.5.6 + 2.5.4 --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED @@ -137,12 +139,6 @@ 2.1.6 test - - org.mockito - mockito-inline - ${mockito-inline.version} - test - org.slf4j slf4j-jdk14 @@ -185,7 +181,7 @@ org.jboss.arquillian.graphene graphene-webdriver - 2.5.4 + ${arquillian.graphene.version} test pom @@ -203,7 +199,7 @@ org.jboss.arquillian.extension arquillian-drone-bom - 2.5.6 + ${arquillian.drone.version} pom import @@ -219,6 +215,18 @@ + + maven-compiler-plugin + + + + org.projectlombok + lombok + ${lombok.version} + + + + maven-war-plugin diff --git a/integration-tests/jakarta-ee/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker b/integration-tests/jakarta-ee/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker new file mode 100644 index 0000000000..1f0955d450 --- /dev/null +++ b/integration-tests/jakarta-ee/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker @@ -0,0 +1 @@ +mock-maker-inline diff --git a/pom.xml b/pom.xml index 8db536b20d..de622df3f9 100644 --- a/pom.xml +++ b/pom.xml @@ -119,9 +119,9 @@ 5.2.0 5.5.0 - 5.2.0 + 1.14.8 3.0.0 - 4.0.13 + 4.0.15 5.10.0 3.0.0 5.6.15.Final @@ -343,6 +343,7 @@ **/target/** **/nb-configuration.xml **/faces-config.NavData + **/org.mockito.plugins.MockMaker @@ -606,6 +607,13 @@ -Xlint:deprecation -Xlint:unchecked + + + org.aspectj + aspectjweaver + ${aspectj.version} + + @@ -1075,6 +1083,16 @@ 2.1.0 test + + net.bytebuddy + byte-buddy + ${bytebuddy.version} + + + net.bytebuddy + byte-buddy-agent + ${bytebuddy.version} + commons-cli @@ -1542,6 +1560,7 @@ **/target/** **/nb-configuration.xml **/faces-config.NavData + **/org.mockito.plugins.MockMaker diff --git a/support/cdi/pom.xml b/support/cdi/pom.xml index 5c6863194d..693f02a9d5 100644 --- a/support/cdi/pom.xml +++ b/support/cdi/pom.xml @@ -68,13 +68,6 @@ test true - - org.mockito - mockito-inline - ${mockito-inline.version} - test - true - org.slf4j slf4j-jdk14 @@ -86,6 +79,18 @@ + + maven-compiler-plugin + + + + org.projectlombok + lombok + ${lombok.version} + + + + org.apache.felix maven-bundle-plugin diff --git a/support/jakarta-ee/pom.xml b/support/jakarta-ee/pom.xml index 07f4eca68c..a70625860c 100644 --- a/support/jakarta-ee/pom.xml +++ b/support/jakarta-ee/pom.xml @@ -87,13 +87,6 @@ test true - - org.mockito - mockito-inline - ${mockito-inline.version} - test - true - org.slf4j slf4j-jdk14 @@ -105,6 +98,18 @@ + + maven-compiler-plugin + + + + org.projectlombok + lombok + ${lombok.version} + + + + org.apache.felix maven-bundle-plugin