We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d718a16 commit 983e76eCopy full SHA for 983e76e
java-vertexai/pom.xml
@@ -0,0 +1,12 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
+ <modelVersion>4.0.0</modelVersion>
4
+ <groupId>com.google.cloud</groupId>
5
+ <artifactId>google-cloud-vertexai-parent</artifactId>
6
+ <version>1.48.0</version>
7
+ <packaging>pom</packaging>
8
+ <name>Google Vertex AI Parent (Dummy)</name>
9
+ <description>
10
+ Dummy POM for Google Vertex AI to satisfy automation.
11
+ </description>
12
+</project>
0 commit comments