From: Ed Warnicke Date: Wed, 9 Oct 2013 00:06:29 +0000 (-0500) Subject: Removing config subsystem as it does not load in the controller. X-Git-Tag: jenkins-controller-bulk-release-prepare-only-2-1~655 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=refs%2Fchanges%2F58%2F1758%2F2 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 --- 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} - +