Remove duplicate bom from `dependencyManagement`

This commit is contained in:
Chris Eager 2022-09-12 11:34:01 -05:00
parent 7f725b67c4
commit 65dbcb3e5f
1 changed files with 1 additions and 9 deletions

10
pom.xml
View File

@ -118,7 +118,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>20.9.0</version>
<version>26.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -136,14 +136,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.eatthepath</groupId>
<artifactId>pushy</artifactId>