Skip to content

Commit 4b1f4b8

Browse files
elharosduskis
authored andcommitted
depend directly on Apache httpclient (#591)
* depend directly on Apache httpclient instead of old version bundled in android * format XML * inherit version
1 parent 02ad11c commit 4b1f4b8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

google-http-client/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,8 @@
6969
</build>
7070
<dependencies>
7171
<dependency>
72-
<groupId>com.google.android</groupId>
73-
<artifactId>android</artifactId>
74-
<version>1.5_r4</version>
75-
<scope>provided</scope>
72+
<groupId>org.apache.httpcomponents</groupId>
73+
<artifactId>httpclient</artifactId>
7674
</dependency>
7775
<dependency>
7876
<groupId>com.google.code.findbugs</groupId>

0 commit comments

Comments
 (0)