mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
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:
committed by
GitHub
parent
4ab5dc4f32
commit
4c8e125dcb
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user