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

fix: try to keep autovalue out of the runtime time classpath #48

Merged
merged 3 commits into from Oct 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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