Skip to content

Commit bec568d

Browse files
authored
Move more up to date dependencies first (#981)
@kolea2 This has the effect of upgrading commons-logging to 1.2 from 1.1.1
1 parent 18fa8b7 commit bec568d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

google-http-client-android/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@
4848
</plugins>
4949
</build>
5050
<dependencies>
51+
<dependency>
52+
<groupId>com.google.http-client</groupId>
53+
<artifactId>google-http-client</artifactId>
54+
</dependency>
5155
<dependency>
5256
<groupId>com.google.android</groupId>
5357
<artifactId>android</artifactId>
5458
<version>4.1.1.4</version>
5559
<scope>provided</scope>
5660
</dependency>
57-
<dependency>
58-
<groupId>com.google.http-client</groupId>
59-
<artifactId>google-http-client</artifactId>
60-
</dependency>
6161
</dependencies>
6262
</project>

0 commit comments

Comments
 (0)