diff --git a/Maven.md b/Maven.md
index 2a4f88f..6ba9ecc 100644
--- a/Maven.md
+++ b/Maven.md
@@ -6,15 +6,7 @@ sshj artifact
**Releases**
-sshj releases are present in the central maven repository:
-
-```xml
-
- net.schmizz
- sshj
- 0.8.1
-
-```
+sshj releases are present in the central maven repository:
**Snapshots**
@@ -29,15 +21,7 @@ You will need to add the sonatype remote repository if you don't have it:
```
-And a dependency on a sshj snapshot:
-
-```xml
-
- net.schmizz
- sshj
- 0.9.0-SNAPSHOT
-
-```
+See for available snapshot versions.
additional dependencies
-----------------------
@@ -46,33 +30,15 @@ additional dependencies
[[slf4j|http://slf4j.org]] is a logging facade that sshj depends on. You need to add a slf4j binding and the implementation for that binding. If you don't have strong preferences for some logging framework, try [[logback|http://logback.qos.ch]] which natively implements the slf4j API.
-```xml
-
- org.slf4j
- slf4j-api
- 1.6.1
-
-
- ch.qos.logback
- logback-core
- 0.9.29
-
-
- ch.qos.logback
- logback-classic
- 0.9.29
-
-```
-
**Optional**
-Throw in [[BouncyCastle|http://www.bouncycastle.org/java.html]] to be able to read in OpenSSH key files and generally get better crypto.
+Throw in [[BouncyCastle|http://www.bouncycastle.org/java.html]] to get better crypto.
```xml
org.bouncycastle
- bcprov-jdk16
- 1.46
+ bcprov-jdk15on
+ 1.49/version>
```
@@ -82,6 +48,6 @@ Throw in [[BouncyCastle|http://www.bouncycastle.org/java.html]] to be able to re
com.jcraft
jzlib
- 1.0.7
+ 1.1.2
-```
+```
\ No newline at end of file