Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

deps: moving gson to first-party-dependencies #800

Merged
merged 1 commit into from Sep 14, 2022
Merged
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
6 changes: 6 additions & 0 deletions first-party-dependencies/pom.xml
Expand Up @@ -58,6 +58,7 @@
<grpc.version>1.49.0</grpc.version>
<gax.version>2.19.1</gax.version>
<grpc-gcp.version>1.2.1</grpc-gcp.version>
<gson.version>2.9.1</gson.version>
<guava.version>31.1-jre</guava.version>
<protobuf.version>3.21.6</protobuf.version>
<google.api-common.version>2.2.1</google.api-common.version>
Expand Down Expand Up @@ -91,6 +92,11 @@
<artifactId>grpc-gcp</artifactId>
<version>${grpc-gcp.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>${gson.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-bom</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions third-party-dependencies/pom.xml
Expand Up @@ -57,7 +57,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<site.installationModule>${project.artifactId}</site.installationModule>

<gson.version>2.9.1</gson.version>
<threeten.version>1.6.1</threeten.version>
<javax.annotations.version>1.3.2</javax.annotations.version>
<animal-sniffer.version>1.22</animal-sniffer.version>
Expand Down Expand Up @@ -85,11 +84,6 @@
<artifactId>httpclient</artifactId>
<version>${httpcomponents.httpclient.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>${gson.version}</version>
</dependency>
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
Expand Down