Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] jcraft.jsch as wrapped bundle

Hi!

When using JGit in an OSGI environment it always seems to be a problem that com.jcraft.jsch isnĀ“t a bundle and needs to be wrapped. Servicemix bundles already has a wrapped version. It would be helpful if you used this dependency [1].

Regards,
KMe

[1]
<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.jsch</artifactId>
<version>0.1.44_2</version>
</dependency>


Back to the top