X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-api%2Fpom.xml;h=971f4a7bb44aad8941f1890aebba69f88b8ca871;hp=902cf2a8632a71dc1eac99ad46b3d79ca9a769c0;hb=6fd408a04fe4a3611843e2246ece6d7c34b76903;hpb=f467b1de7ed7a25d19d9210c0372bfb8b8fd697f diff --git a/opendaylight/netconf/netconf-api/pom.xml b/opendaylight/netconf/netconf-api/pom.xml index 902cf2a863..971f4a7bb4 100644 --- a/opendaylight/netconf/netconf-api/pom.xml +++ b/opendaylight/netconf/netconf-api/pom.xml @@ -1,12 +1,10 @@ - + netconf-subsystem org.opendaylight.controller - 0.2.2-SNAPSHOT + 0.2.4-SNAPSHOT 4.0.0 netconf-api @@ -19,9 +17,25 @@ config-api - org.opendaylight.bgpcep - framework - ${bgpcep.version} + org.opendaylight.controller + protocol-framework + + + org.opendaylight.yangtools.model + ietf-inet-types + + + org.opendaylight.yangtools.model + ietf-yang-types + + + ${project.groupId} + ietf-netconf-monitoring + + + ${project.groupId} + ietf-netconf-monitoring-extension + ${project.version} @@ -41,11 +55,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,