Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Update to latest parent pom and add xom dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Jul 12, 2013
1 parent 4313e1e commit 452292d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.zanata</groupId>
<artifactId>zanata-parent</artifactId>
<version>10</version>
<version>13-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
5 changes: 5 additions & 0 deletions zanata-war/pom.xml
Expand Up @@ -1928,6 +1928,11 @@
<artifactId>xmlunit</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>xom</groupId>
<artifactId>xom</artifactId>
</dependency>
</dependencies>


</project>

0 comments on commit 452292d

Please sign in to comment.