From e9bb60be43af477f17b30ee1f2ba205565b7fa15 Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Mon, 19 Oct 2015 10:14:31 -0700 Subject: Updated onos src tree to commit id 1e60f97ae50c05b94fcb6a10520738bfb5efdfd1 --- framework/src/onos/netconf/pom.xml | 77 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 framework/src/onos/netconf/pom.xml (limited to 'framework/src/onos/netconf/pom.xml') diff --git a/framework/src/onos/netconf/pom.xml b/framework/src/onos/netconf/pom.xml new file mode 100644 index 00000000..7a36c227 --- /dev/null +++ b/framework/src/onos/netconf/pom.xml @@ -0,0 +1,77 @@ + + + + 4.0.0 + + org.onosproject + onos + 1.4.0-SNAPSHOT + + + onos-netconf + pom + + ONOS NETCONF southbound libraries + + + junit + junit + test + + + org.onosproject + onlab-misc + + + org.onosproject + onlab-junit + + + io.netty + netty-buffer + + + io.netty + netty-handler + + + org.apache.felix + org.apache.felix.scr.annotations + + + + + + + org.apache.felix + maven-bundle-plugin + + + org.apache.felix + maven-scr-plugin + + + + + + api + rfc + ctl + + -- cgit 1.2.3-korg