From: Robert Varga Date: Sat, 14 Feb 2015 07:58:45 +0000 (+0100) Subject: Make sure config-api brings in osgi-core X-Git-Tag: release/lithium~564 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=909ff1d1a66cf3d0a39b3cea509ca837ffa2533d Make sure config-api brings in osgi-core config-api is used in config-generated code, which needs osgi for compilation. Unfortunately augmenting all current users is prohibitive, so just make sure all users inherit osgi-core as a compile-time dependency. The real fix is to create a parent, which will pull osgi-core into artifacts which actually invoke yang-jmx-plugin. Change-Id: I24caf20ea1ab0ce32f9d259ca650f38668a8c7a5 Signed-off-by: Robert Varga --- diff --git a/opendaylight/config/config-api/pom.xml b/opendaylight/config/config-api/pom.xml index eff635c17e..d76bd50a3d 100644 --- a/opendaylight/config/config-api/pom.xml +++ b/opendaylight/config/config-api/pom.xml @@ -28,6 +28,10 @@ org.osgi org.osgi.core + + + compile org.opendaylight.yangtools