[seam-commits] Seam SVN: r14276 - in branches/community/Seam_2_3/examples/jee5/booking: booking-ejb and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Jan 31 11:00:08 EST 2012
Author: maschmid
Date: 2012-01-31 11:00:07 -0500 (Tue, 31 Jan 2012)
New Revision: 14276
Modified:
branches/community/Seam_2_3/examples/jee5/booking/booking-ear/pom.xml
branches/community/Seam_2_3/examples/jee5/booking/booking-ejb/pom.xml
Log:
examples, make the jee5/booking example work the same as in 2.2.2
Modified: branches/community/Seam_2_3/examples/jee5/booking/booking-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/jee5/booking/booking-ear/pom.xml 2012-01-31 12:05:01 UTC (rev 14275)
+++ branches/community/Seam_2_3/examples/jee5/booking/booking-ear/pom.xml 2012-01-31 16:00:07 UTC (rev 14276)
@@ -127,10 +127,6 @@
<!-- use maven generated application.xml instead -->
<generateApplicationXml>true</generateApplicationXml>
<filtering>true</filtering>
- <jboss>
- <version>4.2</version>
- <loader-repository>seam.jboss.org:loader=seam-jee5-booking</loader-repository>
- </jboss>
<modules>
<webModule>
<groupId>org.jboss.seam.examples.jee5</groupId>
Modified: branches/community/Seam_2_3/examples/jee5/booking/booking-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/jee5/booking/booking-ejb/pom.xml 2012-01-31 12:05:01 UTC (rev 14275)
+++ branches/community/Seam_2_3/examples/jee5/booking/booking-ejb/pom.xml 2012-01-31 16:00:07 UTC (rev 14276)
@@ -54,10 +54,6 @@
<exclusions>
<exclusion>
<groupId>org.hibernate</groupId>
- <artifactId>hibernate-core</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.hibernate</groupId>
<artifactId>ejb3-persistence</artifactId>
</exclusion>
<exclusion>
More information about the seam-commits
mailing list