dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #13750
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4492: put xpp3 back for now
------------------------------------------------------------
revno: 4492
committer: Bob Jolliffe bobjolliffe@xxxxxxxxx
branch nick: dhis2
timestamp: Wed 2011-08-31 19:02:25 +0100
message:
put xpp3 back for now
modified:
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/pom.xml'
--- dhis-2/pom.xml 2011-08-31 15:15:56 +0000
+++ dhis-2/pom.xml 2011-08-31 18:02:25 +0000
@@ -398,6 +398,11 @@
<version>1.3</version>
</dependency>
<dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-spring</artifactId>
+ <version>2.8.0</version>
+ </dependency>
+ <dependency>
<groupId>jep</groupId>
<artifactId>jep</artifactId>
<version>2.24</version>
@@ -627,6 +632,12 @@
<scope>test</scope>
<type>jar</type>
</dependency>
+ <dependency>
+ <groupId>xpp3</groupId>
+ <artifactId>xpp3</artifactId>
+ <version>1.1.3.3</version>
+ <scope>runtime</scope>
+ </dependency>
<!-- GIS -->
<dependency>
<groupId>org.apache.xmlgraphics</groupId>