We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c2207 commit 22779c8Copy full SHA for 22779c8
1 file changed
google-cloud-bom/pom.xml
@@ -228,6 +228,14 @@
228
<type>pom</type>
229
<scope>import</scope>
230
</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>
239
</dependencies>
240
</dependencyManagement>
241
0 commit comments