[jopr-commits] JOPR SVN: r1208 - trunk/modules/plugins/jboss-as-5.
jopr-commits at lists.jboss.org
jopr-commits at lists.jboss.org
Tue Sep 15 20:21:52 EDT 2009
Author: ips
Date: 2009-09-15 20:21:52 -0400 (Tue, 15 Sep 2009)
New Revision: 1208
Modified:
trunk/modules/plugins/jboss-as-5/pom.xml
Log:
fix build failure due to missing artifact "sun-jaxb:jaxb-api:jar:2.1.9.patch01" (https://jira.jboss.org/jira/browse/JOPR-380)
Modified: trunk/modules/plugins/jboss-as-5/pom.xml
===================================================================
--- trunk/modules/plugins/jboss-as-5/pom.xml 2009-09-15 23:47:49 UTC (rev 1207)
+++ trunk/modules/plugins/jboss-as-5/pom.xml 2009-09-16 00:21:52 UTC (rev 1208)
@@ -96,6 +96,12 @@
<groupId>org.jboss.man</groupId>
<artifactId>jboss-managed</artifactId>
<scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>sun-jaxb</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
More information about the jopr-commits
mailing list