Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.

Commit 0988c27

Browse files
elharochingor13
authored andcommitted
fix: try to keep autovalue out of the runtime time classpath (#48)
* try to keep autovalue out of the compile time classpath * remove autovalue dependency
1 parent 65646ed commit 0988c27

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@
171171
<threetenbp.version>1.3.3</threetenbp.version>
172172
<objenesis.version>2.6</objenesis.version>
173173
<errorprone.version>2.3.3</errorprone.version>
174-
<autovalue.version>1.6.6</autovalue.version>
175174
<gson.version>2.8.6</gson.version>
176175
</properties>
177176

@@ -281,11 +280,6 @@
281280
<artifactId>error_prone_annotations</artifactId>
282281
<version>${errorprone.version}</version>
283282
</dependency>
284-
<dependency>
285-
<groupId>com.google.auto.value</groupId>
286-
<artifactId>auto-value-annotations</artifactId>
287-
<version>${autovalue.version}</version>
288-
</dependency>
289283
<dependency>
290284
<groupId>com.google.code.gson</groupId>
291285
<artifactId>gson</artifactId>

0 commit comments

Comments
 (0)