Skip to content

Commit 95fc0ab

Browse files
authored
---
yaml --- r: 8703 b: refs/heads/master c: e4fdfad h: refs/heads/master i: 8701: 564652d 8699: 403dbea 8695: bdf5387 8687: 0b962bf 8671: 13162eb 8639: 07dd16e 8575: 659ea28 8447: bd370ef 8191: 8fe6b6e
1 parent 5121e50 commit 95fc0ab

25 files changed

Lines changed: 49 additions & 143 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 1f2f3b60a17441eea5b0914ba0fc25dc4e0c929d
2+
refs/heads/master: e4fdfad64ab3bd590ad6b5ceef6db00273b5ec4e
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: 6daca92127d91b7c2c99490080ecf8a13fa94cde
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/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>

trunk/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>

trunk/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>

trunk/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>

trunk/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>

trunk/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>

trunk/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>

trunk/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>

trunk/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>

0 commit comments

Comments
 (0)