Skip to content

Commit 2fd93d9

Browse files
Removing grpc-all exclusions in pom.xml (#1942)
1 parent 87924c8 commit 2fd93d9

10 files changed

Lines changed: 0 additions & 96 deletions

File tree

google-cloud-core/pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,6 @@
119119
<groupId>com.google.api</groupId>
120120
<artifactId>gax</artifactId>
121121
<version>${gax.version}</version>
122-
<exclusions>
123-
<exclusion>
124-
<groupId>io.grpc</groupId>
125-
<artifactId>grpc-all</artifactId>
126-
</exclusion>
127-
</exclusions>
128122
</dependency>
129123
<dependency>
130124
<groupId>com.google.api</groupId>
@@ -134,22 +128,10 @@
134128
<dependency>
135129
<groupId>com.google.api.grpc</groupId>
136130
<artifactId>grpc-google-common-protos</artifactId>
137-
<exclusions>
138-
<exclusion>
139-
<groupId>io.grpc</groupId>
140-
<artifactId>grpc-all</artifactId>
141-
</exclusion>
142-
</exclusions>
143131
</dependency>
144132
<dependency>
145133
<groupId>com.google.api.grpc</groupId>
146134
<artifactId>grpc-google-iam-v1</artifactId>
147-
<exclusions>
148-
<exclusion>
149-
<groupId>io.grpc</groupId>
150-
<artifactId>grpc-all</artifactId>
151-
</exclusion>
152-
</exclusions>
153135
</dependency>
154136
<dependency>
155137
<groupId>com.google.truth</groupId>

google-cloud-errorreporting/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@
3333
<groupId>com.google.api.grpc</groupId>
3434
<artifactId>grpc-google-cloud-error-reporting-v1beta1</artifactId>
3535
<version>0.1.8</version>
36-
<exclusions>
37-
<exclusion>
38-
<groupId>io.grpc</groupId>
39-
<artifactId>grpc-all</artifactId>
40-
</exclusion>
41-
</exclusions>
4236
</dependency>
4337
<dependency>
4438
<groupId>io.grpc</groupId>

google-cloud-language/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,11 @@
3333
<groupId>com.google.api.grpc</groupId>
3434
<artifactId>grpc-google-cloud-language-v1</artifactId>
3535
<version>0.1.8</version>
36-
<exclusions>
37-
<exclusion>
38-
<groupId>io.grpc</groupId>
39-
<artifactId>grpc-all</artifactId>
40-
</exclusion>
41-
</exclusions>
4236
</dependency>
4337
<dependency>
4438
<groupId>com.google.api.grpc</groupId>
4539
<artifactId>grpc-google-cloud-language-v1beta2</artifactId>
4640
<version>0.1.8</version>
47-
<exclusions>
48-
<exclusion>
49-
<groupId>io.grpc</groupId>
50-
<artifactId>grpc-all</artifactId>
51-
</exclusion>
52-
</exclusions>
5341
</dependency>
5442
<dependency>
5543
<groupId>io.grpc</groupId>

google-cloud-logging/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@
3333
<groupId>com.google.api.grpc</groupId>
3434
<artifactId>grpc-google-cloud-logging-v2</artifactId>
3535
<version>0.1.8</version>
36-
<exclusions>
37-
<exclusion>
38-
<groupId>io.grpc</groupId>
39-
<artifactId>grpc-all</artifactId>
40-
</exclusion>
41-
</exclusions>
4236
</dependency>
4337
<dependency>
4438
<groupId>io.grpc</groupId>

google-cloud-monitoring/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@
3333
<groupId>com.google.api.grpc</groupId>
3434
<artifactId>grpc-google-cloud-monitoring-v3</artifactId>
3535
<version>0.1.8</version>
36-
<exclusions>
37-
<exclusion>
38-
<groupId>io.grpc</groupId>
39-
<artifactId>grpc-all</artifactId>
40-
</exclusion>
41-
</exclusions>
4236
</dependency>
4337
<dependency>
4438
<groupId>io.grpc</groupId>

google-cloud-pubsub/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@
3333
<groupId>com.google.api.grpc</groupId>
3434
<artifactId>grpc-google-cloud-pubsub-v1</artifactId>
3535
<version>0.1.8</version>
36-
<exclusions>
37-
<exclusion>
38-
<groupId>io.grpc</groupId>
39-
<artifactId>grpc-all</artifactId>
40-
</exclusion>
41-
</exclusions>
4236
</dependency>
4337
<dependency>
4438
<groupId>io.grpc</groupId>

google-cloud-spanner/pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -83,34 +83,16 @@
8383
<groupId>com.google.api.grpc</groupId>
8484
<artifactId>grpc-google-cloud-spanner-v1</artifactId>
8585
<version>0.1.8</version>
86-
<exclusions>
87-
<exclusion>
88-
<groupId>io.grpc</groupId>
89-
<artifactId>grpc-all</artifactId>
90-
</exclusion>
91-
</exclusions>
9286
</dependency>
9387
<dependency>
9488
<groupId>com.google.api.grpc</groupId>
9589
<artifactId>grpc-google-cloud-spanner-admin-database-v1</artifactId>
9690
<version>0.1.8</version>
97-
<exclusions>
98-
<exclusion>
99-
<groupId>io.grpc</groupId>
100-
<artifactId>grpc-all</artifactId>
101-
</exclusion>
102-
</exclusions>
10391
</dependency>
10492
<dependency>
10593
<groupId>com.google.api.grpc</groupId>
10694
<artifactId>grpc-google-cloud-spanner-admin-instance-v1</artifactId>
10795
<version>0.1.8</version>
108-
<exclusions>
109-
<exclusion>
110-
<groupId>io.grpc</groupId>
111-
<artifactId>grpc-all</artifactId>
112-
</exclusion>
113-
</exclusions>
11496
</dependency>
11597
<dependency>
11698
<groupId>io.grpc</groupId>

google-cloud-speech/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,11 @@
3333
<groupId>com.google.api.grpc</groupId>
3434
<artifactId>grpc-google-cloud-speech-v1beta1</artifactId>
3535
<version>0.1.8</version>
36-
<exclusions>
37-
<exclusion>
38-
<groupId>io.grpc</groupId>
39-
<artifactId>grpc-all</artifactId>
40-
</exclusion>
41-
</exclusions>
4236
</dependency>
4337
<dependency>
4438
<groupId>com.google.api.grpc</groupId>
4539
<artifactId>grpc-google-cloud-speech-v1</artifactId>
4640
<version>0.1.8</version>
47-
<exclusions>
48-
<exclusion>
49-
<groupId>io.grpc</groupId>
50-
<artifactId>grpc-all</artifactId>
51-
</exclusion>
52-
</exclusions>
5341
</dependency>
5442
<dependency>
5543
<groupId>io.grpc</groupId>

google-cloud-trace/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@
3333
<groupId>com.google.api.grpc</groupId>
3434
<artifactId>grpc-google-cloud-trace-v1</artifactId>
3535
<version>0.1.8</version>
36-
<exclusions>
37-
<exclusion>
38-
<groupId>io.grpc</groupId>
39-
<artifactId>grpc-all</artifactId>
40-
</exclusion>
41-
</exclusions>
4236
</dependency>
4337
<dependency>
4438
<groupId>io.grpc</groupId>

google-cloud-vision/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@
3333
<groupId>com.google.api.grpc</groupId>
3434
<artifactId>grpc-google-cloud-vision-v1</artifactId>
3535
<version>0.1.8</version>
36-
<exclusions>
37-
<exclusion>
38-
<groupId>io.grpc</groupId>
39-
<artifactId>grpc-all</artifactId>
40-
</exclusion>
41-
</exclusions>
4236
</dependency>
4337
<dependency>
4438
<groupId>io.grpc</groupId>

0 commit comments

Comments
 (0)