From a6963c06a8a13eee12d5e21295ba6a42b9957d5e Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Tue, 8 Oct 2013 19:06:29 -0500 Subject: [PATCH] Removing config subsystem as it does not load in the controller. Some notes on this: 1) Config appears to be missing some yangtools.binding-generator-* dependencies that are needed in opendaylight/distribution/opendaylight/pom.xml 2) Attempts to add those dependency fail because they need to be higher versions ( 0.6.0-SNAPSHOT and 0.5.9-SNAPSHOT) than the current setting for for the controller. 3) Attempts to move the controller to use those higher versions causes other failures on load. Config subsystem will be restored to the distribution as soon as it works with the yangtools version being used in the controller. Change-Id: Ic5e5c074531bee84494a42517d9de83b93793711 Signed-off-by: Ed Warnicke --- opendaylight/distribution/opendaylight/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opendaylight/distribution/opendaylight/pom.xml b/opendaylight/distribution/opendaylight/pom.xml index 0bb4088855..e259296560 100644 --- a/opendaylight/distribution/opendaylight/pom.xml +++ b/opendaylight/distribution/opendaylight/pom.xml @@ -106,7 +106,7 @@ ${concepts.version} - + -- 2.36.6