Skip to content

Commit

Permalink
fix: declared dependencies from merge issue (googleapis#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored and bcoe committed Jul 26, 2019
1 parent 903c477 commit 047f0ae
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 047f0ae

Please sign in to comment.