dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #13747
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4490: Removed unused dependencies xstream and xpp3
------------------------------------------------------------
revno: 4490
committer: Bob Jolliffe bobjolliffe@xxxxxxxxx
branch nick: dhis2
timestamp: Wed 2011-08-31 15:54:43 +0100
message:
Removed unused dependencies xstream and xpp3
modified:
dhis-2/dhis-services/dhis-service-importexport/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-importexport/pom.xml'
--- dhis-2/dhis-services/dhis-service-importexport/pom.xml 2011-08-28 17:52:59 +0000
+++ dhis-2/dhis-services/dhis-service-importexport/pom.xml 2011-08-31 14:54:43 +0000
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-service-administration</artifactId>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-service-reporting</artifactId>
@@ -65,19 +65,11 @@
<artifactId>ibatis2-sqlmap</artifactId>
</dependency>
<dependency>
- <groupId>com.thoughtworks.xstream</groupId>
- <artifactId>xstream</artifactId>
- </dependency>
- <dependency>
- <groupId>xpp3</groupId>
- <artifactId>xpp3</artifactId>
- </dependency>
- <dependency>
<groupId>org.amplecode</groupId>
<artifactId>cave-process</artifactId>
</dependency>
</dependencies>
- <properties>
- <rootDir>../../</rootDir>
- </properties>
+ <properties>
+ <rootDir>../../</rootDir>
+ </properties>
</project>