[JAVA-20615] Upgraded spring-security-modules to jdk9-and-above profile (#14142)

* [JAVA-20615] Upgraded spring-security-modules to jdk9-and-above profile

* [JAVA-20615] test build

* [JAVA-20615] test build

* [JAVA-20615] Clean up
This commit is contained in:
panos-kakos
2023-05-31 19:56:25 +03:00
committed by GitHub
parent 26fe19be07
commit e917196734
8 changed files with 62 additions and 6 deletions
@@ -126,6 +126,11 @@
<version>${spring-security.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>${javax.annotation-api.version}</version>
</dependency>
</dependencies>
<build>
@@ -169,6 +174,7 @@
<!-- Maven plugins -->
<maven-war-plugin.version>3.2.2</maven-war-plugin.version>
<cargo-maven2-plugin.version>1.6.1</cargo-maven2-plugin.version>
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
</properties>
</project>