Skip from the surefire execution plugins that can step over guava feet 25/6625/1
authorGiovanni Meo <gmeo@cisco.com>
Sun, 27 Apr 2014 00:09:40 +0000 (02:09 +0200)
committerGiovanni Meo <gmeo@cisco.com>
Wed, 30 Apr 2014 15:09:32 +0000 (17:09 +0200)
commit57bed00ac386dc31574ce0cbcf204beeb7e19d41
tree628c748221ebfa8b3674f9a920458e4560b30499
parentcc2c22a2dfa0b223d2984f6268d19874d2b101d2
Skip from the surefire execution plugins that can step over guava feet

Seems like the com.google.common.collect.* package has been reused in
several jars like:

- guava
- google-collection
- pax-url-aether

Now the netconf-it in the classpath of contains via transitive the 3
of them but only guava is usable by yang-bindings used by the netconf
client test. The presence of the 3 cause unreliability on the test
pass based on who comes first in the classpath of surefire. The fix is
to make sure surefire ignore the other two libraries except guava.

Change-Id: I77260989a19f60db94286434444530bacb1947d4
Signed-off-by: Giovanni Meo <gmeo@cisco.com>
opendaylight/netconf/netconf-it/pom.xml