Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: remove extraneous content encoding #650

Closed
wants to merge 15 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions google-http-client-assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@
<outputDirectory>google-http-java-client/libs</outputDirectory>
<filtered>true</filtered>
</file>
<file>
<source>properties/google-http-client-jackson.jar.properties</source>
<destName>google-http-client-jackson-${project.version}.jar.properties</destName>
<outputDirectory>google-http-java-client/libs</outputDirectory>
<filtered>true</filtered>
</file>
<file>
<source>properties/google-http-client-jackson2.jar.properties</source>
<destName>google-http-client-jackson2-${project.version}.jar.properties</destName>
Expand Down Expand Up @@ -86,12 +80,6 @@
<outputDirectory>google-http-java-client/libs</outputDirectory>
<filtered>true</filtered>
</file>
<file>
<source>properties/jackson-core-asl.jar.properties</source>
<destName>jackson-core-asl-${project.jackson-core-asl.version}.jar.properties</destName>
<outputDirectory>google-http-java-client/libs</outputDirectory>
<filtered>true</filtered>
</file>
<file>
<source>properties/protobuf-java.jar.properties</source>
<destName>protobuf-java-${project.protobuf-java.version}.jar.properties</destName>
Expand Down Expand Up @@ -119,11 +107,6 @@
<destName>google-http-client-gson-dependencies.html</destName>
<outputDirectory>google-http-java-client/dependencies</outputDirectory>
</file>
<file>
<source>../google-http-client-jackson/target/site/dependencies.html</source>
<destName>google-http-client-jackson-dependencies.html</destName>
<outputDirectory>google-http-java-client/dependencies</outputDirectory>
</file>
<file>
<source>../google-http-client-jackson2/target/site/dependencies.html</source>
<destName>google-http-client-jackson2-dependencies.html</destName>
Expand Down
4 changes: 0 additions & 4 deletions google-http-client-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-gson</artifactId>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-jackson</artifactId>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-jackson2</artifactId>
Expand Down

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions google-http-client-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@
<artifactId>google-http-client-gson</artifactId>
<version>1.29.2-SNAPSHOT</version><!-- {x-version-update:google-http-client-gson:current} -->
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-jackson</artifactId>
<version>1.29.2-SNAPSHOT</version><!-- {x-version-update:google-http-client-jackson:current} -->
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-jackson2</artifactId>
Expand Down
110 changes: 0 additions & 110 deletions google-http-client-jackson/pom.xml

This file was deleted.

This file was deleted.

Loading