diff --git a/pom.xml b/pom.xml index d2f7724c1a..3b55736aca 100644 --- a/pom.xml +++ b/pom.xml @@ -416,7 +416,6 @@ spring-jenkins-pipeline spring-katharsis - spring-mobile spring-remoting-modules @@ -606,7 +605,6 @@ spring-jenkins-pipeline spring-katharsis - spring-mobile spring-remoting-modules @@ -739,6 +737,7 @@ + spring-mobile microservices-modules spring-ejb-modules spring-di @@ -749,7 +748,6 @@ azure netflix-modules spf4j - spring-jersey jersey jaxb @@ -1014,6 +1012,7 @@ + spring-mobile microservices-modules spring-ejb-modules spring-di @@ -1024,7 +1023,6 @@ azure netflix-modules spf4j - spring-jersey jersey jaxb diff --git a/spring-mobile/pom.xml b/spring-mobile/pom.xml index 7f715c8735..0c279c0d62 100644 --- a/spring-mobile/pom.xml +++ b/spring-mobile/pom.xml @@ -32,8 +32,33 @@ + + + + org.apache.maven.plugins + maven-war-plugin + ${maven-war-plugin.version} + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + ${maven.compiler.source} + ${maven.compiler.target} + + --add-exports=java.base/jdk.internal.vm.annotation=ALL-UNNAMED + + + + + + 1.1.5.RELEASE + 11 + 11 + 3.3.2 \ No newline at end of file