diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2015-09-01 15:55:07 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2015-09-01 15:55:07 +0200 |
| commit | 09ba1bdecc62f850c2225fb853914f8a80aacca1 (patch) | |
| tree | fb5c26953208ed794bacfde7929e6c24edce2e69 | |
| parent | 6b799e8e3f4630bdd250bf076fd93095af86c68d (diff) | |
| -rw-r--r-- | pom.xml | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.cristalise</groupId> <artifactId>cristalise-xmldb</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> <name>cristalise-xmldb</name> <description>CRISTAL Module</description> <issueManagement> @@ -122,7 +122,7 @@ <dependency> <groupId>org.cristalise</groupId> <artifactId>cristalise-kernel</artifactId> - <version>3.0</version> + <version>3.1-SNAPSHOT</version> </dependency> </dependencies> </dependencyManagement> @@ -180,6 +180,10 @@ <artifactId>junit</artifactId> <groupId>junit</groupId> </exclusion> + <exclusion> + <artifactId>xercesImpl</artifactId> + <groupId>xerces</groupId> + </exclusion> </exclusions> </dependency> </dependencies> |
