dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #23195
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11272: Removed unnecessary dependency from web-api to web-api-mobile
------------------------------------------------------------
revno: 11272
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2013-06-27 21:18:15 +0200
message:
Removed unnecessary dependency from web-api to web-api-mobile
modified:
dhis-2/dhis-web/dhis-web-api-mobile/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-web/dhis-web-api-mobile/pom.xml'
--- dhis-2/dhis-web/dhis-web-api-mobile/pom.xml 2013-05-31 08:27:38 +0000
+++ dhis-2/dhis-web/dhis-web-api-mobile/pom.xml 2013-06-27 19:18:15 +0000
@@ -34,8 +34,6 @@
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-service-mobile</artifactId>
</dependency>
-
-
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
=== modified file 'dhis-2/dhis-web/dhis-web-api/pom.xml'
--- dhis-2/dhis-web/dhis-web-api/pom.xml 2013-05-31 08:27:38 +0000
+++ dhis-2/dhis-web/dhis-web-api/pom.xml 2013-06-27 19:18:15 +0000
@@ -61,10 +61,6 @@
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-service-analytics</artifactId>
</dependency>
- <dependency>
- <groupId>org.hisp.dhis</groupId>
- <artifactId>dhis-web-api-mobile</artifactId>
- </dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>