dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #37624
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 19210: Add missing dep
------------------------------------------------------------
revno: 19210
committer: Halvdan Hoem Grelland <halvdanhg@xxxxxxxxx>
branch nick: dhis2
timestamp: Sat 2015-05-30 17:29:37 +0200
message:
Add missing dep
modified:
dhis-2/dhis-support/dhis-support-system/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-support/dhis-support-system/pom.xml'
--- dhis-2/dhis-support/dhis-support-system/pom.xml 2015-05-30 15:19:36 +0000
+++ dhis-2/dhis-support/dhis-support-system/pom.xml 2015-05-30 15:29:37 +0000
@@ -33,6 +33,10 @@
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-support-test</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.hisp.dhis</groupId>
+ <artifactId>dhis-support-external</artifactId>
+ </dependency>
<!-- Spring -->