Author: andrei_exadel
Date: 2008-10-22 10:15:36 -0400 (Wed, 22 Oct 2008)
New Revision: 10865
Modified:
trunk/test-applications/regressionArea/Seam-ear/pom.xml
Log:
Change jboss-seam.jar from EJB to JAR dependency
Modified: trunk/test-applications/regressionArea/Seam-ear/pom.xml
===================================================================
--- trunk/test-applications/regressionArea/Seam-ear/pom.xml 2008-10-22 13:30:59 UTC (rev
10864)
+++ trunk/test-applications/regressionArea/Seam-ear/pom.xml 2008-10-22 14:15:36 UTC (rev
10865)
@@ -25,7 +25,7 @@
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
<version>${seamversion}</version>
- <type>ejb</type>
+ <type>jar</type>
<exclusions>
<exclusion>
<artifactId>el-api</artifactId>
Show replies by date