Skip to content

Commit

Permalink
Move more up to date dependencies first (#981)
Browse files Browse the repository at this point in the history
@kolea2 This has the effect of upgrading commons-logging to 1.2 from 1.1.1
  • Loading branch information
elharo committed Feb 18, 2020
1 parent 18fa8b7 commit bec568d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions google-http-client-android/pom.xml
Expand Up @@ -48,15 +48,15 @@
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
</dependency>
<dependency>
<groupId>com.google.android</groupId>
<artifactId>android</artifactId>
<version>4.1.1.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
</dependency>
</dependencies>
</project>

0 comments on commit bec568d

Please sign in to comment.