Move karaf-util dependency 89/61489/3
authorMichael Vorburger <vorburger@redhat.com>
Thu, 10 Aug 2017 11:39:39 +0000 (17:09 +0530)
committerRobert Varga <nite@hq.sk>
Thu, 10 Aug 2017 15:15:15 +0000 (15:15 +0000)
commitf2e0c03ebaa8c5ef3e9296d05ab7a72b774efdf7
treeccb488bd787264c5fd8f114294a0c930acf70b5a
parent506abdd6d658085b3109ead60cd105cb8d6a4600
Move karaf-util dependency

from bundles-test to features-test

The new karaf-util artifact introduced in
https://git.opendaylight.org/gerrit/#/c/61293/ should not be a
dependency of bundles-test but rather of features-test IMHO.

This is because bundles-test actually not have a compile time dependency
to the CustomBundleUrlStreamHandlerFactory from karaf-util; only
features-test (in PerRepoTestRunner).

However, bundles-test is also used in infrautils' ready.  Bumping to
odlparent 2.0.4 (which includes this) fell over with "...
odl-infrautils-ready ... Unable to resolve
org.opendaylight.odlparent.karaf-util...", because of the
<Embed-Dependency>bundles-test-lib in ready-impl.

We could add karaf-util to the <Embed-Dependency> of ready-impl to work
around this, at least temporarily to unblock, but the root cause is that
the dependency is wrong.

Change-Id: I031fbbc8fb9d8eebba3550ef0683b8363397d8a8
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
bundles-test-lib/pom.xml
features-test/pom.xml