We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff0d3f commit d96dfaaCopy full SHA for d96dfaa
1 file changed
container-registry/container-analysis/pom.xml
@@ -27,7 +27,6 @@
27
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
28
</properties>
29
30
- <!-- [START dependencies] -->
31
<!-- Using libraries-bom to manage versions.
32
See https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM -->
33
<dependencyManagement>
@@ -59,14 +58,11 @@
59
58
<groupId>com.google.cloud</groupId>
60
<artifactId>google-cloud-pubsub</artifactId>
61
</dependency>
62
- <!-- [END dependencies] -->
63
<dependency>
64
<groupId>junit</groupId>
65
<artifactId>junit</artifactId>
66
<version>4.13.2</version>
67
<scope>test</scope>
68
69
70
</dependencies>
71
72
</project>
0 commit comments