Remove explicit dependency to SSHD bundle
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 10 Jul 2022 10:59:39 +0000 (12:59 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 10 Jul 2022 10:59:39 +0000 (12:59 +0200)
suite/org.argeo.slc.tool/build.properties

index 61e47febe254f81ef6af000ae5d9045a5a3dedc9..5b9b216c76bb80faa54457002f984a33c4ac8a6f 100644 (file)
@@ -2,9 +2,7 @@ source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
                .
-additional.bundles = org.apache.sshd.common,\
-                     org.apache.sshd.core,\
-                     org.slf4j.api,\
+additional.bundles = org.slf4j.api,\
                      org.argeo.ext.slf4j,\
                      org.apache.tomcat.jni
                
\ No newline at end of file