Skip to content

Commit e64f72f

Browse files
authored
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
1 parent 1d4270d commit e64f72f

File tree

14 files changed

+0
-654
lines changed

14 files changed

+0
-654
lines changed

google-http-client-assembly/assembly.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@
5050
<outputDirectory>google-http-java-client/libs</outputDirectory>
5151
<filtered>true</filtered>
5252
</file>
53-
<file>
54-
<source>properties/google-http-client-jackson.jar.properties</source>
55-
<destName>google-http-client-jackson-${project.version}.jar.properties</destName>
56-
<outputDirectory>google-http-java-client/libs</outputDirectory>
57-
<filtered>true</filtered>
58-
</file>
5953
<file>
6054
<source>properties/google-http-client-jackson2.jar.properties</source>
6155
<destName>google-http-client-jackson2-${project.version}.jar.properties</destName>
@@ -86,12 +80,6 @@
8680
<outputDirectory>google-http-java-client/libs</outputDirectory>
8781
<filtered>true</filtered>
8882
</file>
89-
<file>
90-
<source>properties/jackson-core-asl.jar.properties</source>
91-
<destName>jackson-core-asl-${project.jackson-core-asl.version}.jar.properties</destName>
92-
<outputDirectory>google-http-java-client/libs</outputDirectory>
93-
<filtered>true</filtered>
94-
</file>
9583
<file>
9684
<source>properties/protobuf-java.jar.properties</source>
9785
<destName>protobuf-java-${project.protobuf-java.version}.jar.properties</destName>
@@ -119,11 +107,6 @@
119107
<destName>google-http-client-gson-dependencies.html</destName>
120108
<outputDirectory>google-http-java-client/dependencies</outputDirectory>
121109
</file>
122-
<file>
123-
<source>../google-http-client-jackson/target/site/dependencies.html</source>
124-
<destName>google-http-client-jackson-dependencies.html</destName>
125-
<outputDirectory>google-http-java-client/dependencies</outputDirectory>
126-
</file>
127110
<file>
128111
<source>../google-http-client-jackson2/target/site/dependencies.html</source>
129112
<destName>google-http-client-jackson2-dependencies.html</destName>

google-http-client-assembly/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@
3434
<groupId>com.google.http-client</groupId>
3535
<artifactId>google-http-client-gson</artifactId>
3636
</dependency>
37-
<dependency>
38-
<groupId>com.google.http-client</groupId>
39-
<artifactId>google-http-client-jackson</artifactId>
40-
</dependency>
4137
<dependency>
4238
<groupId>com.google.http-client</groupId>
4339
<artifactId>google-http-client-jackson2</artifactId>

google-http-client-assembly/properties/google-http-client-jackson.jar.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

google-http-client-assembly/properties/jackson-core-asl.jar.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

google-http-client-bom/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@
9090
<artifactId>google-http-client-gson</artifactId>
9191
<version>1.29.2-SNAPSHOT</version><!-- {x-version-update:google-http-client-gson:current} -->
9292
</dependency>
93-
<dependency>
94-
<groupId>com.google.http-client</groupId>
95-
<artifactId>google-http-client-jackson</artifactId>
96-
<version>1.29.2-SNAPSHOT</version><!-- {x-version-update:google-http-client-jackson:current} -->
97-
</dependency>
9893
<dependency>
9994
<groupId>com.google.http-client</groupId>
10095
<artifactId>google-http-client-jackson2</artifactId>

google-http-client-jackson/pom.xml

Lines changed: 0 additions & 110 deletions
This file was deleted.

google-http-client-jackson/src/main/java/com/google/api/client/json/jackson/JacksonFactory.java

Lines changed: 0 additions & 117 deletions
This file was deleted.

0 commit comments

Comments
 (0)