Author: thomas.diesler(a)jboss.com
Date: 2008-04-18 12:18:11 -0400 (Fri, 18 Apr 2008)
New Revision: 6509
Modified:
container/jboss42/branches/jbossws-jboss422/pom.xml
Log:
Exclude invalid jbossxb dependencies
Modified: container/jboss42/branches/jbossws-jboss422/pom.xml
===================================================================
--- container/jboss42/branches/jbossws-jboss422/pom.xml 2008-04-18 16:01:56 UTC (rev
6508)
+++ container/jboss42/branches/jbossws-jboss422/pom.xml 2008-04-18 16:18:11 UTC (rev
6509)
@@ -149,11 +149,20 @@
<groupId>org.jboss</groupId>
<artifactId>jbossxb</artifactId>
<version>${jbossxb.version}</version>
+ <!-- dependencies not in sync with jboss-4.2.2 -->
<exclusions>
<exclusion>
<groupId>jboss.common.core</groupId>
<artifactId>jboss-common-core</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>jboss.logging</groupId>
+ <artifactId>jboss-logging-spi</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>jboss.logging.log4j</groupId>
+ <artifactId>jboss-logging-log4j</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
Show replies by date