Skip to content

Commit

Permalink
revert #545
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliotte Harold committed Mar 13, 2019
1 parent 50db8c9 commit e808917
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 200 deletions.
4 changes: 0 additions & 4 deletions clirr-ignored-differences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,4 @@
<differenceType>8001</differenceType>
<className>com/google/api/client/repackaged/**</className>
</difference>
<difference>
<differenceType>8001</differenceType>
<className>com/google/api/client/http/apache/**</className>
</difference>
</differences>
4 changes: 0 additions & 4 deletions google-http-client-android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,5 @@
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-apache</artifactId>
</dependency>
</dependencies>
</project>

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@
<module>google-http-client-assembly</module>
<module>google-http-client-appengine</module>
<module>google-http-client-android</module>
<module>google-http-client-apache</module>
<module>google-http-client-apache-legacy</module>
<module>google-http-client-protobuf</module>
<module>google-http-client-gson</module>
<module>google-http-client-jackson</module>
Expand Down Expand Up @@ -174,11 +172,6 @@
<artifactId>google-http-client</artifactId>
<version>${project.http-client.version}</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-apache</artifactId>
<version>${project.http-client-apache.version}</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-appengine</artifactId>
Expand Down
1 change: 1 addition & 0 deletions versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ google-http-client-jdo:1.28.0:1.28.1-SNAPSHOT
google-http-client-protobuf:1.28.0:1.28.1-SNAPSHOT
google-http-client-test:1.28.0:1.28.1-SNAPSHOT
google-http-client-xml:1.28.0:1.28.1-SNAPSHOT

0 comments on commit e808917

Please sign in to comment.