Skip to content

Commit

Permalink
fix: typo in BOM dependency (#345)
Browse files Browse the repository at this point in the history
The google-auth-library-appengine dependency is incorrectly named in the BOM.
  • Loading branch information
protocol7 authored and chingor13 committed Sep 24, 2019
1 parent be4a7c4 commit a1d63bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bom/pom.xml
Expand Up @@ -61,7 +61,7 @@
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-appengine</artifactId>
<artifactId>google-auth-library-appengine</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit a1d63bb

Please sign in to comment.