dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #02891
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 948: Fixed pom problem with excel reporting
------------------------------------------------------------
revno: 948
committer: Bob Jolliffe <bobj@bobj-laptop>
branch nick: trunk
timestamp: Sun 2009-11-01 18:18:03 +0000
message:
Fixed pom problem with excel reporting
modified:
dhis-2/dhis-services/dhis-service-excel-reporting/pom.xml
dhis-2/dhis-web/dhis-web-excel-reporting/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-excel-reporting/pom.xml'
--- dhis-2/dhis-services/dhis-service-excel-reporting/pom.xml 2009-09-28 04:50:48 +0000
+++ dhis-2/dhis-services/dhis-service-excel-reporting/pom.xml 2009-11-01 18:18:03 +0000
@@ -33,6 +33,11 @@
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-support-hibernate</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.hisp.dhis</groupId>
+ <artifactId>dhis-service-aggregationengine-default</artifactId>
+ </dependency>
+
</dependencies>
</project>
=== modified file 'dhis-2/dhis-web/dhis-web-excel-reporting/pom.xml'
--- dhis-2/dhis-web/dhis-web-excel-reporting/pom.xml 2009-10-30 12:02:47 +0000
+++ dhis-2/dhis-web/dhis-web-excel-reporting/pom.xml 2009-11-01 18:18:03 +0000
@@ -65,10 +65,6 @@
<dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-service-aggregationengine-default</artifactId>
- </dependency>
- <dependency>
- <groupId>org.hisp.dhis</groupId>
- <artifactId>dhis-service-aggregationengine-default</artifactId>
</dependency>
<!-- Other -->