← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1835: Relocated a few dependencies so that codehaus and jasperreports maven repos could be removed, cau...

 

------------------------------------------------------------
revno: 1835
committer: Lars <larshelg@larshelg-laptop>
branch nick: trunk
timestamp: Mon 2010-05-10 21:52:20 +0200
message:
  Relocated a few dependencies so that codehaus and jasperreports maven repos could be removed, caused fresh install to be slow.
modified:
  dhis-2/dhis-web/dhis-web-reporting/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-reporting/pom.xml'
--- dhis-2/dhis-web/dhis-web-reporting/pom.xml	2010-04-21 19:45:12 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/pom.xml	2010-05-10 19:52:20 +0000
@@ -50,7 +50,7 @@
     <!-- JasperReports -->
 
     <dependency>
-      <groupId>jasperreports</groupId>
+      <groupId>net.sf.jasperreports</groupId>
       <artifactId>jasperreports</artifactId>
     </dependency>
     <dependency>

=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml	2010-05-09 12:59:49 +0000
+++ dhis-2/pom.xml	2010-05-10 19:52:20 +0000
@@ -41,22 +41,13 @@
   </distributionManagement>
 
   <repositories>
-<!--
+    <!--
     <repository>
     <id>amplecode_maven2_repo</id>
     <name>AmpleCode Maven 2 repository</name>
     <url>http://www.amplecode.org/maven2</url>
     </repository>
--->
-    <repository>
-      <id>jasperreports</id>
-      <name>JasperReports Maven 2 repository</name>
-      <url>http://jasperreports.sourceforge.net/maven2</url>
-    </repository>
-    <repository>
-      <id>org.codehaus.woodstox</id>
-      <url>http://repository.codehaus.org</url>
-    </repository>
+    -->
     <repository>
       <id>dhis.uio.no</id>
       <name>Dhis2 External Dependencies Repository</name>
@@ -336,7 +327,7 @@
       <dependency>
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
-        <version>2.1</version>
+        <version>2.5</version>
       </dependency>
       <dependency>
         <groupId>commons-digester</groupId>
@@ -532,9 +523,9 @@
       </dependency>
       <!--Reporting -->
       <dependency>
-        <groupId>jasperreports</groupId>
+        <groupId>net.sf.jasperreports</groupId>
         <artifactId>jasperreports</artifactId>
-        <version>3.7.0</version>
+        <version>3.7.2</version>
         <exclusions>
           <exclusion>
             <groupId>xalan</groupId>