Skip to content

Commit 183cbb9

Browse files
committed
declare individual auth library versions
1 parent a1cf5d3 commit 183cbb9

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

sdk-platform-java/gax-java/pom.xml

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,23 @@
5454
</dependency>
5555
<dependency>
5656
<groupId>com.google.auth</groupId>
57-
<artifactId>google-auth-library-bom</artifactId>
58-
<version>1.43.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library:current} -->
59-
<type>pom</type>
60-
<scope>import</scope>
57+
<artifactId>google-auth-library-credentials</artifactId>
58+
<version>1.43.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
59+
</dependency>
60+
<dependency>
61+
<groupId>com.google.auth</groupId>
62+
<artifactId>google-auth-library-oauth2-http</artifactId>
63+
<version>1.43.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
64+
</dependency>
65+
<dependency>
66+
<groupId>com.google.auth</groupId>
67+
<artifactId>google-auth-library-appengine</artifactId>
68+
<version>1.43.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
69+
</dependency>
70+
<dependency>
71+
<groupId>com.google.auth</groupId>
72+
<artifactId>google-auth-library-cab-token-generator</artifactId>
73+
<version>1.43.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
6174
</dependency>
6275
<dependency>
6376
<groupId>org.threeten</groupId>

0 commit comments

Comments
 (0)