← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7158: Minor

 

------------------------------------------------------------
revno: 7158
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2012-06-03 17:20:21 +0200
message:
  Minor
modified:
  dhis-2/dhis-dxf2/pom.xml
  dhis-2/dhis-support/dhis-support-xml/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-dxf2/pom.xml'
--- dhis-2/dhis-dxf2/pom.xml	2012-06-03 15:04:33 +0000
+++ dhis-2/dhis-dxf2/pom.xml	2012-06-03 15:20:21 +0000
@@ -40,10 +40,6 @@
 	  <groupId>net.sf.opencsv</groupId>
 	  <artifactId>opencsv</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.amplecode</groupId>
-      <artifactId>staxwax</artifactId>
-    </dependency>
 	
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>

=== modified file 'dhis-2/dhis-support/dhis-support-xml/pom.xml'
--- dhis-2/dhis-support/dhis-support-xml/pom.xml	2012-06-03 15:04:33 +0000
+++ dhis-2/dhis-support/dhis-support-xml/pom.xml	2012-06-03 15:20:21 +0000
@@ -25,10 +25,6 @@
     <!-- Other -->
 
     <dependency>
-      <groupId>org.amplecode</groupId>
-      <artifactId>staxwax</artifactId>
-    </dependency>
-    <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
     </dependency>

=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml	2012-06-03 15:04:33 +0000
+++ dhis-2/pom.xml	2012-06-03 15:20:21 +0000
@@ -453,11 +453,6 @@
         <version>1.7.1</version>
       </dependency>
       <dependency>
-        <groupId>org.amplecode</groupId>
-        <artifactId>staxwax</artifactId>
-        <version>1.0.9</version>
-      </dependency>
-      <dependency>
         <groupId>com.lowagie</groupId>
         <artifactId>itext</artifactId>
         <version>2.1.7</version>