mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2026-09-16 18:13:21 +00:00
REPO-3131 Update cxf libs to 3.0.12
This commit is contained in:
@@ -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