java - How to exclude jars during overlay -



java - How to exclude jars during overlay -

i have 2 applications - a , b.

in application there jars j1,j2,j3. , in application b there overlay , dependency of application a. don't want jar j2 in application b.

how exclude jar j2 ?

what asking isn't possible. if application b has dependencies on application a; , depends on j2 - how think can run "b" without providing j2?

the thing can work: if can farther piece applications; might possible come component b'; b' depends on a'; , a' not depend on j2. can bundle b' without j2.

java maven

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -