Skip to content

Commit

Permalink
fix(deps): remove unnecessary auto-value in api-common-java (#1621)
Browse files Browse the repository at this point in the history
Fixes #1618
  • Loading branch information
suztomo committed Apr 11, 2023
1 parent 26d1c3e commit ffeb820
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions api-common-java/pom.xml
Expand Up @@ -51,11 +51,6 @@
<artifactId>auto-value-annotations</artifactId>
<version>${auto-value.version}</version>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
<version>${auto-value.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
Expand Down

0 comments on commit ffeb820

Please sign in to comment.