← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 5139: Cleaned up the SMESS in poms

 

------------------------------------------------------------
revno: 5139
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2011-11-11 00:04:32 +0100
message:
  Cleaned up the SMESS in poms
modified:
  dhis-2/dhis-services/pom.xml
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/pom.xml
  dhis-2/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/pom.xml'
--- dhis-2/dhis-services/pom.xml	2011-10-18 20:23:09 +0000
+++ dhis-2/dhis-services/pom.xml	2011-11-10 23:04:32 +0000
@@ -25,7 +25,6 @@
     <module>dhis-service-aggregationengine-default</module>
     <module>dhis-service-patient</module>
     <module>dhis-service-mobile</module>
-<!-- <module>dhis-service-sms</module>-->
   </modules>
   
   <dependencies>

=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/pom.xml'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/pom.xml	2011-10-18 20:23:09 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/pom.xml	2011-11-10 23:04:32 +0000
@@ -25,12 +25,10 @@
       <artifactId>dhis-web-commons-resources</artifactId>
       <type>war</type>
     </dependency>
-
     <dependency>
       <groupId>org.hisp.dhis</groupId>
       <artifactId>dhis-service-mobile</artifactId>
     </dependency>
-
     <dependency>
       <groupId>com.sun.jersey</groupId>
       <artifactId>jersey-server</artifactId>

=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml	2011-11-03 16:43:51 +0000
+++ dhis-2/pom.xml	2011-11-10 23:04:32 +0000
@@ -218,11 +218,6 @@
         <artifactId>dhis-service-mobile</artifactId>
         <version>${project.version}</version>
       </dependency>
-      <dependency>
-        <groupId>org.hisp.dhis</groupId>
-        <artifactId>dhis-service-sms</artifactId>
-        <version>${project.version}</version>
-      </dependency>
 
       <!--dependency>
         <groupId>org.hisp.dhis</groupId>