Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Remove deprecated google-http-client-jackson artifact. (#647)
* Remove deprecated google-http-client-jackson artifact.

Jackson 1.x has been unsupported for a long time. Users should be using
Jackson 2.x. the google-http-client-jackson artifact was deprecated in
1.28.0.

* Fix assembly references to jackson
  • Loading branch information
chingor13 authored May 26, 2019
commit e64f72f9deccc243312dbf621de728fabf208750
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