Skip to content

Commit 35abf13

Browse files
authored
Fix declared dependencies from merge issue (#291)
1 parent 9b14268 commit 35abf13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appengine/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
<groupId>com.google.auth</groupId>
4848
<artifactId>google-auth-library-oauth2-http</artifactId>
4949
</dependency>
50+
<dependency>
51+
<groupId>com.google.http-client</groupId>
52+
<artifactId>google-http-client</artifactId>
53+
</dependency>
5054
<dependency>
5155
<groupId>com.google.appengine</groupId>
5256
<artifactId>appengine-api-1.0-sdk</artifactId>

0 commit comments

Comments
 (0)