Skip to content

Commit 551bf6f

Browse files
committed
Remove explicit dependency management for google lib
1 parent 6eb4140 commit 551bf6f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

  • spring-grpc-build-dependencies

spring-grpc-build-dependencies/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
</licenses>
5050

5151
<properties>
52-
<google-common-protos.version>2.63.2</google-common-protos.version>
5352
<grpc.version>1.81.0</grpc.version>
5453
<grpc-kotlin.version>1.5.0</grpc-kotlin.version>
5554
<jspecify.version>1.0.0</jspecify.version>
@@ -123,11 +122,6 @@
123122
<type>pom</type>
124123
<scope>import</scope>
125124
</dependency>
126-
<dependency>
127-
<groupId>com.google.api.grpc</groupId>
128-
<artifactId>proto-google-common-protos</artifactId>
129-
<version>${google-common-protos.version}</version>
130-
</dependency>
131125
</dependencies>
132126
</dependencyManagement>
133127

0 commit comments

Comments
 (0)