mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 15:20:54 +03:00
OSGi-fied sshj
This commit is contained in:
20
pom.xml
20
pom.xml
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<groupId>net.schmizz</groupId>
|
<groupId>net.schmizz</groupId>
|
||||||
<artifactId>sshj</artifactId>
|
<artifactId>sshj</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>bundle</packaging>
|
||||||
<version>0.4.2-SNAPSHOT</version>
|
<version>0.4.2-SNAPSHOT</version>
|
||||||
|
|
||||||
<name>sshj</name>
|
<name>sshj</name>
|
||||||
@@ -160,6 +160,24 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.felix</groupId>
|
||||||
|
<artifactId>maven-bundle-plugin</artifactId>
|
||||||
|
<extensions>true</extensions>
|
||||||
|
<configuration>
|
||||||
|
<instructions>
|
||||||
|
<Import-Package>
|
||||||
|
!net.schmizz.*,
|
||||||
|
javax.crypto*,
|
||||||
|
com.jcraft.jzlib*;version="[1.0,2)",
|
||||||
|
org.slf4j*;version="[1.6,2)",
|
||||||
|
org.bouncycastle*;version="[1.4,2)",
|
||||||
|
*
|
||||||
|
</Import-Package>
|
||||||
|
<Export-Package>net.schmizz.*</Export-Package>
|
||||||
|
</instructions>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user