From 15b2086e01cfd5f28cfe871193b36527226a7df2 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Wed, 14 Jun 2017 10:13:21 +0200 Subject: [PATCH] =?utf8?q?Don=E2=80=99t=20provide=20configfiles?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit configfiles mustn’t be provided, the dependency resolver needs to be able to find them. Change-Id: I924adf760e0573e40066425f6b6b3a4e3deedc53 Signed-off-by: Stephen Kitt --- library/features/odl-ovsdb-library/pom.xml | 1 - southbound/southbound-features/odl-ovsdb-southbound-test/pom.xml | 1 - 2 files changed, 2 deletions(-) diff --git a/library/features/odl-ovsdb-library/pom.xml b/library/features/odl-ovsdb-library/pom.xml index 67676c0b0..16b6a149f 100644 --- a/library/features/odl-ovsdb-library/pom.xml +++ b/library/features/odl-ovsdb-library/pom.xml @@ -61,7 +61,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${project.version} cfg config - provided diff --git a/southbound/southbound-features/odl-ovsdb-southbound-test/pom.xml b/southbound/southbound-features/odl-ovsdb-southbound-test/pom.xml index 25fb651cd..246626cf0 100644 --- a/southbound/southbound-features/odl-ovsdb-southbound-test/pom.xml +++ b/southbound/southbound-features/odl-ovsdb-southbound-test/pom.xml @@ -52,7 +52,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${project.version} cfg config - provided -- 2.36.6