From b65cd89989ead7082089bf6f333e56b03f619606 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Thu, 13 Jul 2017 20:21:01 +0200 Subject: HONEYCOMB-360 - Restconf Northbound Intefaces provider separation - Restconf configuration included under restconf.json Change-Id: I45f503d3ef383bd6e3d356308d3212c7314b7a28 Signed-off-by: Jan Srnicek --- infra/northbound/restconf/pom.xml | 105 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 infra/northbound/restconf/pom.xml (limited to 'infra/northbound/restconf/pom.xml') diff --git a/infra/northbound/restconf/pom.xml b/infra/northbound/restconf/pom.xml new file mode 100644 index 000000000..3f7427208 --- /dev/null +++ b/infra/northbound/restconf/pom.xml @@ -0,0 +1,105 @@ + + + + + + impl-parent + io.fd.honeycomb.common + 1.17.10-SNAPSHOT + ../../../common/impl-parent + + 4.0.0 + + io.fd.honeycomb.northbound + restconf + 1.17.10-SNAPSHOT + + + 1.19.1 + 3.1.0 + 9.3.11.v20160721 + + + + + + com.google.inject + guice + + + net.jmob + guice.conf + + + io.fd.honeycomb + binding-init + ${project.version} + + + + + io.fd.honeycomb.northbound + common + ${project.version} + + + + + org.opendaylight.netconf + sal-rest-connector + + + + + org.eclipse.jetty + jetty-server + ${jetty.version} + + + javax.servlet + javax.servlet-api + ${servlet.version} + + + org.eclipse.jetty + jetty-webapp + ${jetty.version} + + + org.eclipse.jetty + jetty-servlets + ${jetty.version} + + + com.sun.jersey + jersey-server + ${jersey.version} + + + com.sun.jersey + jersey-core + ${jersey.version} + + + com.sun.jersey + jersey-servlet + ${jersey.version} + + + \ No newline at end of file -- cgit 1.2.3-korg