Skip to content

Commit 22779c8

Browse files
authored
chore: Add vertex-ai to google-cloud-bom explicitly (#7442)
1 parent e2c2207 commit 22779c8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

google-cloud-bom/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,14 @@
228228
<type>pom</type>
229229
<scope>import</scope>
230230
</dependency>
231+
<dependency>
232+
<groupId>com.google.cloud</groupId>
233+
<artifactId>google-cloud-vertexai-bom</artifactId>
234+
<!-- This version is for backward compatibility only, it is fixed and should not be updated -->
235+
<version>1.48.0</version>
236+
<type>pom</type>
237+
<scope>import</scope>
238+
</dependency>
231239
</dependencies>
232240
</dependencyManagement>
233241

0 commit comments

Comments
 (0)