dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #00511
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 148: Added derby dependdeny
------------------------------------------------------------
revno: 148
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
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.