diff --git a/README.md b/README.md
index 58e5de2e1..9d25947c8 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ sth
.addDbParam(ClickHouseQueryParam.MAX_PARALLEL_REPLICAS, 2)
.send();
```
-#### Send data in binary formated with custom user callback
+#### Send data in binary formatted with custom user callback
```java
import ru.yandex.clickhouse.ClickHouseStatement;
ClickHouseStatement sth = connection.createStatement();
diff --git a/pom.xml b/pom.xml
index 9eaeb9dc9..7ad1be16a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -351,6 +351,10 @@
org.apache
${shade.base}.apache
+
+ org.checkerframework
+ ${shade.base}.checker
+
net.jpountz
${shade.base}.jpountz