java - Maven Ban Transitive Dependencies in parent pom to include in child application -


i have exclusion in parent pom jcifs jar. not want change parent pom affects many applications, possible me include jar in child application parent pom added dependency. if approach

<bantransitivedependencies>                   <excludes>                     <exclude>org.x.y:jcifs</exclude>                     <exclude>*:jcifs</exclude>                   </excludes> </bantransitivedependencies> 


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

Python Tornado package error when running server -