------------------------------------------------------------ revno: 148 committer: Lars Helge Oeverland larshe...@gmail.com branch nick: dhis2 timestamp: Fri 2009-04-03 08:58:28 +0200 message: Added derby dependdeny modified: dhis-2/dhis-support/dhis-support-hibernate/pom.xml*
=== modified file 'dhis-2/dhis-support/dhis-support-hibernate/pom.xml' (properties changed: -x to +x) --- dhis-2/dhis-support/dhis-support-hibernate/pom.xml 2009-03-03 16:46:36 +0000 +++ dhis-2/dhis-support/dhis-support-hibernate/pom.xml 2009-04-03 06:58:28 +0000 @@ -59,6 +59,15 @@ <groupId>postgresql</groupId> <artifactId>postgresql</artifactId> </dependency> + <dependency> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + </dependency> + <!-- + <dependency> + <groupId>org.apache.derby</groupId> + <artifactId>derby</artifactId> + </dependency> --> <!-- Other --> @@ -70,10 +79,6 @@ <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> - <dependency> - <groupId>com.h2database</groupId> - <artifactId>h2</artifactId> - </dependency> <!-- Monitoring --> <!-- -- Trunk 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. _______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp