* [JAVA-20616] Upgraded spring-spel module to jdk9-and-above profile

* [JAVA-20616]  Upgraded spring-websockets module to jdk9-and-above profile

* [JAVA-20616]  Upgraded spring-shell module to jdk9-and-above profile

---------

Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
This commit is contained in:
panos-kakos
2023-05-19 05:50:37 +03:00
committed by GitHub
parent c9aef79909
commit 7849261270
3 changed files with 29 additions and 10 deletions
+17 -2
View File
@@ -19,12 +19,27 @@
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell</artifactId>
<version>${org.springframework.shell.version}</version>
<version>${spring-shell.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>${maven-war-plugin.version}</version>
<configuration>
<warSourceDirectory>src/main/webapp</warSourceDirectory>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
</plugin>
</plugins>
</build>
<properties>
<org.springframework.shell.version>1.2.0.RELEASE</org.springframework.shell.version>
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
<maven-war-plugin.version>3.3.2</maven-war-plugin.version>
</properties>
</project>