Skip to content

Commit dcc9295

Browse files
authored
deps: Dont depend on google-cloud-bom. causes a circular dependency. (#1760)
1 parent 8a35e9b commit dcc9295

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

google-cloud-pubsublite/pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,12 @@
3838
<dependency>
3939
<groupId>com.google.cloud</groupId>
4040
<artifactId>google-cloud-pubsub</artifactId>
41+
<version>1.133.1</version>
4142
</dependency>
4243
<dependency>
4344
<groupId>com.google.api.grpc</groupId>
4445
<artifactId>proto-google-cloud-pubsub-v1</artifactId>
46+
<version>1.115.1</version>
4547
</dependency>
4648
<dependency>
4749
<groupId>com.google.api.grpc</groupId>

pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@
2222
<type>pom</type>
2323
<scope>import</scope>
2424
</dependency>
25-
<dependency>
26-
<groupId>com.google.cloud</groupId>
27-
<artifactId>google-cloud-bom</artifactId>
28-
<version>0.230.0</version>
29-
<type>pom</type>
30-
<scope>import</scope>
31-
</dependency>
3225
<dependency>
3326
<groupId>com.google.api.grpc</groupId>
3427
<artifactId>proto-google-cloud-pubsublite-v1</artifactId>

0 commit comments

Comments
 (0)