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

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
elharo authored and chingor13 committed Oct 8, 2019
1 parent 65646ed commit 0988c27
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Expand Up @@ -171,7 +171,6 @@
<threetenbp.version>1.3.3</threetenbp.version>
<objenesis.version>2.6</objenesis.version>
<errorprone.version>2.3.3</errorprone.version>
<autovalue.version>1.6.6</autovalue.version>
<gson.version>2.8.6</gson.version>
</properties>

Expand Down Expand Up @@ -281,11 +280,6 @@
<artifactId>error_prone_annotations</artifactId>
<version>${errorprone.version}</version>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value-annotations</artifactId>
<version>${autovalue.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
Expand Down

0 comments on commit 0988c27

Please sign in to comment.