Skip to content

Commit 597581a

Browse files
yihanzhenpongad
authored andcommitted
Move bom dependencies to outer pom (#2976)
* 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
1 parent eed8800 commit 597581a

3 files changed

Lines changed: 539 additions & 614 deletions

File tree

google-cloud-bigquery/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@
7373
<artifactId>objenesis</artifactId>
7474
<scope>test</scope>
7575
</dependency>
76-
<dependency>
77-
<groupId>com.google.truth</groupId>
78-
<artifactId>truth</artifactId>
79-
<scope>test</scope>
80-
</dependency>
8176
</dependencies>
8277
<build>
8378
<plugins>

0 commit comments

Comments
 (0)