X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fnetconf%2Fnetconf-impl%2Fpom.xml;h=e073aaca8d039dddf4f6c976dcbe1e30de1b4dd7;hb=1257b6b217ae7fb2fca640b5991eac2a0266a93f;hp=f1e3f891ee3ff70bda9cfd9fefcc73c714a824e3;hpb=95c82c81e49ba07e792d0c81c483c1c4ad874424;p=controller.git diff --git a/opendaylight/netconf/netconf-impl/pom.xml b/opendaylight/netconf/netconf-impl/pom.xml index f1e3f891ee..e073aaca8d 100644 --- a/opendaylight/netconf/netconf-impl/pom.xml +++ b/opendaylight/netconf/netconf-impl/pom.xml @@ -19,6 +19,10 @@ ${project.groupId} netconf-api + + ${project.groupId} + ietf-netconf-monitoring + ${project.groupId} netconf-util @@ -32,6 +36,11 @@ netconf-mapping-api + + org.opendaylight.yangtools.model + ietf-inet-types + + org.opendaylight.bgpcep util @@ -112,6 +121,7 @@ io.netty.buffer, io.netty.handler.codec, io.netty.channel.nio, + javax.annotation, javax.management, javax.net.ssl, javax.xml.namespace, @@ -131,7 +141,15 @@ org.w3c.dom, org.xml.sax, org.opendaylight.controller.netconf.util.messages, - com.siemens.ct.exi.exceptions + com.siemens.ct.exi.exceptions, + io.netty.util.internal, + org.opendaylight.controller.netconf.api.monitoring, + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924, + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev100924, + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004, + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004.netconf.state, + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004.netconf.state.sessions, + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004.netconf.state.schemas,