Skip to content

Commit a1d63bb

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 be4a7c4 commit a1d63bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)