mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
REPO-3131 Update cxf libs to 3.0.12
This commit is contained in:
17
pom.xml
17
pom.xml
@@ -298,7 +298,22 @@
|
|||||||
<artifactId>jackson-annotations</artifactId>
|
<artifactId>jackson-annotations</artifactId>
|
||||||
<version>2.8.10</version>
|
<version>2.8.10</version>
|
||||||
</dependency>
|
</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 -->
|
<!-- Make sure JUnit is not packaged -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
|
Reference in New Issue
Block a user