Mercurial > hg > ConflictEditor
diff 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 |
line wrap: on
line diff
--- a/conflict-editor/pom.xml Tue Sep 20 16:18:42 2011 +0200 +++ b/conflict-editor/pom.xml Tue Sep 20 17:00:45 2011 +0200 @@ -19,6 +19,11 @@ <artifactId>jackson-mapper-asl</artifactId> <version>1.8.5</version> </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>4.1.2</version> + </dependency> <!-- test dependencies --> <dependency>