Skip to content

Commit e4fdfad

Browse files
authored
use grpc-netty-shaded (#2832)
Fixes #2813.
1 parent 1f2f3b6 commit e4fdfad

24 files changed

Lines changed: 48 additions & 142 deletions

File tree

google-cloud-bigquerydatatransfer/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
<artifact.version>${project.version}</artifact.version>
2020
</properties>
2121
<dependencies>
22-
<dependency>
23-
<groupId>io.netty</groupId>
24-
<artifactId>netty-tcnative-boringssl-static</artifactId>
25-
</dependency>
2622
<dependency>
2723
<groupId>${project.groupId}</groupId>
2824
<artifactId>google-cloud-core</artifactId>
@@ -41,7 +37,7 @@
4137
</dependency>
4238
<dependency>
4339
<groupId>io.grpc</groupId>
44-
<artifactId>grpc-netty</artifactId>
40+
<artifactId>grpc-netty-shaded</artifactId>
4541
</dependency>
4642
<dependency>
4743
<groupId>io.grpc</groupId>

google-cloud-bigtable/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
<site.installationModule>google-cloud-bigtable</site.installationModule>
1919
</properties>
2020
<dependencies>
21-
<dependency>
22-
<groupId>io.netty</groupId>
23-
<artifactId>netty-tcnative-boringssl-static</artifactId>
24-
</dependency>
2521
<dependency>
2622
<groupId>${project.groupId}</groupId>
2723
<artifactId>google-cloud-core</artifactId>
@@ -50,7 +46,7 @@
5046
</dependency>
5147
<dependency>
5248
<groupId>io.grpc</groupId>
53-
<artifactId>grpc-netty</artifactId>
49+
<artifactId>grpc-netty-shaded</artifactId>
5450
</dependency>
5551
<dependency>
5652
<groupId>io.grpc</groupId>

google-cloud-bom/pom.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@
127127
<api-client.version>1.23.0</api-client.version>
128128

129129
<api-common.version>1.2.0</api-common.version>
130-
<gax.version>1.17.0</gax.version>
131-
<gax-grpc.version>1.17.0</gax-grpc.version>
132-
<gax-httpjson.version>0.34.0</gax-httpjson.version>
130+
<gax.version>1.18.0</gax.version>
131+
<gax-grpc.version>1.18.0</gax-grpc.version>
132+
<gax-httpjson.version>0.35.0</gax-httpjson.version>
133133
<generated-proto-beta.version>0.1.29</generated-proto-beta.version>
134134
<generated-proto-ga.version>1.0.5</generated-proto-ga.version>
135135
<google.auth.version>0.9.0</google.auth.version>
@@ -897,6 +897,11 @@
897897
<artifactId>grpc-netty</artifactId>
898898
<version>${grpc.version}</version>
899899
</dependency>
900+
<dependency>
901+
<groupId>io.grpc</groupId>
902+
<artifactId>grpc-netty-shaded</artifactId>
903+
<version>${grpc.version}</version>
904+
</dependency>
900905
<dependency>
901906
<groupId>io.grpc</groupId>
902907
<artifactId>grpc-stub</artifactId>

google-cloud-container/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
<artifact.version>${project.version}</artifact.version>
2020
</properties>
2121
<dependencies>
22-
<dependency>
23-
<groupId>io.netty</groupId>
24-
<artifactId>netty-tcnative-boringssl-static</artifactId>
25-
</dependency>
2622
<dependency>
2723
<groupId>${project.groupId}</groupId>
2824
<artifactId>google-cloud-core</artifactId>
@@ -41,7 +37,7 @@
4137
</dependency>
4238
<dependency>
4339
<groupId>io.grpc</groupId>
44-
<artifactId>grpc-netty</artifactId>
40+
<artifactId>grpc-netty-shaded</artifactId>
4541
</dependency>
4642
<dependency>
4743
<groupId>io.grpc</groupId>

google-cloud-core-grpc/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
<site.installationModule>google-cloud-core-grpc</site.installationModule>
1919
</properties>
2020
<dependencies>
21-
<dependency>
22-
<groupId>io.netty</groupId>
23-
<artifactId>netty-tcnative-boringssl-static</artifactId>
24-
</dependency>
2521
<dependency>
2622
<groupId>com.google.auth</groupId>
2723
<artifactId>google-auth-library-credentials</artifactId>
@@ -67,7 +63,7 @@
6763
</dependency>
6864
<dependency>
6965
<groupId>io.grpc</groupId>
70-
<artifactId>grpc-netty</artifactId>
66+
<artifactId>grpc-netty-shaded</artifactId>
7167
</dependency>
7268
<dependency>
7369
<groupId>io.grpc</groupId>

google-cloud-dataproc/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
<site.installationModule>google-cloud-dataproc</site.installationModule>
1919
</properties>
2020
<dependencies>
21-
<dependency>
22-
<groupId>io.netty</groupId>
23-
<artifactId>netty-tcnative-boringssl-static</artifactId>
24-
</dependency>
2521
<dependency>
2622
<groupId>${project.groupId}</groupId>
2723
<artifactId>google-cloud-core</artifactId>
@@ -40,7 +36,7 @@
4036
</dependency>
4137
<dependency>
4238
<groupId>io.grpc</groupId>
43-
<artifactId>grpc-netty</artifactId>
39+
<artifactId>grpc-netty-shaded</artifactId>
4440
</dependency>
4541
<dependency>
4642
<groupId>io.grpc</groupId>

google-cloud-dialogflow/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
<site.installationModule>google-cloud-dialogflow-v2beta1</site.installationModule>
1919
</properties>
2020
<dependencies>
21-
<dependency>
22-
<groupId>io.netty</groupId>
23-
<artifactId>netty-tcnative-boringssl-static</artifactId>
24-
</dependency>
2521
<dependency>
2622
<groupId>${project.groupId}</groupId>
2723
<artifactId>google-cloud-core</artifactId>
@@ -36,7 +32,7 @@
3632
</dependency>
3733
<dependency>
3834
<groupId>io.grpc</groupId>
39-
<artifactId>grpc-netty</artifactId>
35+
<artifactId>grpc-netty-shaded</artifactId>
4036
</dependency>
4137
<dependency>
4238
<groupId>io.grpc</groupId>

google-cloud-dlp/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
<site.installationModule>google-cloud-dlp-v2beta1</site.installationModule>
1919
</properties>
2020
<dependencies>
21-
<dependency>
22-
<groupId>io.netty</groupId>
23-
<artifactId>netty-tcnative-boringssl-static</artifactId>
24-
</dependency>
2521
<dependency>
2622
<groupId>${project.groupId}</groupId>
2723
<artifactId>google-cloud-core</artifactId>
@@ -36,7 +32,7 @@
3632
</dependency>
3733
<dependency>
3834
<groupId>io.grpc</groupId>
39-
<artifactId>grpc-netty</artifactId>
35+
<artifactId>grpc-netty-shaded</artifactId>
4036
</dependency>
4137
<dependency>
4238
<groupId>io.grpc</groupId>

google-cloud-errorreporting/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
<site.installationModule>google-cloud-errorreporting</site.installationModule>
1919
</properties>
2020
<dependencies>
21-
<dependency>
22-
<groupId>io.netty</groupId>
23-
<artifactId>netty-tcnative-boringssl-static</artifactId>
24-
</dependency>
2521
<dependency>
2622
<groupId>${project.groupId}</groupId>
2723
<artifactId>google-cloud-core</artifactId>
@@ -36,7 +32,7 @@
3632
</dependency>
3733
<dependency>
3834
<groupId>io.grpc</groupId>
39-
<artifactId>grpc-netty</artifactId>
35+
<artifactId>grpc-netty-shaded</artifactId>
4036
</dependency>
4137
<dependency>
4238
<groupId>io.grpc</groupId>

google-cloud-firestore/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
<site.installationModule>google-cloud-firestore</site.installationModule>
2222
</properties>
2323
<dependencies>
24-
<dependency>
25-
<groupId>io.netty</groupId>
26-
<artifactId>netty-tcnative-boringssl-static</artifactId>
27-
</dependency>
2824
<dependency>
2925
<groupId>${project.groupId}</groupId>
3026
<artifactId>google-cloud-core</artifactId>
@@ -57,7 +53,7 @@
5753
</dependency>
5854
<dependency>
5955
<groupId>io.grpc</groupId>
60-
<artifactId>grpc-netty</artifactId>
56+
<artifactId>grpc-netty-shaded</artifactId>
6157
</dependency>
6258
<dependency>
6359
<groupId>io.grpc</groupId>

0 commit comments

Comments
 (0)