diff artifact-database/pom.xml @ 3:b1ec257e9d8d

Added dependencies to H2 and restlet. artifacts/trunk@11 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 03 Sep 2009 16:13:25 +0000
parents 141457e0d7b1
children 8f2de197bce2
line wrap: on
line diff
--- a/artifact-database/pom.xml	Thu Sep 03 13:59:35 2009 +0000
+++ b/artifact-database/pom.xml	Thu Sep 03 16:13:25 2009 +0000
@@ -16,5 +16,15 @@
         <artifactId>artifacts</artifactId>
         <version>1.0-SNAPSHOT</version>
     </dependency>
+    <dependency>  
+      <groupId>org.restlet</groupId>  
+      <artifactId>org.restlet</artifactId>  
+      <version>2.0-M3</version>  
+    </dependency> 
+    <dependency>
+        <groupId>com.h2database</groupId>
+        <artifactId>h2</artifactId>
+        <version>1.1.117</version>
+    </dependency>
   </dependencies>
 </project>

http://dive4elements.wald.intevation.org