Skip to content

Commit

Permalink
Fixing WSS4J version
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Dec 4, 2017
1 parent 4a23803 commit d83acb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-system/pom.xml
Expand Up @@ -51,7 +51,7 @@
<commons.cli>1.2</commons.cli>
<cxf.version>3.2.1</cxf.version>
<cxf-xjc.version>3.2.0</cxf-xjc.version>
<wss4j.version>2.1.5</wss4j.version>
<wss4j.version>2.2.0</wss4j.version>
<dbunit.version>2.4.7</dbunit.version>
<jaxb-api.version>2.2.10</jaxb-api.version>
<jaxb.version>2.2.10</jaxb.version>
Expand Down Expand Up @@ -611,8 +611,8 @@
<version>${wss4j.version}</version>
<exclusions>
<exclusion> <!-- conflict with javax.mail:mail -->
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-javamail_1.4_spec</artifactId>
<groupId>org.apache.geronimo.javamail</groupId>
<artifactId>geronimo-javamail_1.4_mail</artifactId>
</exclusion>
<exclusion> <!-- conflict with jasper -->
<groupId>org.bouncycastle</groupId>
Expand Down

0 comments on commit d83acb6

Please sign in to comment.