Skip to content

Commit d8e5629

Browse files
vorburgercopybara-github
authored andcommitted
Remove wrong auto-value dependency to fix confusing annotation processing related message from Maven, see #172.
PiperOrigin-RevId: 772008669
1 parent 32360dd commit d8e5629

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

core/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,6 @@
132132
<artifactId>okhttp</artifactId>
133133
<version>${okhttp.version}</version>
134134
</dependency>
135-
<dependency>
136-
<groupId>com.google.auto.value</groupId>
137-
<artifactId>auto-value</artifactId>
138-
<version>${auto-value.version}</version>
139-
<optional>true</optional>
140-
</dependency>
141135
<dependency>
142136
<groupId>com.google.auto.value</groupId>
143137
<artifactId>auto-value-annotations</artifactId>

0 commit comments

Comments
 (0)