diff --git a/spring-ejb/ejb-remote-for-spring/pom.xml b/spring-ejb/ejb-remote-for-spring/pom.xml index 9978196725..92f9dbf16c 100755 --- a/spring-ejb/ejb-remote-for-spring/pom.xml +++ b/spring-ejb/ejb-remote-for-spring/pom.xml @@ -45,7 +45,7 @@ wildfly10x - http://download.jboss.org/wildfly/10.1.0.Final/wildfly-10.1.0.Final.zip + http://download.jboss.org/wildfly/12.0.0.Final/wildfly-12.0.0.Final.zip @@ -66,7 +66,7 @@ - 7.0 + 8.0 1.6.1 diff --git a/spring-ejb/pom.xml b/spring-ejb/pom.xml index 188ba0b8fe..357c2cc84c 100755 --- a/spring-ejb/pom.xml +++ b/spring-ejb/pom.xml @@ -43,13 +43,13 @@ javax javaee-api - 7.0 + 8.0 provided org.wildfly wildfly-ejb-client-bom - 10.1.0.Final + 12.0.0.Final pom import diff --git a/spring-ejb/spring-ejb-client/pom.xml b/spring-ejb/spring-ejb-client/pom.xml index 941105a220..83c7028dab 100644 --- a/spring-ejb/spring-ejb-client/pom.xml +++ b/spring-ejb/spring-ejb-client/pom.xml @@ -11,9 +11,9 @@ com.baeldung - parent-boot-1 + parent-boot-2 0.0.1-SNAPSHOT - ../../parent-boot-1 + ../../parent-boot-2 @@ -31,7 +31,7 @@ org.wildfly wildfly-ejb-client-bom - 10.1.0.Final + 12.0.0.Final pom @@ -47,6 +47,12 @@ spring-boot-starter-test test + + + io.undertow + undertow-servlet + + @@ -58,43 +64,4 @@ - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - true - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - true - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - -