Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 59fc67b

Browse files
authored
fix: bom should not reference itself (#28)
Fixes #27
1 parent 03ceaae commit 59fc67b

File tree

1 file changed

+1
-6
lines changed
  • google-cloud-video-intelligence-bom

1 file changed

+1
-6
lines changed

google-cloud-video-intelligence-bom/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,6 @@
116116
<artifactId>proto-google-cloud-video-intelligence-v1p2beta1</artifactId>
117117
<version>0.81.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-video-intelligence-v1p2beta1:current} -->
118118
</dependency>
119-
<dependency>
120-
<groupId>com.google.cloud</groupId>
121-
<artifactId>google-cloud-video-intelligence-bom</artifactId>
122-
<version>0.116.1-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-video-intelligence-bom:current} -->
123-
</dependency>
124119
</dependencies>
125120
</dependencyManagement>
126121

@@ -135,4 +130,4 @@
135130
</plugin>
136131
</plugins>
137132
</build>
138-
</project>
133+
</project>

0 commit comments

Comments
 (0)