Skip to content

Commit

Permalink
Fixes #148 - maven pom versions for Xerces and Jaxen
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfl committed Feb 14, 2015
1 parent ef37218 commit 3536f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maven/maven.pom
Expand Up @@ -62,13 +62,13 @@
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.1.4</version>
<version>1.1.6</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.10.0</version>
<version>2.11.0</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit 3536f5c

Please sign in to comment.