diff --git a/pom.xml b/pom.xml
index 77eb28d..066c8fe 100755
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
org.apache.sshd
- sshd-core
+ sshd-osgi
${version.sshd}
@@ -197,6 +197,11 @@
true
+
+ biz.aQute.bnd
+ bnd-maven-plugin
+ 6.4.0
+
org.apache.maven.plugins
maven-source-plugin
@@ -255,6 +260,19 @@
+
+ biz.aQute.bnd
+ bnd-maven-plugin
+ true
+
+
+ jar
+
+ jar
+
+
+
+
org.codehaus.mojo
flatten-maven-plugin
diff --git a/sshsig-bcprov/pom.xml b/sshsig-bcprov/pom.xml
index e4e5c55..6028d0f 100644
--- a/sshsig-bcprov/pom.xml
+++ b/sshsig-bcprov/pom.xml
@@ -13,6 +13,7 @@
SSHSIG :: Tests for org.bouncycastle:bcprov
+ true
true
true
true
diff --git a/sshsig-core/bnd.bnd b/sshsig-core/bnd.bnd
new file mode 100644
index 0000000..75c5d83
--- /dev/null
+++ b/sshsig-core/bnd.bnd
@@ -0,0 +1 @@
+Export-Package: de.profhenry.sshsig.core.*
\ No newline at end of file
diff --git a/sshsig-i2pcrypto/pom.xml b/sshsig-i2pcrypto/pom.xml
index 1c730c9..c49b7ae 100644
--- a/sshsig-i2pcrypto/pom.xml
+++ b/sshsig-i2pcrypto/pom.xml
@@ -13,6 +13,7 @@
SSHSIG :: Tests for net.i2p.crypto:eddsa
+ true
true
true
true
diff --git a/sshsig-mina/bnd.bnd b/sshsig-mina/bnd.bnd
new file mode 100644
index 0000000..55077e6
--- /dev/null
+++ b/sshsig-mina/bnd.bnd
@@ -0,0 +1 @@
+Export-Package: de.profhenry.sshsig.mina.*
\ No newline at end of file
diff --git a/sshsig-mina/pom.xml b/sshsig-mina/pom.xml
index e0012c7..9e88da9 100644
--- a/sshsig-mina/pom.xml
+++ b/sshsig-mina/pom.xml
@@ -19,7 +19,7 @@
org.apache.sshd
- sshd-core
+ sshd-osgi