← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2810: Removed unnecessary dependency from dhis-service-mapping

 

------------------------------------------------------------
revno: 2810
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2011-02-03 14:37:10 +0100
message:
  Removed unnecessary dependency from dhis-service-mapping
modified:
  dhis-2/dhis-services/dhis-service-core/pom.xml
  dhis-2/dhis-services/dhis-service-importexport/pom.xml
  dhis-2/dhis-services/dhis-service-mapping/pom.xml
  dhis-2/dhis-web/dhis-web-dashboard-integration/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-core/pom.xml'
--- dhis-2/dhis-services/dhis-service-core/pom.xml	2011-01-23 00:12:53 +0000
+++ dhis-2/dhis-services/dhis-service-core/pom.xml	2011-02-03 13:37:10 +0000
@@ -41,6 +41,10 @@
       <groupId>org.hisp.dhis</groupId>
       <artifactId>dhis-support-jdbc</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.hisp.dhis</groupId>
+      <artifactId>dhis-support-xml</artifactId>
+    </dependency>
     
     <!-- Other -->
 

=== modified file 'dhis-2/dhis-services/dhis-service-importexport/pom.xml'
--- dhis-2/dhis-services/dhis-service-importexport/pom.xml	2011-02-03 10:36:33 +0000
+++ dhis-2/dhis-services/dhis-service-importexport/pom.xml	2011-02-03 13:37:10 +0000
@@ -32,10 +32,6 @@
     <dependency>
       <groupId>org.hisp.dhis</groupId>
       <artifactId>dhis-service-administration</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.hisp.dhis</groupId>
-      <artifactId>dhis-support-xml</artifactId>
     </dependency>
     <dependency>
       <groupId>org.hisp.dhis</groupId>

=== modified file 'dhis-2/dhis-services/dhis-service-mapping/pom.xml'
--- dhis-2/dhis-services/dhis-service-mapping/pom.xml	2011-01-23 00:12:53 +0000
+++ dhis-2/dhis-services/dhis-service-mapping/pom.xml	2011-02-03 13:37:10 +0000
@@ -27,7 +27,7 @@
     </dependency>
     <dependency>
       <groupId>org.hisp.dhis</groupId>
-      <artifactId>dhis-service-datamart-default</artifactId>
+      <artifactId>dhis-service-options</artifactId>
     </dependency>
     <dependency>
       <groupId>org.hisp.dhis</groupId>

=== modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/pom.xml'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/pom.xml	2011-02-03 10:36:33 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/pom.xml	2011-02-03 13:37:10 +0000
@@ -42,10 +42,6 @@
       <groupId>org.hisp.dhis</groupId>
       <artifactId>dhis-service-datamart-default</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.hisp.dhis</groupId>
-      <artifactId>dhis-support-xml</artifactId>
-    </dependency>
         
     <!-- Other -->