This repository was archived by the owner on Sep 19, 2023. It is now read-only.
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 58
58
<grpc .version>1.49.0</grpc .version>
59
59
<gax .version>2.19.1</gax .version>
60
60
<grpc-gcp .version>1.2.1</grpc-gcp .version>
61
+ <gson .version>2.9.1</gson .version>
61
62
<guava .version>31.1-jre</guava .version>
62
63
<protobuf .version>3.21.6</protobuf .version>
63
64
<google .api-common.version>2.2.1</google .api-common.version>
91
92
<artifactId >grpc-gcp</artifactId >
92
93
<version >${grpc-gcp.version} </version >
93
94
</dependency >
95
+ <dependency >
96
+ <groupId >com.google.code.gson</groupId >
97
+ <artifactId >gson</artifactId >
98
+ <version >${gson.version} </version >
99
+ </dependency >
94
100
<dependency >
95
101
<groupId >com.google.guava</groupId >
96
102
<artifactId >guava-bom</artifactId >
Original file line number Diff line number Diff line change 57
57
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
58
58
<site .installationModule>${project.artifactId} </site .installationModule>
59
59
60
- <gson .version>2.9.1</gson .version>
61
60
<threeten .version>1.6.1</threeten .version>
62
61
<javax .annotations.version>1.3.2</javax .annotations.version>
63
62
<animal-sniffer .version>1.22</animal-sniffer .version>
85
84
<artifactId >httpclient</artifactId >
86
85
<version >${httpcomponents.httpclient.version} </version >
87
86
</dependency >
88
- <dependency >
89
- <groupId >com.google.code.gson</groupId >
90
- <artifactId >gson</artifactId >
91
- <version >${gson.version} </version >
92
- </dependency >
93
87
<dependency >
94
88
<groupId >org.threeten</groupId >
95
89
<artifactId >threetenbp</artifactId >
You can’t perform that action at this time.
0 commit comments