Makes sense, do you want to open the issue on issues.apache.org/jira/browse/TOMEE?
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.com> | JavaEE Factory <https://javaeefactory-rmannibucau.rhcloud.com> 2016-05-13 18:29 GMT+02:00 ravi sankar <[email protected]>: > Hi Team, > bval is introducing three unwanted dependencies jaxb-api, jaxb-impl, junit > in to uber jar created using maven shade. > > <dependency> > <groupId>org.apache.tomee</groupId> > <artifactId>tomee-embedded</artifactId> > <version>${version.tomee}</version> > <exclusions> > <exclusion> > <artifactId>jaxb-impl</artifactId> > <groupId>com.sun.xml.bind</groupId> > </exclusion> > <exclusion> > <artifactId>jaxb-api</artifactId> > <groupId>javax.xml.bind</groupId> > </exclusion> > <exclusion> > <artifactId>junit</artifactId> > <groupId>junit</groupId> > </exclusion> > </exclusions> > </dependency> > > Thanks,Ravisankar Challa >
