dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #02317
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 780: Removed cyclic dependency between poms which caused build failure.
------------------------------------------------------------
revno: 780
committer: Bob Jolliffe <bobj@bobj-laptop>
branch nick: trunk
timestamp: Sun 2009-09-27 22:17:09 +0100
message:
Removed cyclic dependency between poms which caused build failure.
modified:
dhis-2/dhis-services/dhis-service-user-hibernate/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-user-hibernate/pom.xml'
--- dhis-2/dhis-services/dhis-service-user-hibernate/pom.xml 2009-09-26 09:41:54 +0000
+++ dhis-2/dhis-services/dhis-service-user-hibernate/pom.xml 2009-09-27 21:17:09 +0000
@@ -44,10 +44,6 @@
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-support-test</artifactId>
</dependency>
- <dependency>
- <groupId>org.hisp.dhis</groupId>
- <artifactId>dhis-service-excel-reporting</artifactId>
- </dependency>
</dependencies>
</project>