Skip to content

Commit 5f9a8db

Browse files
committed
chore(google-auth-library-java): modernize submodule pom.xml
1 parent d38d466 commit 5f9a8db

File tree

1 file changed

+4
-24
lines changed
  • google-auth-library-java/bom

1 file changed

+4
-24
lines changed

google-auth-library-java/bom/pom.xml

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<description>
1010
BOM for Google Auth Library for Java
1111
</description>
12-
<url>https://github.com/googleapis/google-auth-library-java</url>
12+
<url>https://github.com/googleapis/google-cloud-java</url>
1313

1414
<distributionManagement>
1515
<snapshotRepository>
@@ -32,9 +32,9 @@
3232
</organization>
3333

3434
<scm>
35-
<connection>scm:git:https://github.com/googleapis/google-auth-library-java.git</connection>
36-
<developerConnection>scm:git:https://github.com/googleapis/google-auth-library-java.git</developerConnection>
37-
<url>https://github.com/googleapis/google-auth-library-java</url>
35+
<connection>scm:git:https://github.com/googleapis/google-cloud-java.git</connection>
36+
<developerConnection>scm:git:https://github.com/googleapis/google-cloud-java.git</developerConnection>
37+
<url>https://github.com/googleapis/google-cloud-java</url>
3838
</scm>
3939

4040
<developers>
@@ -49,26 +49,6 @@
4949

5050
<dependencyManagement>
5151
<dependencies>
52-
<dependency>
53-
<groupId>com.google.auth</groupId>
54-
<artifactId>google-auth-library-credentials</artifactId>
55-
<version>${project.version}</version>
56-
</dependency>
57-
<dependency>
58-
<groupId>com.google.auth</groupId>
59-
<artifactId>google-auth-library-oauth2-http</artifactId>
60-
<version>${project.version}</version>
61-
</dependency>
62-
<dependency>
63-
<groupId>com.google.auth</groupId>
64-
<artifactId>google-auth-library-appengine</artifactId>
65-
<version>${project.version}</version>
66-
</dependency>
67-
<dependency>
68-
<groupId>com.google.auth</groupId>
69-
<artifactId>google-auth-library-cab-token-generator</artifactId>
70-
<version>${project.version}</version>
71-
</dependency>
7252
</dependencies>
7353
</dependencyManagement>
7454

0 commit comments

Comments
 (0)