Hi Ravi,

JAXRS, JAXWS and even uber shades are binaries oriented. Understand that
all resolve to the same pom.xml. You need to exclude the dependencies you
don't want (and classifier there is useless). These flavors are mainly for
2 cases:

- direct usage
- war overlay usage (then java -jar my.war)



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-31 11:15 GMT+02:00 ravi sankar <[email protected]>:

> Hi Team,
> I am using
>         <dependency>
>             <groupId>org.apache.tomee</groupId>
>             <artifactId>tomee-embedded</artifactId>
>             <version>${version.tomee}</version>
>             <classifier>jaxrs</classifier>
>         </dependency>
> and maven shade
>
> The generated jar file has myfaces and jaxws related files.
> Thanks,Ravi
>

Reply via email to