Skip to content

Commit 5965fb7

Browse files
piaxclesv
authored andcommitted
Update pom.xml (#630)
Updating to include google client api libraries.
1 parent 4514e8b commit 5965fb7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

flexible/cloudsql/pom.xml

+15
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,21 @@
5151
<!-- [END properties] -->
5252

5353
<dependencies>
54+
<dependency>
55+
<groupId>com.google.api-client</groupId>
56+
<artifactId>google-api-client</artifactId>
57+
<version>1.21.0</version>
58+
</dependency>
59+
<dependency>
60+
<groupId>com.google.api-client</groupId>
61+
<artifactId>google-api-client-appengine</artifactId>
62+
<version>1.21.0</version>
63+
</dependency>
64+
<dependency>
65+
<groupId>com.google.api-client</groupId>
66+
<artifactId>google-api-client-servlet</artifactId>
67+
<version>1.21.0</version>
68+
</dependency>
5469
<dependency>
5570
<groupId>javax.servlet</groupId>
5671
<artifactId>javax.servlet-api</artifactId>

0 commit comments

Comments
 (0)