[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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user