|
|
@ -16,7 +16,7 @@ |
|
|
|
<properties> |
|
|
|
<properties> |
|
|
|
<failOnDependencyWarning>true</failOnDependencyWarning> |
|
|
|
<failOnDependencyWarning>true</failOnDependencyWarning> |
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
|
|
<cxf.version>3.2.6</cxf.version> |
|
|
|
<cxf.version>3.3.1</cxf.version> |
|
|
|
<jackson.version>2.9.8</jackson.version> |
|
|
|
<jackson.version>2.9.8</jackson.version> |
|
|
|
</properties> |
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
|
@ -139,6 +139,54 @@ |
|
|
|
<version>3.14.0</version> |
|
|
|
<version>3.14.0</version> |
|
|
|
<scope>provided</scope> |
|
|
|
<scope>provided</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.apache.ant</groupId> |
|
|
|
|
|
|
|
<artifactId>ant</artifactId> |
|
|
|
|
|
|
|
<version>1.10.5</version> |
|
|
|
|
|
|
|
<scope>runtime</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>javax.annotation</groupId> |
|
|
|
|
|
|
|
<artifactId>javax.annotation-api</artifactId> |
|
|
|
|
|
|
|
<version>1.3.1</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.jvnet.staxex</groupId> |
|
|
|
|
|
|
|
<artifactId>stax-ex</artifactId> |
|
|
|
|
|
|
|
<version>1.8.1</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>javax.xml.bind</groupId> |
|
|
|
|
|
|
|
<artifactId>jaxb-api</artifactId> |
|
|
|
|
|
|
|
<version>2.3.1</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>com.sun.xml.bind</groupId> |
|
|
|
|
|
|
|
<artifactId>jaxb-core</artifactId> |
|
|
|
|
|
|
|
<version>2.3.0</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>com.sun.xml.bind</groupId> |
|
|
|
|
|
|
|
<artifactId>jaxb-impl</artifactId> |
|
|
|
|
|
|
|
<version>2.3.1</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>javax.xml.ws</groupId> |
|
|
|
|
|
|
|
<artifactId>jaxws-api</artifactId> |
|
|
|
|
|
|
|
<version>2.3.1</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>javax.xml.soap</groupId> |
|
|
|
|
|
|
|
<artifactId>javax.xml.soap-api</artifactId> |
|
|
|
|
|
|
|
<version>1.4.0</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>javax.jws</groupId> |
|
|
|
|
|
|
|
<artifactId>javax.jws-api</artifactId> |
|
|
|
|
|
|
|
<version>1.1</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<!-- Remove once spring boot is updated --> |
|
|
|
<!-- Remove once spring boot is updated --> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|