dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #18763
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7946: Removed unecessary dependency version
------------------------------------------------------------
revno: 7946
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2012-08-21 14:53:32 +0200
message:
Removed unecessary dependency version
modified:
dhis-2/dhis-web/dhis-web-sms/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-sms/pom.xml'
--- dhis-2/dhis-web/dhis-web-sms/pom.xml 2012-08-03 11:05:49 +0000
+++ dhis-2/dhis-web/dhis-web-sms/pom.xml 2012-08-21 12:53:32 +0000
@@ -50,6 +50,10 @@
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-service-administration</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.hisp.dhis</groupId>
+ <artifactId>dhis-service-sms</artifactId>
+ </dependency>
<dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-service-mobile</artifactId>
@@ -60,11 +64,7 @@
</dependency>
<!-- Put in by us -->
- <dependency>
- <groupId>org.hisp.dhis</groupId>
- <artifactId>dhis-service-sms</artifactId>
- <version>${project.version}</version>
- </dependency>
+
<dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-web-maintenance-mobile</artifactId>