From df0c51c3a5ad1f7d934ee99e4d8eb0c3b1f811e5 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 16 Jul 2018 20:46:54 +0200 Subject: [PATCH] Do not package jars multiple times odl-restconf-nb-rfc8040 has a dependency on netconf-api, use odl-netconf-api to resolve that (and other) dependencies. Change-Id: If9fe9600f13838af229c7f5f7c2587e0d863fa22 Signed-off-by: Robert Varga --- features/restconf/odl-restconf-nb-rfc8040/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/features/restconf/odl-restconf-nb-rfc8040/pom.xml b/features/restconf/odl-restconf-nb-rfc8040/pom.xml index 6ab5c90152..b092a63799 100644 --- a/features/restconf/odl-restconf-nb-rfc8040/pom.xml +++ b/features/restconf/odl-restconf-nb-rfc8040/pom.xml @@ -32,6 +32,13 @@ pom import + + org.opendaylight.netconf + netconf-artifacts + 1.5.0-SNAPSHOT + pom + import + @@ -42,6 +49,12 @@ xml features + + org.opendaylight.netconf + odl-netconf-api + xml + features + org.opendaylight.netconf restconf-nb-rfc8040 -- 2.36.6