[seam-commits] Seam SVN: r15298 - in branches/enterprise/WFK-2_1/examples: booking/booking-ear and 20 other directories.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Oct 18 11:26:17 EDT 2012
Author: maschmid
Date: 2012-10-18 11:26:17 -0400 (Thu, 18 Oct 2012)
New Revision: 15298
Modified:
branches/enterprise/WFK-2_1/examples/blog/blog-ejb/pom.xml
branches/enterprise/WFK-2_1/examples/booking/booking-ear/pom.xml
branches/enterprise/WFK-2_1/examples/booking/booking-ejb/pom.xml
branches/enterprise/WFK-2_1/examples/contactlist/contactlist-ear/pom.xml
branches/enterprise/WFK-2_1/examples/excel/excel-ear/pom.xml
branches/enterprise/WFK-2_1/examples/itext/itext-ear/pom.xml
branches/enterprise/WFK-2_1/examples/mail/mail-ear/pom.xml
branches/enterprise/WFK-2_1/examples/messages/messages-ear/pom.xml
branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-ear/pom.xml
branches/enterprise/WFK-2_1/examples/openid/openid-ear/pom.xml
branches/enterprise/WFK-2_1/examples/quartz/quartz-ear/pom.xml
branches/enterprise/WFK-2_1/examples/registration/registration-ear/pom.xml
branches/enterprise/WFK-2_1/examples/remoting/chatroom/chatroom-ear/pom.xml
branches/enterprise/WFK-2_1/examples/remoting/gwt/gwt-ear/pom.xml
branches/enterprise/WFK-2_1/examples/remoting/helloworld/helloworld-ear/pom.xml
branches/enterprise/WFK-2_1/examples/restbay/restbay-ear/pom.xml
branches/enterprise/WFK-2_1/examples/seambay/seambay-ear/pom.xml
branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-ear/pom.xml
branches/enterprise/WFK-2_1/examples/seampay/seampay-ear/pom.xml
branches/enterprise/WFK-2_1/examples/seamspace/seamspace-ear/pom.xml
branches/enterprise/WFK-2_1/examples/tasks/tasks-ear/pom.xml
branches/enterprise/WFK-2_1/examples/ui/ui-ear/pom.xml
Log:
examples, add testng and junit exlusions to jboss-seam in EARs
Modified: branches/enterprise/WFK-2_1/examples/blog/blog-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/blog/blog-ejb/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
+++ branches/enterprise/WFK-2_1/examples/blog/blog-ejb/pom.xml 2012-10-18 15:26:17 UTC (rev 15298)
@@ -19,6 +19,7 @@
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
<type>ejb</type>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Modified: branches/enterprise/WFK-2_1/examples/booking/booking-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/booking/booking-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
+++ branches/enterprise/WFK-2_1/examples/booking/booking-ear/pom.xml 2012-10-18 15:26:17 UTC (rev 15298)
@@ -30,23 +30,25 @@
</exclusion>
</exclusions>
</dependency>
-<!-- <dependency> -->
-<!-- <groupId>org.jboss.seam</groupId> -->
-<!-- <artifactId>jboss-seam</artifactId> -->
-<!-- <type>ejb</type> -->
-<!-- <scope>compile</scope> -->
-<!-- </dependency> -->
-
-<!-- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <scope>provided</scope>
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>jboss-seam</artifactId>
+ <type>ejb</type>
+ <exclusions>
+ <exclusion>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <scope>provided</scope>
- </dependency> -->
</dependencies>
<build>
Modified: branches/enterprise/WFK-2_1/examples/booking/booking-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/booking/booking-ejb/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
+++ branches/enterprise/WFK-2_1/examples/booking/booking-ejb/pom.xml 2012-10-18 15:26:17 UTC (rev 15298)
@@ -44,24 +44,7 @@
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
<type>ejb</type>
- <exclusions>
- <exclusion>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- </exclusion>
- <exclusion>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.jboss.spec.javax.faces</groupId>
- <artifactId>jboss-jsf-api_2.1_spec</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.el</groupId>
- <artifactId>el-api</artifactId>
- </exclusion>
- </exclusions>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.faces</groupId>
Modified: branches/enterprise/WFK-2_1/examples/contactlist/contactlist-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/contactlist/contactlist-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
+++ branches/enterprise/WFK-2_1/examples/contactlist/contactlist-ear/pom.xml 2012-10-18 15:26:17 UTC (rev 15298)
@@ -34,6 +34,20 @@
<artifactId>jboss-seam</artifactId>
<type>ejb</type>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
Modified: branches/enterprise/WFK-2_1/examples/excel/excel-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/excel/excel-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
+++ branches/enterprise/WFK-2_1/examples/excel/excel-ear/pom.xml 2012-10-18 15:26:17 UTC (rev 15298)
@@ -28,6 +28,20 @@
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
<type>ejb</type>
+ <exclusions>
+ <exclusion>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
Modified: branches/enterprise/WFK-2_1/examples/itext/itext-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/itext/itext-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
+++ branches/enterprise/WFK-2_1/examples/itext/itext-ear/pom.xml 2012-10-18 15:26:17 UTC (rev 15298)
@@ -29,6 +29,20 @@
<artifactId>jboss-seam</artifactId>
<type>ejb</type>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
Modified: branches/enterprise/WFK-2_1/examples/mail/mail-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/mail/mail-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
+++ branches/enterprise/WFK-2_1/examples/mail/mail-ear/pom.xml 2012-10-18 15:26:17 UTC (rev 15298)
@@ -34,6 +34,20 @@
<artifactId>jboss-seam</artifactId>
<type>ejb</type>
<scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>jfree</groupId>
Modified: branches/enterprise/WFK-2_1/examples/messages/messages-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/messages/messages-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
+++ branches/enterprise/WFK-2_1/examples/messages/messages-ear/pom.xml 2012-10-18 15:26:17 UTC (rev 15298)
@@ -29,6 +29,20 @@
<artifactId>jboss-seam</artifactId>
<type>ejb</type>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
Modified: branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
+++ branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-ear/pom.xml 2012-10-18 15:26:17 UTC (rev 15298)
@@ -29,6 +29,20 @@
<artifactId>jboss-seam</artifactId>
<type>ejb</type>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
Modified: branches/enterprise/WFK-2_1/examples/openid/openid-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/openid/openid-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
+++ branches/enterprise/WFK-2_1/examples/openid/openid-ear/pom.xml 2012-10-18 15:26:17 UTC (rev 15298)
@@ -38,6 +38,18 @@
<groupId>xpp3</groupId>
<artifactId>xpp3_min</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
Modified: branches/enterprise/WFK-2_1/examples/quartz/quartz-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/quartz/quartz-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
+++ branches/enterprise/WFK-2_1/examples/quartz/quartz-ear/pom.xml 2012-10-18 15:26:17 UTC (rev 15298)
@@ -29,6 +29,20 @@
<artifactId>jboss-seam</artifactId>
<type>ejb</type>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
Modified: branches/enterprise/WFK-2_1/examples/registration/registration-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/registration/registration-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
+++ branches/enterprise/WFK-2_1/examples/registration/registration-ear/pom.xml 2012-10-18 15:26:17 UTC (rev 15298)
@@ -29,6 +29,20 @@
<artifactId>jboss-seam</artifactId>
<type>ejb</type>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
Modified: branches/enterprise/WFK-2_1/examples/remoting/chatroom/chatroom-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/remoting/chatroom/chatroom-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
+++ branches/enterprise/WFK-2_1/examples/remoting/chatroom/chatroom-ear/pom.xml 2012-10-18 15:26:17 UTC (rev 15298)
@@ -29,6 +29,20 @@
<artifactId>jboss-seam</artifactId>
<type>ejb</type>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
Modified: branches/enterprise/WFK-2_1/examples/remoting/gwt/gwt-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/remoting/gwt/gwt-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
+++ branches/enterprise/WFK-2_1/examples/remoting/gwt/gwt-ear/pom.xml 2012-10-18 15:26:17 UTC (rev 15298)
@@ -29,6 +29,20 @@
<artifactId>jboss-seam</artifactId>
<type>ejb</type>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/enterprise/WFK-2_1/examples/remoting/helloworld/helloworld-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/remoting/helloworld/helloworld-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
+++ branches/enterprise/WFK-2_1/examples/remoting/helloworld/helloworld-ear/pom.xml 2012-10-18 15:26:17 UTC (rev 15298)
@@ -29,6 +29,20 @@
<artifactId>jboss-seam</artifactId>
<type>ejb</type>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
Modified: branches/enterprise/WFK-2_1/examples/restbay/restbay-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/restbay/restbay-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
+++ branches/enterprise/WFK-2_1/examples/restbay/restbay-ear/pom.xml 2012-10-18 15:26:17 UTC (rev 15298)
@@ -29,6 +29,20 @@
<artifactId>jboss-seam</artifactId>
<type>ejb</type>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
Modified: branches/enterprise/WFK-2_1/examples/seambay/seambay-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/seambay/seambay-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
+++ branches/enterprise/WFK-2_1/examples/seambay/seambay-ear/pom.xml 2012-10-18 15:26:17 UTC (rev 15298)
@@ -28,6 +28,20 @@
<artifactId>jboss-seam</artifactId>
<type>ejb</type>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
Modified: branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
+++ branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-ear/pom.xml 2012-10-18 15:26:17 UTC (rev 15298)
@@ -29,6 +29,20 @@
<artifactId>jboss-seam</artifactId>
<type>ejb</type>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
Modified: branches/enterprise/WFK-2_1/examples/seampay/seampay-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/seampay/seampay-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
+++ branches/enterprise/WFK-2_1/examples/seampay/seampay-ear/pom.xml 2012-10-18 15:26:17 UTC (rev 15298)
@@ -38,6 +38,18 @@
<groupId>xpp3</groupId>
<artifactId>xpp3_min</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
Modified: branches/enterprise/WFK-2_1/examples/seamspace/seamspace-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/seamspace/seamspace-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
+++ branches/enterprise/WFK-2_1/examples/seamspace/seamspace-ear/pom.xml 2012-10-18 15:26:17 UTC (rev 15298)
@@ -29,6 +29,20 @@
<artifactId>jboss-seam</artifactId>
<type>ejb</type>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>commons-digester</groupId>
Modified: branches/enterprise/WFK-2_1/examples/tasks/tasks-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/tasks/tasks-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
+++ branches/enterprise/WFK-2_1/examples/tasks/tasks-ear/pom.xml 2012-10-18 15:26:17 UTC (rev 15298)
@@ -29,6 +29,20 @@
<artifactId>jboss-seam</artifactId>
<type>ejb</type>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
Modified: branches/enterprise/WFK-2_1/examples/ui/ui-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/ui/ui-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
+++ branches/enterprise/WFK-2_1/examples/ui/ui-ear/pom.xml 2012-10-18 15:26:17 UTC (rev 15298)
@@ -29,6 +29,20 @@
<artifactId>jboss-seam</artifactId>
<type>ejb</type>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
More information about the seam-commits
mailing list