REPO-3131 Update cxf libs to 3.0.12

This commit is contained in:
Alex Mukha
2017-12-18 13:51:05 +00:00
parent 1e0c3655df
commit a799b41acf

17
pom.xml
View File

@@ -298,7 +298,22 @@
<artifactId>jackson-annotations</artifactId>
<version>2.8.10</version>
</dependency>
<!-- Newer cxf libs, see REPO-3131 -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>3.0.12</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>3.0.12</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
<version>3.0.12</version>
</dependency>
<!-- Make sure JUnit is not packaged -->
<dependency>
<groupId>junit</groupId>