Mercurial > dive4elements > framework
diff 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 |
line wrap: on
line diff
--- a/pom.xml Thu Sep 03 13:59:35 2009 +0000 +++ b/pom.xml Thu Sep 03 16:13:25 2009 +0000 @@ -7,8 +7,15 @@ <version>1.0-SNAPSHOT</version> <name>artifact-system</name> <url>http://maven.apache.org</url> + <repositories> + <repository> + <id>maven-restlet</id> + <name>Public online Restlet repository</name> + <url>http://maven.restlet.org</url> + </repository> + </repositories> <modules> <module>artifacts</module> <module>artifact-database</module> </modules> -</project> \ No newline at end of file +</project>