Mercurial > dive4elements > http-client
diff pom.xml @ 21:79a5a2455d6d
Use Apache HTTP Client as the underlaying transport agent. Use thread local instances to re-use agents.
http-client/trunk@2042 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 01 Jun 2011 14:32:24 +0000 |
parents | 337eddebc88a |
children | 41092eeebd1f |
line wrap: on
line diff
--- a/pom.xml Thu May 19 14:49:30 2011 +0000 +++ b/pom.xml Wed Jun 01 14:32:24 2011 +0000 @@ -58,5 +58,10 @@ <artifactId>org.restlet.ext.xml</artifactId> <version>2.0.7</version> </dependency> + <dependency> + <groupId>org.restlet.jse</groupId> + <artifactId>org.restlet.ext.httpclient</artifactId> + <version>2.0.7</version> + </dependency> </dependencies> </project>