Restore duplicate check 27/77327/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:09:15 +0000 (17:09 +0100)
commit6930f990677adbf89acc988bf6098b3bd66b07da
tree9751bda1f79d1e7ae44340ad78eb1d64a101b4ff
parent178ab4fefcbc90e9aabdf4458eb89956840e2be8
Restore duplicate check

With the recent odlparent and yangtools bumps in Neon, 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>
(cherry picked from commit 4cfb487ceacbe9a21b845f98d4f01b59e0e94926)
integration/test-standalone/pom.xml
integration/test-standalone/src/test/java/org/opendaylight/neutron/e2etest/NeutronE2ETest.java