diff --git a/README.md b/README.md
index ecb9c73..393511a 100644
--- a/README.md
+++ b/README.md
@@ -8,15 +8,21 @@ This appender sends logs to your [Logz.io](http://logz.io) account, using non-bl
This appender uses [LogzioSender](https://github.com/logzio/logzio-java-sender) implementation. All logs are backed up to a local file system before being sent. Once you send a log, it will be enqueued in the queue and 100% non-blocking. There is a background task that will handle the log shipment for you. This jar is an "Uber-Jar" that shades both BigQueue, Gson and Guava to avoid "dependency hell".
### Installation from maven
-```xml
+```
io.logz.logback
logzio-logback-appender
1.0.23
+
+
+ ch.qos.logback
+ logback-classic
+ 1.2.3
+
```
-### Logback Example Configuration
+### logback.xml Example Configuration
```xml
@@ -142,6 +148,8 @@ Will send a log to Logz.io that looks like this:
```
### Release notes
+ - 1.0.24
+ - shade some dependencies
- 1.0.22 - 1.0.23
- update logzio-sender version
- 1.0.21
diff --git a/pom.xml b/pom.xml
index 48368ac..bad018b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,17 +115,15 @@
true
-
-
- io.logz.sender:logzio-sender
- com.google.guava:guava
-
-
false
- com.google.common
- io.logz.logback.com.google.common
+ com.google
+ io.logz.logback.com.google
+
+
+ io.logz.sender
+ io.logz.logback-appender.sender