Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5
-
Fix Version/s: 1.5
-
Component/s: Taverna Core
-
Labels:None
Description
It appears that Raven ignores exclusions when defined in the pom. This occurs in the pom for taverna-contrib :
<dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> <version>1.5</version> <exclusions> <exclusion> <artifactId>jsr173</artifactId> <groupId>javax.xml</groupId> </exclusion> <exclusion> <artifactId>pull-parser</artifactId> <groupId>pull-parser</groupId> </exclusion> </exclusions> </dependency>
discovered as when I try to use that module I get ArtifactNotFound exceptions for the artifact jsr173.
org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.pom also does something like this