We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4514e8b commit 5965fb7Copy full SHA for 5965fb7
flexible/cloudsql/pom.xml
@@ -51,6 +51,21 @@
51
<!-- [END properties] -->
52
53
<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
60
61
+ <artifactId>google-api-client-appengine</artifactId>
62
63
64
65
66
+ <artifactId>google-api-client-servlet</artifactId>
67
68
69
<dependency>
70
<groupId>javax.servlet</groupId>
71
<artifactId>javax.servlet-api</artifactId>
0 commit comments