Skip to content

Commit

Permalink
Updating xmlsec to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Igor committed Feb 25, 2016
1 parent ca81f3f commit 3b8364f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pom.xml
Expand Up @@ -72,8 +72,7 @@
<undertow.version>1.3.15.Final</undertow.version>
<wildfly.core.version>2.0.10.Final</wildfly.core.version>
<wildfly.build-tools.version>1.1.0.Final</wildfly.build-tools.version>
<!--<xmlsec.version>2.0.5</xmlsec.version>--> <!-- WILDFLY VERSION -->
<xmlsec.version>1.5.1</xmlsec.version>
<xmlsec.version>2.0.5</xmlsec.version>

<!-- Others -->
<apacheds.version>2.0.0-M17</apacheds.version>
Expand Down Expand Up @@ -377,6 +376,10 @@
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-asl</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 3b8364f

Please sign in to comment.