Skip to content

Commit

Permalink
deps cxf
Browse files Browse the repository at this point in the history
  • Loading branch information
francescou committed Sep 21, 2016
1 parent 2b8b180 commit 0199a24
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions SIGLA/pom.xml
Expand Up @@ -213,6 +213,20 @@
<version>${opencmis.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
</exclusion>

<exclusion>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
</exclusion>

<exclusion>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
</exclusion>
<exclusion>
<artifactId>stax-ex</artifactId>
<groupId>org.jvnet.staxex</groupId>
</exclusion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -23,7 +23,7 @@
<java.version>1.8</java.version>
<opencmis.version>1.0.0</opencmis.version>
<spring.version>4.3.3.RELEASE</spring.version>
<jada.version>4.0.2</jada.version>
<jada.version>4.0.3</jada.version>
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
<sigla.build.number>${maven.build.timestamp}</sigla.build.number>
<slf4j.version>1.7.21</slf4j.version>
Expand Down

0 comments on commit 0199a24

Please sign in to comment.