Skip to content

Commit e2074d3

Browse files
authored
build: Remove the explicit override for protobuf 4.x version. Stop releasing libraries-bom-protobuf3. (#7367)
1 parent 8536980 commit e2074d3

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

libraries-bom/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,6 @@
6060

6161
<dependencyManagement>
6262
<dependencies>
63-
<!-- This section overrides the protobuf version specified in first-party-dependencies. This is to provide customers a bom that includes protobuf-java 4.x.
64-
We will upgrade protobuf-bom in first-party-dependencies once we feel comfortable that most customers would not have conflict with protobuf-java 4.x.
65-
This section has to be specified before first-party-dependencies, please do not move it. -->
66-
<dependency>
67-
<groupId>com.google.protobuf</groupId>
68-
<artifactId>protobuf-bom</artifactId>
69-
<version>4.33.0</version>
70-
<type>pom</type>
71-
<scope>import</scope>
72-
</dependency>
73-
7463
<!-- first-party-dependencies is part of java-shared-dependencies
7564
BOM in https://github.com/googleapis/sdk-platform-java/blob/main/java-shared-dependencies/first-party-dependencies/pom.xml.
7665
This includes Guava, Protobuf, gRPC, Google Auth Libraries, etc. -->

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
<!-- Only modules to be published to Maven Central. No tests or release note generation. -->
3131
<module>google-cloud-bom</module>
3232
<module>libraries-bom</module>
33-
<module>libraries-bom-protobuf3</module>
3433
</modules>
3534

3635
<build>

0 commit comments

Comments
 (0)