org.jvent.mimepull and org.jvent.staxex artifacts are introduced into
latest 3.0 full profile build with following dependencies statement in saaj
and sun-tools pom. We don't depend on them in 2.1.x so that I'm wondering
if they could be exclude from the assembly.
bundle saaj-impl-1.3.8_1-SNAPSHOT.pom
<dependency>
<groupId>org.jvnet</groupId>
<artifactId>mimepull</artifactId>
<version>1.4</version>
</dependency>
jaxws-sun-tools-3.0-SNAPSHOT.pom
<dependency>
<groupId>org.jvnet.staxex</groupId>
<artifactId>stax-ex</artifactId>
</dependency>
--
Shawn