Skip to content

Commit

Permalink
remove GAX test code from BOM (#1696)
Browse files Browse the repository at this point in the history
* remove GAX test code from BOM
* gax is not a bom
  • Loading branch information
elharo committed Oct 5, 2020
1 parent a2054bb commit eaee723
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions boms/cloud-oss-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,19 @@
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-bom</artifactId>
<artifactId>gax</artifactId>
<version>${gax.version}</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>${gax.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.76.0</version>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-bom</artifactId>
Expand Down

0 comments on commit eaee723

Please sign in to comment.