← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 17050: Removed unused dep definitions

 

------------------------------------------------------------
revno: 17050
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2014-10-10 21:10:19 +0200
message:
  Removed unused dep definitions
modified:
  dhis-2/pom.xml


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml	2014-10-10 18:27:18 +0000
+++ dhis-2/pom.xml	2014-10-10 19:10:19 +0000
@@ -870,29 +870,6 @@
         <version>1.7</version>
       </dependency>
 
-      <!-- Relaxng schema validation -->
-      <dependency>
-        <groupId>net.java.dev.msv</groupId>
-        <artifactId>msv</artifactId>
-        <version>20081113</version>
-        <scope>test</scope>
-        <type>jar</type>
-      </dependency>
-      <dependency>
-        <groupId>net.java.dev.msv</groupId>
-        <artifactId>relaxngDatatype</artifactId>
-        <version>20081113</version>
-        <scope>test</scope>
-        <type>jar</type>
-      </dependency>
-      <dependency>
-        <groupId>net.java.dev.msv</groupId>
-        <artifactId>xsdlib</artifactId>
-        <version>20081113</version>
-        <scope>test</scope>
-        <type>jar</type>
-      </dependency>
-
       <!-- Jackson JSON Mapper -->
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>