diff --git a/pom.xml b/pom.xml index e3a9d07be2..b6e5c526c5 100644 --- a/pom.xml +++ b/pom.xml @@ -419,13 +419,10 @@ spring-security-modules - spring-shell spring-soap - spring-spel spring-static-resources spring-swagger-codegen spring-web-modules - spring-websockets testing-modules video-tutorials xml @@ -590,13 +587,10 @@ spring-security-modules - spring-shell spring-soap - spring-spel spring-static-resources spring-swagger-codegen spring-web-modules - spring-websockets testing-modules video-tutorials xml @@ -917,8 +911,11 @@ spring-scheduling spring-state-machine + spring-shell + spring-spel spring-threads - spring-vault + spring-vault + spring-websockets static-analysis tensorflow-java vertx-modules @@ -1176,8 +1173,11 @@ spring-scheduling spring-state-machine + spring-shell + spring-spel spring-threads - spring-vault + spring-vault + spring-websockets static-analysis tensorflow-java vertx-modules diff --git a/spring-shell/pom.xml b/spring-shell/pom.xml index 4e64436486..506884b413 100644 --- a/spring-shell/pom.xml +++ b/spring-shell/pom.xml @@ -19,12 +19,27 @@ org.springframework.shell spring-shell - ${org.springframework.shell.version} + ${spring-shell.version} + + + + org.apache.maven.plugins + maven-war-plugin + ${maven-war-plugin.version} + + src/main/webapp + false + + + + + - 1.2.0.RELEASE + 1.2.0.RELEASE + 3.3.2 \ No newline at end of file diff --git a/spring-websockets/pom.xml b/spring-websockets/pom.xml index a28ef8749a..c13d1cff33 100644 --- a/spring-websockets/pom.xml +++ b/spring-websockets/pom.xml @@ -44,4 +44,8 @@ + + 3.3.2 + + \ No newline at end of file