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: no more google-http-client-protobuf #1339

Closed
wants to merge 5 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 0 additions & 17 deletions google-http-client-assembly/assembly.xml
Expand Up @@ -56,12 +56,6 @@
<outputDirectory>google-http-java-client/libs</outputDirectory>
<filtered>true</filtered>
</file>
<file>
<source>properties/google-http-client-protobuf.jar.properties</source>
<destName>google-http-client-protobuf-${project.version}.jar.properties</destName>
<outputDirectory>google-http-java-client/libs</outputDirectory>
<filtered>true</filtered>
</file>
<file>
<source>properties/google-http-client-xml.jar.properties</source>
<destName>google-http-client-xml-${project.version}.jar.properties</destName>
Expand All @@ -80,12 +74,6 @@
<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>
<outputDirectory>google-http-java-client/libs</outputDirectory>
<filtered>true</filtered>
</file>
<!-- dependencies.html -->
<file>
<source>../google-http-client/target/site/dependencies.html</source>
Expand All @@ -112,11 +100,6 @@
<destName>google-http-client-jackson2-dependencies.html</destName>
<outputDirectory>google-http-java-client/dependencies</outputDirectory>
</file>
<file>
<source>../google-http-client-protobuf/target/site/dependencies.html</source>
<destName>google-http-client-protobuf-dependencies.html</destName>
<outputDirectory>google-http-java-client/dependencies</outputDirectory>
</file>
<file>
<source>../google-http-client-xml/target/site/dependencies.html</source>
<destName>google-http-client-xml-dependencies.html</destName>
Expand Down
4 changes: 0 additions & 4 deletions google-http-client-assembly/pom.xml
Expand Up @@ -38,10 +38,6 @@
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-jackson2</artifactId>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-protobuf</artifactId>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-xml</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions google-http-client-bom/pom.xml
Expand Up @@ -95,11 +95,6 @@
<artifactId>google-http-client-jackson2</artifactId>
<version>1.39.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-jackson2:current} -->
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-protobuf</artifactId>
<version>1.39.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-protobuf:current} -->
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-test</artifactId>
Expand Down
87 changes: 0 additions & 87 deletions google-http-client-protobuf/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.