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

Commit a41fcc1

Browse files
authored
deps: moving gson to first-party-dependencies (#800)
1 parent 1b3db8d commit a41fcc1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

first-party-dependencies/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
<grpc.version>1.49.0</grpc.version>
5959
<gax.version>2.19.1</gax.version>
6060
<grpc-gcp.version>1.2.1</grpc-gcp.version>
61+
<gson.version>2.9.1</gson.version>
6162
<guava.version>31.1-jre</guava.version>
6263
<protobuf.version>3.21.6</protobuf.version>
6364
<google.api-common.version>2.2.1</google.api-common.version>
@@ -91,6 +92,11 @@
9192
<artifactId>grpc-gcp</artifactId>
9293
<version>${grpc-gcp.version}</version>
9394
</dependency>
95+
<dependency>
96+
<groupId>com.google.code.gson</groupId>
97+
<artifactId>gson</artifactId>
98+
<version>${gson.version}</version>
99+
</dependency>
94100
<dependency>
95101
<groupId>com.google.guava</groupId>
96102
<artifactId>guava-bom</artifactId>

third-party-dependencies/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5858
<site.installationModule>${project.artifactId}</site.installationModule>
5959

60-
<gson.version>2.9.1</gson.version>
6160
<threeten.version>1.6.1</threeten.version>
6261
<javax.annotations.version>1.3.2</javax.annotations.version>
6362
<animal-sniffer.version>1.22</animal-sniffer.version>
@@ -85,11 +84,6 @@
8584
<artifactId>httpclient</artifactId>
8685
<version>${httpcomponents.httpclient.version}</version>
8786
</dependency>
88-
<dependency>
89-
<groupId>com.google.code.gson</groupId>
90-
<artifactId>gson</artifactId>
91-
<version>${gson.version}</version>
92-
</dependency>
9387
<dependency>
9488
<groupId>org.threeten</groupId>
9589
<artifactId>threetenbp</artifactId>

0 commit comments

Comments
 (0)