From c6b19b3b2aad04043f71c415e7faf3d8b2f67f15 Mon Sep 17 00:00:00 2001 From: Shikhar Bhushan Date: Sun, 11 Aug 2013 19:31:28 -0700 Subject: [PATCH] Updated Maven (markdown) --- Maven.md | 48 +++++++----------------------------------------- 1 file changed, 7 insertions(+), 41 deletions(-) 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