[seam-commits] Seam SVN: r14281 - branches/community/Seam_2_3/jboss-seam-rss.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Feb 1 06:24:35 EST 2012


Author: maschmid
Date: 2012-02-01 06:24:34 -0500 (Wed, 01 Feb 2012)
New Revision: 14281

Modified:
   branches/community/Seam_2_3/jboss-seam-rss/pom.xml
Log:
jboss-seam-rss make the javax.xml.bind:jaxb-api provided


Modified: branches/community/Seam_2_3/jboss-seam-rss/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-rss/pom.xml	2012-02-01 09:57:07 UTC (rev 14280)
+++ branches/community/Seam_2_3/jboss-seam-rss/pom.xml	2012-02-01 11:24:34 UTC (rev 14281)
@@ -26,6 +26,7 @@
 		<dependency>
 			<groupId>javax.xml.bind</groupId>
 			<artifactId>jaxb-api</artifactId>
+			<scope>provided</scope>
 		</dependency>
 
 		<dependency>



More information about the seam-commits mailing list