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

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -