[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 c239c68fa4
commit 66ecd935ea
8 changed files with 62 additions and 6 deletions

View File

@@ -127,6 +127,11 @@
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>${jaxb-api.version}</version>
</dependency>
</dependencies>
<build>
@@ -220,6 +225,7 @@
</profiles>
<properties>
<jaxb-api.version>2.3.1</jaxb-api.version>
<!-- http -->
<httpcore.version>4.4.11</httpcore.version>
<httpclient.version>4.5.8</httpclient.version>