From 13d05bc8458758ee39cb829098241e89616717ee Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Wed, 9 Sep 2015 22:15:21 -0700 Subject: ONOS checkin based on commit tag e796610b1f721d02f9b0e213cf6f7790c10ecd60 Change-Id: Ife8810491034fe7becdba75dda20de4267bd15cd --- framework/src/onos/utils/jnc/pom.xml | 102 +++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 framework/src/onos/utils/jnc/pom.xml (limited to 'framework/src/onos/utils/jnc') diff --git a/framework/src/onos/utils/jnc/pom.xml b/framework/src/onos/utils/jnc/pom.xml new file mode 100644 index 00000000..a70bfbe7 --- /dev/null +++ b/framework/src/onos/utils/jnc/pom.xml @@ -0,0 +1,102 @@ + + + + 4.0.0 + + + org.onosproject + onlab-utils + 1.3.0-SNAPSHOT + ../pom.xml + + + onlab-jnc-osgi + bundle + + TailF JNC and Ganymed SSH2 packaged as OSGi bundle + + + + ch.ethz.ganymed + ganymed-ssh2 + 262 + + + + + org.onosproject + jnc + 1.0 + + + + + + + org.apache.maven.plugins + maven-shade-plugin + 2.3 + + + + com.google.guava:guava + + ** + + + + + + + package + + shade + + + + + + org.apache.felix + maven-bundle-plugin + + + + com.tailf.jnc, + ch.ethz.ssh2, + ch.ethz.ssh2.auth, + ch.ethz.ssh2.channel, + ch.ethz.ssh2.crypto, + ch.ethz.ssh2.crypto.cipher, + ch.ethz.ssh2.crypto.dh, + ch.ethz.ssh2.crypto.digest, + ch.ethz.ssh2.log, + ch.ethz.ssh2.packets, + ch.ethz.ssh2.server, + ch.ethz.ssh2.sftp, + ch.ethz.ssh2.signature, + ch.ethz.ssh2.transport, + ch.ethz.ssh2.util + + + + + + + + -- cgit 1.2.3-korg