Skip to content

Commit

Permalink
Add GAPIC Compute java library (#3100)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamlin authored Jun 11, 2018
1 parent d5af8ca commit 86ea052
Show file tree
Hide file tree
Showing 1,047 changed files with 393,983 additions and 0 deletions.
6 changes: 6 additions & 0 deletions google-cloud-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@
<artifactId>gax</artifactId>
<version>1.27.0</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>1.27.0</version>
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
Expand Down
12 changes: 12 additions & 0 deletions google-cloud-clients/google-cloud-compute/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,17 @@
<artifactId>objenesis</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<classifier>testlib</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<classifier>testlib</classifier>
<scope>test</scope>
</dependency>
</dependencies>
</project>
Loading

0 comments on commit 86ea052

Please sign in to comment.