Skip to content

Commit da2b1b2

Browse files
protocol7chingor13
authored andcommitted
fix: typo in BOM dependency (#345)
The google-auth-library-appengine dependency is incorrectly named in the BOM.
1 parent 25e912f commit da2b1b2

File tree

1 file changed

+1
-1
lines changed
  • google-auth-library-java/bom

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
</dependency>
6262
<dependency>
6363
<groupId>com.google.auth</groupId>
64-
<artifactId>google-auth-library-oauth2-appengine</artifactId>
64+
<artifactId>google-auth-library-appengine</artifactId>
6565
<version>${project.version}</version>
6666
</dependency>
6767
</dependencies>

0 commit comments

Comments
 (0)