diff options
author | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-01-27 18:14:59 +0100 |
---|---|---|
committer | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-01-27 18:14:59 +0100 |
commit | 76b2dc36a008269c4e5af03e10d0587a03c2ba3b (patch) | |
tree | 25897017859ca1d89b1b09b3d7446821b7d3908e /same/pom.xml | |
parent | aea82c6c2086c587382aa85cd3b4a862a89f8b55 (diff) |
Hack collection.
– MyJsonRpcHttpClient: A JsonRpcHttpClient that uses Apache
HttpComponents because of a HttpURLConnection bug in Android 2.2.
Receives hack status because of nasty overloading.
– Log4j-android doesn't like printing stack traces – convert them to
string before logging.
Diffstat (limited to 'same/pom.xml')
-rw-r--r-- | same/pom.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/same/pom.xml b/same/pom.xml index 93f611f..60402b3 100644 --- a/same/pom.xml +++ b/same/pom.xml @@ -83,8 +83,15 @@ <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> - <version>8.0.0.M3</version> + <version>8.0.0.M3</version> </dependency> + + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>4.1.2</version> + </dependency> + </dependencies> <build> |