← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7947: Moved dependency version to root pom

 

------------------------------------------------------------
revno: 7947
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2012-08-21 15:12:22 +0200
message:
  Moved dependency version to root pom
modified:
  dhis-2/dhis-services/dhis-service-sms/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/dhis-service-sms/pom.xml'
--- dhis-2/dhis-services/dhis-service-sms/pom.xml	2012-08-03 11:05:49 +0000
+++ dhis-2/dhis-services/dhis-service-sms/pom.xml	2012-08-21 13:12:22 +0000
@@ -29,31 +29,17 @@
       <artifactId>dhis-service-administration</artifactId>
     </dependency>
     
-	<!-- smslib -->
+	<!-- SMS -->
     
     <dependency>
       <groupId>org.smslib</groupId>
       <artifactId>smslib</artifactId>
-      <version>3.5.2-r2307</version>
     </dependency>
-    
-    <!-- rxtx -->
-    
     <dependency>
 	  <groupId>org.rxtx</groupId>
 	  <artifactId>rxtx</artifactId>
-	  <version>2.1.7</version>
-	</dependency>
-    
-    <!-- log4j -->
-    
-    <dependency>
-	  <groupId>log4j</groupId>
-	  <artifactId>log4j</artifactId>
-	  <version>1.2.16</version>
-	</dependency>
-
-
+	</dependency>
+    
   </dependencies>
 
   <properties>

=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml	2012-08-03 11:05:49 +0000
+++ dhis-2/pom.xml	2012-08-21 13:12:22 +0000
@@ -278,12 +278,6 @@
         <artifactId>dhis-service-mapgeneration</artifactId>
         <version>${project.version}</version>
       </dependency>
-
-      <!--dependency>
-        <groupId>org.hisp.dhis</groupId>
-        <artifactId>dhis-service-excel-reporting</artifactId>
-        <version>${project.version}</version>
-        </dependency -->
       <dependency>
         <groupId>org.hisp.dhis</groupId>
         <artifactId>dhis-service-administration</artifactId>
@@ -531,7 +525,6 @@
         <version>2.4</version>
         <classifier>jdk15</classifier>
       </dependency>
-
       <!-- Apache Commons -->
       <dependency>
         <groupId>commons-collections</groupId>
@@ -669,7 +662,6 @@
         <groupId>postgresql</groupId>
         <artifactId>postgresql</artifactId>
         <version>9.1-901-1.jdbc4</version>
-
       </dependency>
       <!--Reporting -->
       <dependency>
@@ -743,6 +735,7 @@
         <version>1.1.3.4.O</version>
         <scope>runtime</scope>
       </dependency>
+
       <!-- GIS -->
       <dependency>
         <groupId>org.apache.xmlgraphics</groupId>
@@ -760,7 +753,8 @@
         <artifactId>batik-codec</artifactId>
         <version>1.7</version>
       </dependency>
-      <!-- Relaxng schema validation. -->
+
+      <!-- Relaxng schema validation -->
       <dependency>
         <groupId>net.java.dev.msv</groupId>
         <artifactId>msv</artifactId>
@@ -784,7 +778,6 @@
       </dependency>
 
       <!-- Jackson JSON Mapper -->
-
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-core</artifactId>
@@ -865,6 +858,18 @@
         <artifactId>camel-quartz</artifactId>
         <version>${camel.version}</version>
       </dependency>
+
+      <!-- SMS -->
+      <dependency>
+        <groupId>org.smslib</groupId>
+        <artifactId>smslib</artifactId>
+        <version>3.5.2-r2307</version>
+      </dependency>
+      <dependency>
+        <groupId>org.rxtx</groupId>
+        <artifactId>rxtx</artifactId>
+        <version>2.1.7</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>