File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 639639 <groupId >com.google.guava</groupId >
640640 <artifactId >guava</artifactId >
641641 <version >${guava.version} </version >
642+ <exclusions >
643+ <exclusion >
644+ <groupId >com.google.errorprone</groupId >
645+ <artifactId >error_prone_annotations</artifactId >
646+ </exclusion >
647+ <exclusion >
648+ <groupId >com.google.j2objc</groupId >
649+ <artifactId >j2objc-annotations</artifactId >
650+ </exclusion >
651+ </exclusions >
642652 </dependency >
643653 <dependency >
644654 <groupId >com.googlecode.json-simple</groupId >
10481058 <artifactId >jspecify</artifactId >
10491059 <version >1.0.0</version >
10501060 </dependency >
1061+ <dependency >
1062+ <groupId >com.google.http-client</groupId >
1063+ <artifactId >google-http-client</artifactId >
1064+ <version >1.45.2</version >
1065+ </dependency >
1066+ <dependency >
1067+ <groupId >com.google.http-client</groupId >
1068+ <artifactId >google-http-client-gson</artifactId >
1069+ <version >1.45.2</version >
1070+ </dependency >
1071+ <dependency >
1072+ <groupId >io.grpc</groupId >
1073+ <artifactId >grpc-context</artifactId >
1074+ <version >1.68.2</version >
1075+ </dependency >
1076+ <dependency >
1077+ <groupId >com.google.auth</groupId >
1078+ <artifactId >google-auth-library-credentials</artifactId >
1079+ <version >1.30.0</version >
1080+ </dependency >
10511081 </dependencies >
10521082 </dependencyManagement >
10531083
You can’t perform that action at this time.
0 commit comments