From 866649057c64c32cc46594056703865e98097bf7 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Tue, 17 Mar 2015 11:14:28 +0100 Subject: [PATCH] Add config classifier to netconf-mdsal-config jar The jar was included in the features without the config classifier, which caused the distributions to fail to install md-sal netconf config file (in case the local m2 repo did not contain pre-built artifacts from controller project) Change-Id: I1cc3d8f02e55ae9fd30abac706645b879753b2da Signed-off-by: Maros Marsalek --- features/mdsal/pom.xml | 8 +++++++- features/netconf/pom.xml | 4 ---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/features/mdsal/pom.xml b/features/mdsal/pom.xml index bd0a99d9ca..35d5dc21b3 100644 --- a/features/mdsal/pom.xml +++ b/features/mdsal/pom.xml @@ -260,7 +260,13 @@ org.opendaylight.controller mdsal-netconf-monitoring - + + org.opendaylight.controller + netconf-mdsal-config + ${netconf.version} + xml + config + org.opendaylight.controller sal-netconf-connector diff --git a/features/netconf/pom.xml b/features/netconf/pom.xml index 28c0e0a230..8af3706706 100644 --- a/features/netconf/pom.xml +++ b/features/netconf/pom.xml @@ -38,10 +38,6 @@ org.opendaylight.controller netconf-config - - org.opendaylight.controller - netconf-mdsal-config - org.opendaylight.controller netconf-auth -- 2.36.6