|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [mojo-dev] [jira] (MCOBERTURA-179) JAXB and XmlPars... JIRA
- [mojo-dev] [jira] (MCOBERTURA-179) JAXB and Xm... Steve Storey (JIRA)
- [mojo-dev] [jira] (MCOBERTURA-179) JAXB and Xm... JIRA
- [mojo-dev] [jira] (MCOBERTURA-179) JAXB and Xm... JIRA
- [mojo-dev] [jira] (MCOBERTURA-179) JAXB and Xm... JIRA
- [mojo-dev] [jira] (MCOBERTURA-179) JAXB and Xm... Steven Christou (JIRA)
- [mojo-dev] [jira] (MCOBERTURA-179) JAXB and Xm... JIRA
- [mojo-dev] [jira] (MCOBERTURA-179) JAXB and Xm... JIRA
- [mojo-dev] [jira] (MCOBERTURA-179) JAXB and Xm... JIRA
- [mojo-dev] [jira] (MCOBERTURA-179) JAXB and Xm... JIRA
- [mojo-dev] [jira] (MCOBERTURA-179) JAXB and Xm... JIRA

It seems that we need to include 3 new dependencies in test scope to avoid the problems.
This is done in the cobertura development branch - so by the time we can provide a new minor
release of Cobertura, these problems should go away.
The 3 test-scope dependencies to be included are:
<dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.11.0</version> <scope>test</scope> </dependency> <dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> <version>1.1.4</version> <scope>test</scope> </dependency> <dependency> <groupId>org.jdom</groupId> <artifactId>jdom</artifactId> <version>1.1.3</version> <scope>test</scope> </dependency>