From: Michael Vorburger Date: Tue, 7 Feb 2017 14:56:48 +0000 (+0100) Subject: clustering-test-app: Remove apparently un-used (weird) Tycho dependency X-Git-Tag: release/carbon~286 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=1d6fe8529ee7430e551751439139aabbaa560c03 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 --- 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 -