Skip to content

Commit 85ca98b

Browse files
onobcdsyer
authored andcommitted
Remove unnecessary dependency exclusions
This removes unnecessary exclusions of Google `protobuf-java` and `proto-google-common-protos` dependencies from `spring-grpc-core` and `spring-grpc-dependencies` modules as the desired versions are properly overridden without the exclusions. Signed-off-by: onobc <[email protected]>
1 parent f71e88d commit 85ca98b

File tree

2 files changed

+0
-29
lines changed

2 files changed

+0
-29
lines changed

spring-grpc-core/pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -74,20 +74,6 @@
7474
<dependency>
7575
<groupId>io.grpc</groupId>
7676
<artifactId>grpc-protobuf</artifactId>
77-
<exclusions>
78-
<exclusion>
79-
<groupId>com.google.protobuf</groupId>
80-
<artifactId>protobuf-java</artifactId>
81-
</exclusion>
82-
<exclusion>
83-
<groupId>com.google.api.grpc</groupId>
84-
<artifactId>proto-google-common-protos</artifactId>
85-
</exclusion>
86-
</exclusions>
87-
</dependency>
88-
<dependency>
89-
<groupId>com.google.protobuf</groupId>
90-
<artifactId>protobuf-java</artifactId>
9177
</dependency>
9278
<dependency>
9379
<groupId>io.grpc</groupId>

spring-grpc-dependencies/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -113,21 +113,6 @@
113113
<type>pom</type>
114114
<scope>import</scope>
115115
</dependency>
116-
<dependency>
117-
<groupId>io.grpc</groupId>
118-
<artifactId>grpc-services</artifactId>
119-
<version>${grpc.version}</version>
120-
<exclusions>
121-
<exclusion>
122-
<groupId>com.google.protobuf</groupId>
123-
<artifactId>protobuf-java</artifactId>
124-
</exclusion>
125-
<exclusion>
126-
<groupId>com.google.api.grpc</groupId>
127-
<artifactId>proto-google-common-protos</artifactId>
128-
</exclusion>
129-
</exclusions>
130-
</dependency>
131116
<dependency>
132117
<groupId>io.grpc</groupId>
133118
<artifactId>grpc-kotlin-stub</artifactId>

0 commit comments

Comments
 (0)