Skip to content

Commit ffeb820

Browse files
authored
fix(deps): remove unnecessary auto-value in api-common-java (#1621)
Fixes #1618
1 parent 26d1c3e commit ffeb820

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

api-common-java/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@
5151
<artifactId>auto-value-annotations</artifactId>
5252
<version>${auto-value.version}</version>
5353
</dependency>
54-
<dependency>
55-
<groupId>com.google.auto.value</groupId>
56-
<artifactId>auto-value</artifactId>
57-
<version>${auto-value.version}</version>
58-
</dependency>
5954
<dependency>
6055
<groupId>com.google.code.findbugs</groupId>
6156
<artifactId>jsr305</artifactId>

0 commit comments

Comments
 (0)