Mercurial > dive4elements > framework
diff pom.xml @ 264:fa0d9acea897
flys/issue65: Added Jetty HTTP server as a replacement option to foster better scalability. Needs testing.
artifacts/trunk@1975 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Sun, 22 May 2011 12:40:32 +0000 |
parents | 4122dbc9711b |
children | 8032aade18f7 |
line wrap: on
line diff
--- a/pom.xml Sun May 22 11:21:40 2011 +0000 +++ b/pom.xml Sun May 22 12:40:32 2011 +0000 @@ -69,10 +69,15 @@ <name>Public online Restlet repository</name> <url>http://maven.restlet.org</url> </repository> + <repository> + <id>maven-jetty</id> + <name>Public jetty repository</name> + <url>http://oss.sonatype.org/content/groups/jetty</url> + </repository> </repositories> <modules> <module>artifacts</module> <module>artifact-database</module> <module>artifacts-common</module> </modules> -</project> \ No newline at end of file +</project>