From e24fa950206ff7527b7692c3e78e2193ebe422f1 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 31 Oct 2016 13:50:28 +0100 Subject: [PATCH] BUG-5222: use odlparent features as a dependency Specify dependency=true for artifacts provided from odlparent. This should lower the time we keep reinstalling features. Change-Id: I1742b66e8929ce165adf9f1befc6649e240631bf Signed-off-by: Robert Varga --- common/features/pom.xml | 7 +++++++ .../features/src/main/features/features.xml | 20 +++++++++---------- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/common/features/pom.xml b/common/features/pom.xml index e2d99934cd..47992a433b 100644 --- a/common/features/pom.xml +++ b/common/features/pom.xml @@ -34,6 +34,13 @@ + + org.opendaylight.odlparent + features-odlparent + features + xml + + org.opendaylight.yangtools yang-data-api diff --git a/common/features/src/main/features/features.xml b/common/features/src/main/features/features.xml index 0a77b1ce88..b5eb54d76c 100644 --- a/common/features/src/main/features/features.xml +++ b/common/features/src/main/features/features.xml @@ -7,36 +7,36 @@ terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html --> - - - - odl-yangtools-yang-parser + xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.3.0 http://karaf.apache.org/xmlns/features/v1.3.0"> + mvn:org.opendaylight.odlparent/features-odlparent/{{VERSION}}/xml/features + + odl-yangtools-yang-parser mvn:org.opendaylight.yangtools/yang-data-impl/{{VERSION}} mvn:org.opendaylight.yangtools/xsd-regex/{{VERSION}} - mvn:com.google.code.gson/gson/{{VERSION}} + mvn:com.google.code.gson/gson/{{VERSION}} mvn:org.opendaylight.yangtools/yang-data-codec-gson/{{VERSION}} mvn:org.opendaylight.yangtools/yang-data-codec-xml/{{VERSION}} - mvn:com.google.guava/guava/{{VERSION}} + odl-guava-18 + odl-triemap-0.2 mvn:org.opendaylight.yangtools/concepts/{{VERSION}} mvn:org.opendaylight.yangtools/yang-common/{{VERSION}} mvn:org.opendaylight.yangtools/util/{{VERSION}} mvn:org.opendaylight.yangtools/object-cache-api/{{VERSION}} mvn:org.opendaylight.yangtools/object-cache-guava/{{VERSION}} mvn:org.opendaylight.yangtools/object-cache-noop/{{VERSION}} - mvn:com.github.romix/java-concurrent-hash-trie-map/{{VERSION}} - odl-yangtools-common - mvn:org.antlr/antlr4-runtime/{{VERSION}} + odl-yangtools-common + mvn:org.antlr/antlr4-runtime/{{VERSION}} mvn:org.opendaylight.yangtools/yang-model-api/{{VERSION}} mvn:org.opendaylight.yangtools/yang-model-util/{{VERSION}} mvn:org.opendaylight.yangtools/yang-data-api/{{VERSION}} -- 2.36.6