Require-Bundle com.jcraft.jsch replaced by Import-Package statement

Bug: 359288
Change-Id: Ifbbf953f5389c6bd3ba960b598c0e92656b522e3
Signed-off-by: Jens Offenbach <wolle5050@gmx.de>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Jens Offenbach 2016-08-06 11:30:42 -04:00 committed by Matthias Sohn
parent b4d3338225
commit e2cb2f8afd
1 changed files with 1 additions and 1 deletions

View File

@ -138,8 +138,8 @@ Export-Package: org.eclipse.jgit.annotations;version="4.5.0",
org.ietf.jgss",
org.eclipse.jgit.util.io;version="4.5.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: com.jcraft.jsch;bundle-version="[0.1.37,0.2.0)"
Import-Package: com.googlecode.javaewah;version="[0.7.9,0.8.0)",
com.jcraft.jsch;version="[0.1.37,0.2.0)",
javax.crypto,
javax.net.ssl,
org.slf4j;version="[1.7.0,2.0.0)",