Skip to content

Commit

Permalink
update parent to automanage error-prone annotations (#51)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <[email protected]>
  • Loading branch information
sebhoss authored Nov 12, 2023
1 parent ab35654 commit b97ed85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>wtf.metio.maven.parents</groupId>
<artifactId>maven-parents-java-prototype</artifactId>
<version>2023.11.3</version>
<version>2023.11.10</version>
</parent>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
Expand Down
1 change: 0 additions & 1 deletion storage-units-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.23.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit b97ed85

Please sign in to comment.