From 1ad4d5b06c69ee20e72742e6ec4c7c7e97953fb3 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Thu, 20 Oct 2016 17:25:00 +0200 Subject: [PATCH] Add xml config dependency to features pom Configfile added here [0] also needs to be listed as pom dependency, otherwise distribution-check would fail. Also added to netconf-artifacts. [0] https://git.opendaylight.org/gerrit/#/c/44243/10/features/netconf/src/main/features/features.xml Change-Id: If016aadb03154d83ddd0afa680e8d1d8acd88217 Signed-off-by: Vratko Polak (cherry picked from commit c2272d825c810de0a023661f054cd0ce023e0a77) --- features/netconf/pom.xml | 6 ++++++ netconf/netconf-artifacts/pom.xml | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/features/netconf/pom.xml b/features/netconf/pom.xml index 52e1c4c0b3..ae6cfb7de4 100644 --- a/features/netconf/pom.xml +++ b/features/netconf/pom.xml @@ -179,6 +179,12 @@ ${project.groupId} netconf-util + + ${project.groupId} + netconf-util + cfg + config + ${project.groupId} netconf-impl diff --git a/netconf/netconf-artifacts/pom.xml b/netconf/netconf-artifacts/pom.xml index 2dc16cf3fc..7ec3258696 100644 --- a/netconf/netconf-artifacts/pom.xml +++ b/netconf/netconf-artifacts/pom.xml @@ -148,6 +148,13 @@ netconf-util ${project.version} + + ${project.groupId} + netconf-util + ${project.version} + config + cfg + ${project.groupId} netconf-mdsal-config -- 2.36.6