Skip to content

Commit

Permalink
deps: error_prone_annotations from shared deps BOM (googleapis#770)
Browse files Browse the repository at this point in the history
The shared dependencies BOM provides the latest error_prone_annotations version. No need to specify in individual repositories.
  • Loading branch information
suztomo committed Apr 27, 2022
1 parent 3fb8a58 commit 13a2edc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion java-resourcemanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ If you are using Maven without BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies

```Groovy
implementation platform('com.google.cloud:libraries-bom:25.1.0')
implementation platform('com.google.cloud:libraries-bom:25.2.0')
implementation 'com.google.cloud:google-cloud-resourcemanager'
```
Expand Down
5 changes: 0 additions & 5 deletions java-resourcemanager/google-cloud-resourcemanager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.13.1</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 13a2edc

Please sign in to comment.