Skip to content

Commit a564b4f

Browse files
authored
samples: update pom.xml (s) in the samples dir (#24)
1 parent ff034b1 commit a564b4f

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

aiplatform/snippets/pom.xml

+13-1
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,21 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-aiplatform</artifactId>
31-
<version>0.0.0</version>
31+
<version>0.0.1-SNAPSHOT</version>
3232
</dependency>
3333

34+
<dependency>
35+
<groupId>com.google.cloud</groupId>
36+
<artifactId>google-cloud-storage</artifactId>
37+
<version>1.113.1</version>
38+
</dependency>
39+
<dependency>
40+
<groupId>com.google.protobuf</groupId>
41+
<artifactId>protobuf-java-util</artifactId>
42+
<version>4.0.0-rc-1</version>
43+
</dependency>
44+
45+
3446
<dependency>
3547
<groupId>junit</groupId>
3648
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)