← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7998: Added patient services into smsclient

 

------------------------------------------------------------
revno: 7998
committer: thaichuong159 <thaichuong159@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2012-09-04 15:50:58 +0700
message:
  Added patient services into smsclient
modified:
  local/in/dhis-mobile/smsclient/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 'local/in/dhis-mobile/smsclient/pom.xml'
--- local/in/dhis-mobile/smsclient/pom.xml	2012-08-03 11:22:50 +0000
+++ local/in/dhis-mobile/smsclient/pom.xml	2012-09-04 08:50:58 +0000
@@ -41,6 +41,12 @@
 
   <dependencies>
   
+  	<dependency>
+		<groupId>org.hisp.dhis</groupId>
+		<artifactId>dhis-service-patient</artifactId>
+		<version>${project.version}</version>
+	</dependency>
+  
 	<!-- web service call -->
 	<dependency>
 		<groupId>commons-httpclient</groupId>