← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 19716: Removed unnecessary depdendencies

 

------------------------------------------------------------
revno: 19716
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2015-08-04 23:35:00 +0200
message:
  Removed unnecessary depdendencies
modified:
  dhis-2/dhis-services/dhis-service-mobile/pom.xml
  dhis-2/dhis-services/dhis-service-reporting/pom.xml
  dhis-2/dhis-services/pom.xml
  dhis-2/dhis-web/dhis-web-api/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-services/dhis-service-mobile/pom.xml'
--- dhis-2/dhis-services/dhis-service-mobile/pom.xml	2015-07-20 02:01:37 +0000
+++ dhis-2/dhis-services/dhis-service-mobile/pom.xml	2015-08-04 21:35:00 +0000
@@ -18,10 +18,6 @@
       <groupId>org.hisp.dhis</groupId>
       <artifactId>dhis-service-core</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.hisp.dhis</groupId>
-      <artifactId>dhis-service-administration</artifactId>
-    </dependency>
   </dependencies>
 
   <properties>

=== modified file 'dhis-2/dhis-services/dhis-service-reporting/pom.xml'
--- dhis-2/dhis-services/dhis-service-reporting/pom.xml	2015-07-20 02:01:37 +0000
+++ dhis-2/dhis-services/dhis-service-reporting/pom.xml	2015-08-04 21:35:00 +0000
@@ -39,10 +39,6 @@
     </dependency>
     <dependency>
       <groupId>org.hisp.dhis</groupId>
-      <artifactId>dhis-service-eventreporting</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.hisp.dhis</groupId>
       <artifactId>dhis-service-dxf2</artifactId>
     </dependency>
 	

=== modified file 'dhis-2/dhis-services/pom.xml'
--- dhis-2/dhis-services/pom.xml	2015-07-20 02:01:37 +0000
+++ dhis-2/dhis-services/pom.xml	2015-08-04 21:35:00 +0000
@@ -24,15 +24,14 @@
     <!-- Level 2 -->
     <module>dhis-service-datamart-default</module>
     <module>dhis-service-administration</module>
+    <module>dhis-service-dxf2</module>
+    <module>dhis-service-mobile</module>
     <!-- Level 3 -->
-    <module>dhis-service-dxf2</module>
     <module>dhis-service-analytics</module>
-    <module>dhis-service-mobile</module>
     <!-- Level 4 -->
     <module>dhis-service-eventreporting</module>
+    <module>dhis-service-reporting</module>
     <!-- Level 5 -->
-    <module>dhis-service-reporting</module>
-    <!-- Level 6 -->
     <module>dhis-service-importexport</module>
   </modules>
   

=== modified file 'dhis-2/dhis-web/dhis-web-api/pom.xml'
--- dhis-2/dhis-web/dhis-web-api/pom.xml	2015-07-20 02:01:37 +0000
+++ dhis-2/dhis-web/dhis-web-api/pom.xml	2015-08-04 21:35:00 +0000
@@ -46,6 +46,10 @@
       <artifactId>dhis-service-analytics</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.hisp.dhis</groupId>
+      <artifactId>dhis-service-eventreporting</artifactId>
+    </dependency>
+    <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
     </dependency>