mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +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>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user