Mercurial > dive4elements > framework
comparison 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 | 48eb2367de2a |
comparison
equal
deleted
inserted
replaced
2:141457e0d7b1 | 3:b1ec257e9d8d |
---|---|
5 <artifactId>artifact-system</artifactId> | 5 <artifactId>artifact-system</artifactId> |
6 <packaging>pom</packaging> | 6 <packaging>pom</packaging> |
7 <version>1.0-SNAPSHOT</version> | 7 <version>1.0-SNAPSHOT</version> |
8 <name>artifact-system</name> | 8 <name>artifact-system</name> |
9 <url>http://maven.apache.org</url> | 9 <url>http://maven.apache.org</url> |
10 <repositories> | |
11 <repository> | |
12 <id>maven-restlet</id> | |
13 <name>Public online Restlet repository</name> | |
14 <url>http://maven.restlet.org</url> | |
15 </repository> | |
16 </repositories> | |
10 <modules> | 17 <modules> |
11 <module>artifacts</module> | 18 <module>artifacts</module> |
12 <module>artifact-database</module> | 19 <module>artifact-database</module> |
13 </modules> | 20 </modules> |
14 </project> | 21 </project> |