Drop the dependency on com.google.errorprone:javac (#197)

This new setup matches the upstream Error Prone build configuration and
simplifies development against JDK 11+ internal APIs.
This commit is contained in:
Stephan Schroevers
2022-09-05 16:11:06 +02:00
committed by GitHub
parent 4ab5dc4f32
commit 4c8e125dcb
8 changed files with 21 additions and 72 deletions

View File

@@ -47,11 +47,6 @@
<artifactId>jsr305</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>javac</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>