Skip to content

Commit

Permalink
deps: use error_prone_annotation via shared deps (#1049)
Browse files Browse the repository at this point in the history
Declaring the error_prone_annotation version fails consistency check in downstream repository:

googleapis/java-logging-logback#829 (comment)

Reading #1009, it shouldn't need the independent version declared here.
  • Loading branch information
suztomo committed Aug 29, 2022
1 parent 14f3ae5 commit 0998b9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion google-cloud-logging/pom.xml
Expand Up @@ -98,7 +98,6 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.15.0</version>
</dependency>

<!-- Test dependencies -->
Expand Down

0 comments on commit 0998b9b

Please sign in to comment.