Author: andrei_exadel
Date: 2008-09-22 10:50:21 -0400 (Mon, 22 Sep 2008)
New Revision: 10528
Modified:
trunk/test-applications/regressionArea/Seam-ear/pom.xml
Log:
refactor
Modified: trunk/test-applications/regressionArea/Seam-ear/pom.xml
===================================================================
--- trunk/test-applications/regressionArea/Seam-ear/pom.xml 2008-09-22 14:26:52 UTC (rev
10527)
+++ trunk/test-applications/regressionArea/Seam-ear/pom.xml 2008-09-22 14:50:21 UTC (rev
10528)
@@ -20,14 +20,12 @@
<artifactId>Seam-web</artifactId>
<version>${project.version}</version>
<type>war</type>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
<version>${seamversion}</version>
<type>ejb</type>
- <scope>provided</scope>
<exclusions>
<exclusion>
<artifactId>el-api</artifactId>
@@ -56,7 +54,6 @@
<artifactId>Seam-ejb</artifactId>
<version>${project.version}</version>
<type>ejb</type>
- <scope>provided</scope>
<exclusions>
<exclusion>
<artifactId>servlet-api</artifactId>
Show replies by date