Skip to content

Commit

Permalink
Move bom dependencies to outer pom (googleapis#2976)
Browse files Browse the repository at this point in the history
* Move guava, protobuf and test dependencies from bom/pom.xml to pom.xml

* Remove the section of pluginRepository and pluginManagement
since they already exist in parent pom.xml
  • Loading branch information
yihanzhen authored and pongad committed Mar 1, 2018
1 parent eed8800 commit 597581a
Show file tree
Hide file tree
Showing 3 changed files with 539 additions and 614 deletions.
5 changes: 0 additions & 5 deletions google-cloud-bigquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@
<artifactId>objenesis</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
Loading

0 comments on commit 597581a

Please sign in to comment.