← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 18814: Removed unnecessary depdencency

 

------------------------------------------------------------
revno: 18814
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2015-04-06 11:27:13 +0200
message:
  Removed unnecessary depdencency
modified:
  dhis-2/dhis-support/dhis-support-jdbc/pom.xml
  dhis-2/dhis-support/dhis-support-test/pom.xml
  dhis-2/dhis-support/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/dhis-support/dhis-support-jdbc/pom.xml'
--- dhis-2/dhis-support/dhis-support-jdbc/pom.xml	2015-01-23 14:07:46 +0000
+++ dhis-2/dhis-support/dhis-support-jdbc/pom.xml	2015-04-06 09:27:13 +0000
@@ -22,6 +22,13 @@
       <artifactId>dhis-api</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.hisp.dhis</groupId>
+      <artifactId>dhis-support-system</artifactId>
+    </dependency>
+    
+    <!-- Other -->
+    
+    <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-core</artifactId>
     </dependency>
@@ -41,10 +48,6 @@
       <groupId>org.hisp.dhis</groupId>
       <artifactId>dhis-support-hibernate</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.hisp.dhis</groupId>
-      <artifactId>dhis-support-system</artifactId>
-    </dependency>
         
   </dependencies>
   <properties>

=== modified file 'dhis-2/dhis-support/dhis-support-test/pom.xml'
--- dhis-2/dhis-support/dhis-support-test/pom.xml	2015-01-23 14:07:46 +0000
+++ dhis-2/dhis-support/dhis-support-test/pom.xml	2015-04-06 09:27:13 +0000
@@ -20,10 +20,6 @@
       <groupId>org.hisp.dhis</groupId>
       <artifactId>dhis-api</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.hisp.dhis</groupId>
-      <artifactId>dhis-support-hibernate</artifactId>
-    </dependency>
 
     <!-- Other -->
 

=== modified file 'dhis-2/dhis-support/pom.xml'
--- dhis-2/dhis-support/pom.xml	2015-01-23 14:07:46 +0000
+++ dhis-2/dhis-support/pom.xml	2015-04-06 09:27:13 +0000
@@ -14,10 +14,10 @@
   <name>DHIS Support Parent Project</name>
   
   <modules>
+    <module>dhis-support-external</module>
     <module>dhis-support-test</module>
     <module>dhis-support-hibernate</module>
     <module>dhis-support-system</module>
-    <module>dhis-support-external</module>
     <module>dhis-support-jdbc</module>
   </modules>
   <properties>