comparison 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
comparison
equal deleted inserted replaced
20:c1f6e2636c5b 21:79a5a2455d6d
56 <dependency> 56 <dependency>
57 <groupId>org.restlet.jse</groupId> 57 <groupId>org.restlet.jse</groupId>
58 <artifactId>org.restlet.ext.xml</artifactId> 58 <artifactId>org.restlet.ext.xml</artifactId>
59 <version>2.0.7</version> 59 <version>2.0.7</version>
60 </dependency> 60 </dependency>
61 <dependency>
62 <groupId>org.restlet.jse</groupId>
63 <artifactId>org.restlet.ext.httpclient</artifactId>
64 <version>2.0.7</version>
65 </dependency>
61 </dependencies> 66 </dependencies>
62 </project> 67 </project>

http://dive4elements.wald.intevation.org