← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7948: Removed unecessary dependency from web-sms module, which can now be started

 

------------------------------------------------------------
revno: 7948
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2012-08-21 15:38:07 +0200
message:
  Removed unecessary dependency from web-sms module, which can now be started
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-21 12:53:32 +0000
+++ dhis-2/dhis-web/dhis-web-sms/pom.xml	2012-08-21 13:38:07 +0000
@@ -63,15 +63,6 @@
       <artifactId>dhis-support-test</artifactId>
     </dependency>
 	    
-     <!-- Put in by us -->
-	 
-    <dependency>
-      <groupId>org.hisp.dhis</groupId>
-      <artifactId>dhis-web-maintenance-mobile</artifactId>
-      <version>${project.version}</version>
-      <type>war</type>
-    </dependency>
-    
   </dependencies>
 
   <properties>