Skip to content

Commit f9f021d

Browse files
committed
Add Guava as a dependency of the examples project
1 parent 3c62510 commit f9f021d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

google-cloud-examples/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
<version>4.12</version>
3939
<scope>test</scope>
4040
</dependency>
41+
<dependency>
42+
<groupId>com.google.guava</groupId>
43+
<artifactId>guava</artifactId>
44+
<version>19.0</version>
45+
</dependency>
4146
</dependencies>
4247
<build>
4348
<plugins>

0 commit comments

Comments
 (0)