Closed TLNarayanaRao closed 1 month ago
Dependency exclusions do work while creating EAR using Maven ; when included on parent pom only. using the below tag:
<exclusions>
<exclusion>
<groupId>com.tibco.bw</groupId> <!-- Exclude Project-E from Project-B -->
<artifactId>ProjectD</artifactId>
</exclusion>
</exclusions>
Addressed in Enhancement : BWCE-5298 , which is fixed in maven plugin version 2.9.8
Maven Plugin version: 2.9.2
Maven version:
Product : TIBCO Businessworks Container edition
Product version: 2.7.3
Component: Maven build plugin
Pom.xml dependency :
`
`
We would like to exclude the above dependency jar when we execute mvn clean package command from linux.
this dependency got the vulnerability which we need to address. I tried with above exclude dependency but didnt work.
if this feature is already implemented, please provide the example to exclude the dependency.