File tree Expand file tree Collapse file tree
branches/autosynth-dialogflow/google-cloud-util/google-cloud-compat-checker
src/main/java/com/google/cloud/compatchecker Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ refs/heads/autosynth-bigtable: 2a6af7e2959fd79c99b8ca5d773f29a6434b546d
128128refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129refs/heads/autosynth-containeranalysis: 18d210f81f17cf74864d0db2c29e834302f74f2a
130130refs/heads/autosynth-datastore: f1efc3dc465174f41041acd56cf29badcec3e5bd
131- refs/heads/autosynth-dialogflow: 23347a7be4c2c8bed7d465dd4f58be48eafb8cfb
131+ refs/heads/autosynth-dialogflow: cce213877554f6a4a554249d118f1952eb8a8d23
132132refs/heads/autosynth-errorreporting: 3f176c20b55dfaaa8fc32f28d82b31784b93e636
133133refs/heads/autosynth-firestore: 983c75e4fb1076502c8cac73ef0538bdb10884f3
134134refs/heads/autosynth-iot: 4025d1804241e74d54950a324dc4f667aeaad4b3
Original file line number Diff line number Diff line change 1616 </parent >
1717 <properties >
1818 <site .installationModule>google-cloud-compat-checker</site .installationModule>
19+ <grpc .version>1.21.0</grpc .version>
20+ <!-- We are currently using the *-android version to support JDK7. -->
21+ <guava .version>27.1-android</guava .version>
1922 </properties >
2023 <dependencies >
2124 <dependency >
22- <groupId >io.netty </groupId >
23- <artifactId >netty-tcnative-boringssl-static </artifactId >
24- <version >2.0.7.Final </version >
25+ <groupId >io.grpc </groupId >
26+ <artifactId >grpc- netty-shaded </artifactId >
27+ <version >${grpc.version} </version >
2528 </dependency >
2629 <dependency >
2730 <!-- It may look weird to have a compile dependency on a plugin,
3841 <dependency >
3942 <groupId >com.google.guava</groupId >
4043 <artifactId >guava</artifactId >
41- <!-- We are currently using the *-android version to support JDK7. -->
42- <version >26.0-android</version >
43- </dependency >
44- <dependency >
45- <groupId >io.netty</groupId >
46- <artifactId >netty-handler</artifactId >
47- <version >4.1.36.Final</version >
44+ <version >${guava.version} </version >
4845 </dependency >
4946 </dependencies >
5047 <dependencyManagement >
Original file line number Diff line number Diff line change 1717
1818import com .google .common .collect .ImmutableSet ;
1919import com .google .common .collect .Lists ;
20- import io .netty .handler .ssl .OpenSsl ;
20+ import io .grpc . netty . shaded . io . netty .handler .ssl .OpenSsl ;
2121import java .util .List ;
2222import java .util .Properties ;
2323import java .util .Set ;
You can’t perform that action at this time.
0 commit comments