Using ErrorProne 2.19.0 with the latest dataflow Jar (3.34), ProvisionException does not appear to be on the classpath. The stacktrace is as follows (I can't get you the full one, sorry!): ``` error-prone version: 2.19.0 BugPattern: (see stack trace) Stack Trace: java.lang.NoClassDefFoundError: com/google/inject/ProvisionException at com.google.errorprone.scanner.ScannerSupplierImpl.instantiateChecker(ScannerSupplierImpl.java:64) ```