[seam-commits] Seam SVN: r14112 - branches/community/Seam_2_3/jboss-seam-rss.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Jun 3 03:18:57 EDT 2011
Author: manaRH
Date: 2011-06-03 03:18:54 -0400 (Fri, 03 Jun 2011)
New Revision: 14112
Modified:
branches/community/Seam_2_3/jboss-seam-rss/pom.xml
Log:
added missing jaxb-api for compilation with jdk 1.5
Modified: branches/community/Seam_2_3/jboss-seam-rss/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-rss/pom.xml 2011-06-02 22:07:14 UTC (rev 14111)
+++ branches/community/Seam_2_3/jboss-seam-rss/pom.xml 2011-06-03 07:18:54 UTC (rev 14112)
@@ -17,6 +17,11 @@
<groupId>net.sourceforge.yarfraw</groupId>
<artifactId>yarfraw</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
More information about the seam-commits
mailing list