Restore duplicate check 26/77326/1
authorStephen Kitt <skitt@redhat.com>
Mon, 29 Oct 2018 16:03:24 +0000 (17:03 +0100)
committerStephen Kitt <skitt@redhat.com>
Mon, 29 Oct 2018 16:05:26 +0000 (17:05 +0100)
commit4cfb487ceacbe9a21b845f98d4f01b59e0e94926
tree98c0f09c744812bfb07c5a4189c0fb365df0b157
parent0c9f1490fd97422a168cc84868194a5a67699d9c
Restore duplicate check

With the recent odlparent and yangtools bumps in Fluorine, the
handling of jaxb-api and activation changed; for features, this is
dealt with by excluding the relevant artifacts from generated
features, but other tests end up with duplicates since the artifacts
include classes which are also present in the JVM’s rt.jar.

This patch excludes jaxb-api and activation, and restores the
duplicate check.

JIRA: INFRAUTILS-59
Change-Id: Ifa8f0fd86c8b65655cc50261f198d3deb2411499
Signed-off-by: Stephen Kitt <skitt@redhat.com>
integration/test-standalone/pom.xml
integration/test-standalone/src/test/java/org/opendaylight/neutron/e2etest/NeutronE2ETest.java