Skip to content

Commit 75abf5e

Browse files
authored
chore: remove redundant code snippets from dependencies in pom.xml (#10292)
1 parent 32a175d commit 75abf5e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • container-registry/container-analysis

container-registry/container-analysis/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2828
</properties>
2929

30-
<!-- [START dependencies] -->
3130
<!-- Using libraries-bom to manage versions.
3231
See https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM -->
3332
<dependencyManagement>
@@ -59,14 +58,11 @@
5958
<groupId>com.google.cloud</groupId>
6059
<artifactId>google-cloud-pubsub</artifactId>
6160
</dependency>
62-
<!-- [END dependencies] -->
6361
<dependency>
6462
<groupId>junit</groupId>
6563
<artifactId>junit</artifactId>
6664
<version>4.13.2</version>
6765
<scope>test</scope>
6866
</dependency>
69-
<!-- [START dependencies] -->
7067
</dependencies>
71-
<!-- [END dependencies] -->
7268
</project>

0 commit comments

Comments
 (0)