dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #43978
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 22310: Removed unnecessary dep
------------------------------------------------------------
revno: 22310
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2016-03-15 09:37:44 +0100
message:
Removed unnecessary dep
modified:
dhis-2/dhis-services/dhis-service-administration/pom.xml
dhis-2/dhis-services/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-administration/pom.xml'
--- dhis-2/dhis-services/dhis-service-administration/pom.xml 2016-01-15 00:52:40 +0000
+++ dhis-2/dhis-services/dhis-service-administration/pom.xml 2016-03-15 08:37:44 +0000
@@ -25,10 +25,6 @@
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-service-core</artifactId>
</dependency>
- <dependency>
- <groupId>org.hisp.dhis</groupId>
- <artifactId>dhis-service-dxf2</artifactId>
- </dependency>
<!-- Other -->
=== modified file 'dhis-2/dhis-services/pom.xml'
--- dhis-2/dhis-services/pom.xml 2016-02-22 11:40:17 +0000
+++ dhis-2/dhis-services/pom.xml 2016-03-15 08:37:44 +0000
@@ -24,8 +24,8 @@
<!-- Level 2 -->
<module>dhis-service-dxf2</module>
<module>dhis-service-mobile</module>
+ <module>dhis-service-administration</module>
<!-- Level 3 -->
- <module>dhis-service-administration</module>
<module>dhis-service-analytics</module>
<!-- Level 4 -->
<module>dhis-service-reporting</module>