From 1d6fe8529ee7430e551751439139aabbaa560c03 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Tue, 7 Feb 2017 15:56:48 +0100 Subject: [PATCH] clustering-test-app: Remove apparently un-used (weird) Tycho dependency I was very surprised to notice something related my old friend Tycho (who I know well, from a past life..) in c/51447 when glancing over that change, and wondered what it was used for there, in a particularly strange fashion... FYI Tycho is, normally, a Maven plugin, used for among other thing dependency resolution of OSGi bundles from p2 repositories; I've never seen it used as a normal direct dependency, and can't imagine what it would be good for in normal projects. So I look more at this project, and found that Tycho is used for.. nothing at all? Remove! Change-Id: I8863406ea5e629e2fbaef207b0cd4357d6875a7a Signed-off-by: Michael Vorburger --- .../md-sal/samples/clustering-test-app/provider/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml index 77ede454ac..be02721aee 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml +++ b/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml @@ -42,10 +42,5 @@ org.opendaylight.controller sal-common-util - - org.eclipse.tycho - org.eclipse.osgi - test - -- 2.36.6