Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bauer committed Dec 14, 2012
1 parent f934741 commit 23b63b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<javax.mail.version>1.4</javax.mail.version>
<dbunit.version>2.2</dbunit.version>
<weld.version>1.1.10.Final</weld.version>
<kxml.version>2.3.0</kxml.version>

</properties>

Expand Down
2 changes: 1 addition & 1 deletion xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>net.sf.kxml</groupId>
<artifactId>kxml2</artifactId>
<version>2.3.0</version>
<version>${kxml.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 23b63b0

Please sign in to comment.