← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4622: Included json-lib in dependency management

 

------------------------------------------------------------
revno: 4622
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2011-09-20 19:29:30 +0200
message:
  Included json-lib in dependency management
modified:
  dhis-2/dhis-web/dhis-web-mapping/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-web/dhis-web-mapping/pom.xml'
--- dhis-2/dhis-web/dhis-web-mapping/pom.xml	2011-08-28 17:52:59 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/pom.xml	2011-09-20 17:29:30 +0000
@@ -60,7 +60,6 @@
 	<dependency>
 	  <groupId>net.sf.json-lib</groupId>
 	  <artifactId>json-lib</artifactId>
-	  <version>2.3</version>
 	  <classifier>jdk15</classifier>
 	</dependency>
 	

=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml	2011-09-14 12:46:13 +0000
+++ dhis-2/pom.xml	2011-09-20 17:29:30 +0000
@@ -449,6 +449,13 @@
         <artifactId>java-core</artifactId>
         <version>2.6</version>
       </dependency>
+      <dependency>
+        <groupId>net.sf.json-lib</groupId>
+        <artifactId>json-lib</artifactId>
+        <version>2.4</version>
+	<classifier>jdk15</classifier>
+      </dependency>
+	
       <!-- Apache Commons -->
       <dependency>
         <groupId>commons-collections</groupId>