X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-api%2Fpom.xml;h=0fce4748a40af53113d865492dd1f6ada93ce19a;hb=6da86863382c6c850fb2f7c7d2e026d0aa96ae1a;hp=902cf2a8632a71dc1eac99ad46b3d79ca9a769c0;hpb=a474fa0e090124ba715dc4251944dd8532c90491;p=controller.git diff --git a/opendaylight/netconf/netconf-api/pom.xml b/opendaylight/netconf/netconf-api/pom.xml index 902cf2a863..0fce4748a4 100644 --- a/opendaylight/netconf/netconf-api/pom.xml +++ b/opendaylight/netconf/netconf-api/pom.xml @@ -6,7 +6,7 @@ netconf-subsystem org.opendaylight.controller - 0.2.2-SNAPSHOT + 0.2.3-SNAPSHOT 4.0.0 netconf-api @@ -18,6 +18,19 @@ org.opendaylight.controller config-api + + org.opendaylight.yangtools.model + ietf-inet-types + + + org.opendaylight.yangtools.model + ietf-yang-types + + + ${project.groupId} + ietf-netconf-monitoring + + org.opendaylight.bgpcep framework @@ -41,11 +54,17 @@ io.netty.channel, io.netty.util.concurrent, org.w3c.dom, - org.slf4j + org.slf4j, + 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.netconf.state, + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004.netconf.state.sessions, + com.google.common.base, org.opendaylight.controller.netconf.api, org.opendaylight.controller.netconf.api.jmx, + org.opendaylight.controller.netconf.api.monitoring,