dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #00510
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 147: Added derby dependncy management
------------------------------------------------------------
revno: 147
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: dhis2
timestamp: Fri 2009-04-03 08:58:04 +0200
message:
Added derby dependncy management
modified:
dhis-2/pom.xml*
=== modified file 'dhis-2/pom.xml' (properties changed: -x to +x)
--- dhis-2/pom.xml 2009-03-30 12:47:54 +0000
+++ dhis-2/pom.xml 2009-04-03 06:58:04 +0000
@@ -475,10 +475,15 @@
<version>5.1.6</version>
</dependency>
<dependency>
- <groupId>postgresql</groupId>
- <artifactId>postgresql</artifactId>
- <version>8.3-603.jdbc4</version>
- </dependency>
+ <groupId>postgresql</groupId>
+ <artifactId>postgresql</artifactId>
+ <version>8.3-603.jdbc4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.derby</groupId>
+ <artifactId>derby</artifactId>
+ <version>10.4.2.0</version>
+ </dependency>
<!-- Security -->
--
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.
Follow ups