Skip to content

Commit 2e2b70b

Browse files
authored
move apache classes back into google-http-client (#614)
* move apache classes back into google-http-client This reverts commit bb32ceb.
1 parent 50db8c9 commit 2e2b70b

File tree

7 files changed

+7
-1
lines changed

7 files changed

+7
-1
lines changed

clirr-ignored-differences.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- see http://mojo.codehaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
2+
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
33

44
<differences>
55
<!-- 8001 (Class removed): className -->
@@ -11,4 +11,10 @@
1111
<differenceType>8001</differenceType>
1212
<className>com/google/api/client/http/apache/**</className>
1313
</difference>
14+
<difference>
15+
<differenceType>7006</differenceType>
16+
<className>com/google/api/client/http/apache/**</className>
17+
<method>org.apache.http.impl.client.DefaultHttpClient newDefaultHttpClient()</method>
18+
<to>org.apache.http.client.HttpClient</to>
19+
</difference>
1420
</differences>

0 commit comments

Comments
 (0)