Skip to content

Commit

Permalink
Add IAM Policy classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajay Kannan committed Feb 18, 2016
1 parent 9412d69 commit ff20847
Show file tree
Hide file tree
Showing 5 changed files with 717 additions and 12 deletions.
12 changes: 12 additions & 0 deletions gcloud-java-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@
<site.installationModule>gcloud-java-core</site.installationModule>
</properties>
<dependencies>
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-cloudresourcemanager</artifactId>
<version>v1beta1-rev10-1.21.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava-jdk5</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-credentials</artifactId>
Expand Down
Loading

0 comments on commit ff20847

Please sign in to comment.