Update JBossXB 2.0.0.CR7 to use JBoss Common Core 2.2.3.GA
----------------------------------------------------------
Key: JBXB-131
URL:
http://jira.jboss.com/jira/browse/JBXB-131
Project: JBoss XML Binding (JBossXB)
Issue Type: Sub-task
Reporter: Adrian Brock
Assigned To: Adrian Brock
Fix For: JBossXB-2.0.0.CR7
Update to latest version of jboss-common-core
and exclude things that are optional or override explicit versions in JBossXB's pom.
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-common-core</artifactId>
<version>2.2.3.GA</version>
<exclusions>
<exclusion>
<groupId>jboss</groupId>
<artifactId>jboss-common-logging-spi</artifactId>
</exclusion>
<exclusion>
<groupId>apache-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
</exclusion>
<exclusion>
<groupId>apache-slide</groupId>
<artifactId>webdavlib</artifactId>
</exclusion>
<exclusion>
<groupId>apache-xerces</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira