[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:
@@ -115,6 +115,11 @@
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>${commons-lang3.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.xml.bind</groupId>
|
||||
<artifactId>jaxb-api</artifactId>
|
||||
<version>${jaxb-api.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
@@ -165,6 +170,7 @@
|
||||
|
||||
<properties>
|
||||
<commons-logging.version>1.2</commons-logging.version>
|
||||
<jaxb-api.version>2.3.1</jaxb-api.version>
|
||||
<!-- Maven plugins -->
|
||||
<cargo-maven2-plugin.version>1.6.1</cargo-maven2-plugin.version>
|
||||
</properties>
|
||||
|
||||
Reference in New Issue
Block a user