comparison conflict-editor/pom.xml @ 31:56cf93ee85f4

Implement HttpAccess using Apache's HTTP components. This works much better in conjunction with UTF-8 encoded JSON
author dirk
date Tue, 20 Sep 2011 17:00:45 +0200
parents f2daf738299f
children 6c85a4fcfe28
comparison
equal deleted inserted replaced
30:8e7f61e14e4d 31:56cf93ee85f4
16 <dependencies> 16 <dependencies>
17 <dependency> 17 <dependency>
18 <groupId>org.codehaus.jackson</groupId> 18 <groupId>org.codehaus.jackson</groupId>
19 <artifactId>jackson-mapper-asl</artifactId> 19 <artifactId>jackson-mapper-asl</artifactId>
20 <version>1.8.5</version> 20 <version>1.8.5</version>
21 </dependency>
22 <dependency>
23 <groupId>org.apache.httpcomponents</groupId>
24 <artifactId>httpclient</artifactId>
25 <version>4.1.2</version>
21 </dependency> 26 </dependency>
22 27
23 <!-- test dependencies --> 28 <!-- test dependencies -->
24 <dependency> 29 <dependency>
25 <groupId>junit</groupId> 30 <groupId>junit</groupId>