From 4eae26c5518b2b0b721c22d8079986affa00c313 Mon Sep 17 00:00:00 2001 From: Ioannis Canellos Date: Mon, 25 Jul 2011 06:29:20 -0700 Subject: [PATCH] OSGi-fied sshj --- pom.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2bb73ee5..7c1c37ed 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ net.schmizz sshj - jar + bundle 0.4.2-SNAPSHOT sshj @@ -160,6 +160,24 @@ + + org.apache.felix + maven-bundle-plugin + true + + + + !net.schmizz.*, + javax.crypto*, + com.jcraft.jzlib*;version="[1.0,2)", + org.slf4j*;version="[1.6,2)", + org.bouncycastle*;version="[1.4,2)", + * + + net.schmizz.* + + +