diff --git a/.gitignore b/.gitignore
index 0034f66cba518..2caab436965ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@ target/
/*/var/
/presto-product-tests/**/var/
pom.xml.versionsBackup
+dependency-reduced-pom.xml
test-output/
test-reports/
/atlassian-ide-plugin.xml
diff --git a/presto-jdbc/pom.xml b/presto-jdbc/pom.xml
index 86d311856ad4f..cd80f2142d409 100644
--- a/presto-jdbc/pom.xml
+++ b/presto-jdbc/pom.xml
@@ -80,7 +80,7 @@
guava
- com.google.errorprone
+ org.checkerframework
checker-qual