diff --git a/spring-data-geode/pom.xml b/spring-data-geode/pom.xml index 3dec364a..84e88960 100644 --- a/spring-data-geode/pom.xml +++ b/spring-data-geode/pom.xml @@ -82,43 +82,6 @@ true - - - - org.apache.geronimo.specs - geronimo-jcdi_2.0_spec - 1.0.1 - test - - - - javax.interceptor - javax.interceptor-api - 1.2.1 - test - - - - javax.el - el-api - 2.2 - test - - - - javax.enterprise - cdi-api - ${cdi} - true - provided - - - javax.annotation - jsr250-api - - - - org.springframework @@ -189,6 +152,43 @@ + + + + org.apache.geronimo.specs + geronimo-jcdi_2.0_spec + 1.0.1 + test + + + + javax.interceptor + javax.interceptor-api + 1.2.2 + test + + + + javax.el + el-api + 2.2 + test + + + + javax.enterprise + cdi-api + ${cdi} + true + provided + + + javax.annotation + jsr250-api + + + + javax.annotation javax.annotation-api @@ -197,16 +197,23 @@ - org.apache.derby - derbyLocale_zh_TW - 10.9.1.0 + org.apache.openwebbeans + openwebbeans-se + ${webbeans} test - org.apache.openwebbeans - openwebbeans-se - ${webbeans} + org.apache.xbean + xbean-asm9-shaded + ${webbeans.xbean} + test + + + + org.apache.derby + derbyLocale_zh_TW + 10.9.1.0 test @@ -265,6 +272,7 @@ org.apache.maven.plugins maven-surefire-plugin + --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED **/*Tests.java **/*Test.java @@ -331,31 +339,6 @@ - - remote-java17 - - - - org.apache.maven.plugins - maven-surefire-plugin - - --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED - - **/*Tests.java - **/*Test.java - - false - - ${basedir}/src/test/resources/java-util-logging.properties - true - error - apache-geode - - - - - -