Skip to content

Commit

Permalink
Fix declared dependencies from merge issue (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Jul 11, 2019
1 parent 9b14268 commit 35abf13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appengine/pom.xml
Expand Up @@ -47,6 +47,10 @@
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
Expand Down

0 comments on commit 35abf13

Please sign in to comment.