This repository was archived by the owner on Sep 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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>
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 >
Original file line number Diff line number Diff line change 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>
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 >
You can’t perform that action at this time.
0 commit comments