Seam SVN: r15300 - in branches/enterprise/WFK-2_1/examples/booking: booking-ejb and 2 other directories.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-10-19 04:28:25 -0400 (Fri, 19 Oct 2012)
New Revision: 15300
Modified:
branches/enterprise/WFK-2_1/examples/booking/booking-ear/build.xml
branches/enterprise/WFK-2_1/examples/booking/booking-ejb/build.xml
branches/enterprise/WFK-2_1/examples/booking/booking-tests/build.xml
branches/enterprise/WFK-2_1/examples/booking/booking-web/build.xml
Log:
bz 867080 - fixed missing quote in build.xml
Modified: branches/enterprise/WFK-2_1/examples/booking/booking-ear/build.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/booking/booking-ear/build.xml 2012-10-19 08:28:13 UTC (rev 15299)
+++ branches/enterprise/WFK-2_1/examples/booking/booking-ear/build.xml 2012-10-19 08:28:25 UTC (rev 15300)
@@ -40,7 +40,7 @@
<artifact:dependencies pathId="project.classpath" filesetId="project.fileset">
- <dependency groupId="org.jboss.seam" artifactId="jboss-seam" version="2.3.0.Final-redhat-1 scope="compile">
+ <dependency groupId="org.jboss.seam" artifactId="jboss-seam" version="2.3.0.Final-redhat-1" scope="compile">
<exclusion groupId="org.testng" artifactId="testng"/>
<exclusion groupId="junit" artifactId="junit"/>
<exclusion groupId="org.jboss.spec.javax.faces" artifactId="jboss-jsf-api_2.0_spec"/>
Modified: branches/enterprise/WFK-2_1/examples/booking/booking-ejb/build.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/booking/booking-ejb/build.xml 2012-10-19 08:28:13 UTC (rev 15299)
+++ branches/enterprise/WFK-2_1/examples/booking/booking-ejb/build.xml 2012-10-19 08:28:25 UTC (rev 15300)
@@ -42,7 +42,7 @@
<artifact:dependencies pathId="project.classpath">
<dependency groupId="antlr" artifactId="antlr" version="2.7.6" scope="provided"/>
<dependency groupId="commons-collections" artifactId="commons-collections" version="3.2" scope="provided"/>
- <dependency groupId="dom4j" artifactId="dom4j" version="1.6.1-brew" scope="provided"/>
+ <dependency groupId="dom4j" artifactId="dom4j" version="1.6.1-redhat-1" scope="provided"/>
<dependency groupId="javax.validation" artifactId="validation-api" version="1.0.0.GA" scope="provided"/>
<dependency groupId="org.hibernate" artifactId="hibernate-core" version="4.1.0.Final" scope="provided"/>
<dependency groupId="org.hibernate" artifactId="hibernate-entitymanager" version="4.1.0.Final"
@@ -55,7 +55,7 @@
<dependency groupId="org.javassist" artifactId="javassist" version="3.15.0-GA" scope="provided"/>
<dependency groupId="org.jboss.el" artifactId="jboss-el" version="1.0_02.CR6" scope="compile"/>
<dependency groupId="org.jboss.logging" artifactId="jboss-logging" version="3.1.0.CR2" scope="provided"/>
- <dependency groupId="org.jboss.seam" artifactId="jboss-seam" version="2.3.0.Final-redhat-1 scope="compile">
+ <dependency groupId="org.jboss.seam" artifactId="jboss-seam" version="2.3.0.Final-redhat-1" scope="compile">
<exclusion groupId="org.testng" artifactId="testng"/>
<exclusion groupId="junit" artifactId="junit"/>
<exclusion groupId="org.jboss.spec.javax.faces" artifactId="jboss-jsf-api_2.0_spec"/>
Modified: branches/enterprise/WFK-2_1/examples/booking/booking-tests/build.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/booking/booking-tests/build.xml 2012-10-19 08:28:13 UTC (rev 15299)
+++ branches/enterprise/WFK-2_1/examples/booking/booking-tests/build.xml 2012-10-19 08:28:25 UTC (rev 15300)
@@ -42,14 +42,14 @@
</artifact:dependencies>
<artifact:dependencies pathId="project.classpath">
- <dependency groupId="org.jboss.seam" artifactId="jboss-seam" scope="test" version="2.3.0.Final-redhat-1/>
+ <dependency groupId="org.jboss.seam" artifactId="jboss-seam" scope="test" version="2.3.0.Final-redhat-1"/>
<dependency groupId="org.slf4j" artifactId="slf4j-log4j12" scope="test" version="1.6.1"/>
<dependency groupId="org.hibernate.javax.persistence" artifactId="hibernate-jpa-2.0-api" version="1.0.1.Final"/>
<dependency groupId="org.jboss.spec.javax.faces" artifactId="jboss-jsf-api_2.0_spec" version="1.0.0.Final"/>
<dependency groupId="javax.mail" artifactId="mail" version="1.4"/>
<dependency groupId="org.seleniumhq.selenium" artifactId="selenium-server" version="2.21.0"/>
<dependency groupId="org.seleniumhq.selenium" artifactId="selenium-java" version="2.21.0"/>
- <dependency groupId="org.jboss.seam" artifactId="functional-tests" scope="test" version="2.3.0.Final-redhat-1/>
+ <dependency groupId="org.jboss.seam" artifactId="functional-tests" scope="test" version="2.3.0.Final-redhat-1"/>
<dependency groupId="junit" artifactId="junit" scope="test" version="4.8.2"/>
<dependency groupId="org.jboss.arquillian.junit" artifactId="arquillian-junit-container" scope="test"
version="1.0.1.Final"/>
Modified: branches/enterprise/WFK-2_1/examples/booking/booking-web/build.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/booking/booking-web/build.xml 2012-10-19 08:28:13 UTC (rev 15299)
+++ branches/enterprise/WFK-2_1/examples/booking/booking-web/build.xml 2012-10-19 08:28:25 UTC (rev 15300)
@@ -42,10 +42,10 @@
</artifact:dependencies>
<artifact:dependencies pathId="project.classpath" filesetId="project.fileset" useScope="runtime">
- <dependency groupId="org.jboss.seam" artifactId="jboss-seam-ui" version="2.3.0.Final-redhat-1 scope="runtime">
+ <dependency groupId="org.jboss.seam" artifactId="jboss-seam-ui" version="2.3.0.Final-redhat-1" scope="runtime">
<exclusion groupId="org.jboss.seam" artifactId="jboss-seam"/>
</dependency>
- <dependency groupId="org.jboss.seam" artifactId="jboss-seam-debug" version="2.3.0.Final-redhat-1
+ <dependency groupId="org.jboss.seam" artifactId="jboss-seam-debug" version="2.3.0.Final-redhat-1"
scope="compile">
<exclusion groupId="org.jboss.seam" artifactId="jboss-seam"/>
</dependency>
12 years, 6 months
Seam SVN: r15299 - branches/enterprise/WFK-2_1/seam-integration-tests.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-10-19 04:28:13 -0400 (Fri, 19 Oct 2012)
New Revision: 15299
Modified:
branches/enterprise/WFK-2_1/seam-integration-tests/pom.xml
Log:
back to version 2.9 for htmlunit
Modified: branches/enterprise/WFK-2_1/seam-integration-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/seam-integration-tests/pom.xml 2012-10-18 15:26:17 UTC (rev 15298)
+++ branches/enterprise/WFK-2_1/seam-integration-tests/pom.xml 2012-10-19 08:28:13 UTC (rev 15299)
@@ -146,7 +146,7 @@
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
- <version>2.8-redhat-1</version>
+ <version>2.9</version>
<scope>test</scope>
</dependency>
12 years, 6 months
Seam SVN: r15298 - in branches/enterprise/WFK-2_1/examples: booking/booking-ear and 20 other directories.
by seam-commits@lists.jboss.org
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>
12 years, 6 months
Seam SVN: r15297 - in branches/community/Seam_2_3/examples: booking/booking-ear and 20 other directories.
by seam-commits@lists.jboss.org
Author: maschmid
Date: 2012-10-18 11:23:32 -0400 (Thu, 18 Oct 2012)
New Revision: 15297
Modified:
branches/community/Seam_2_3/examples/blog/blog-ejb/pom.xml
branches/community/Seam_2_3/examples/booking/booking-ear/pom.xml
branches/community/Seam_2_3/examples/booking/booking-ejb/pom.xml
branches/community/Seam_2_3/examples/contactlist/contactlist-ear/pom.xml
branches/community/Seam_2_3/examples/excel/excel-ear/pom.xml
branches/community/Seam_2_3/examples/itext/itext-ear/pom.xml
branches/community/Seam_2_3/examples/mail/mail-ear/pom.xml
branches/community/Seam_2_3/examples/messages/messages-ear/pom.xml
branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-ear/pom.xml
branches/community/Seam_2_3/examples/openid/openid-ear/pom.xml
branches/community/Seam_2_3/examples/quartz/quartz-ear/pom.xml
branches/community/Seam_2_3/examples/registration/registration-ear/pom.xml
branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-ear/pom.xml
branches/community/Seam_2_3/examples/remoting/gwt/gwt-ear/pom.xml
branches/community/Seam_2_3/examples/remoting/helloworld/helloworld-ear/pom.xml
branches/community/Seam_2_3/examples/restbay/restbay-ear/pom.xml
branches/community/Seam_2_3/examples/seambay/seambay-ear/pom.xml
branches/community/Seam_2_3/examples/seamdiscs/seamdiscs-ear/pom.xml
branches/community/Seam_2_3/examples/seampay/seampay-ear/pom.xml
branches/community/Seam_2_3/examples/seamspace/seamspace-ear/pom.xml
branches/community/Seam_2_3/examples/tasks/tasks-ear/pom.xml
branches/community/Seam_2_3/examples/ui/ui-ear/pom.xml
Log:
examples, exclude junit and testng from jboss-seam in EARs
Modified: branches/community/Seam_2_3/examples/blog/blog-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/blog/blog-ejb/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
+++ branches/community/Seam_2_3/examples/blog/blog-ejb/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
@@ -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/community/Seam_2_3/examples/booking/booking-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/booking/booking-ear/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
+++ branches/community/Seam_2_3/examples/booking/booking-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
@@ -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/community/Seam_2_3/examples/booking/booking-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/booking/booking-ejb/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
+++ branches/community/Seam_2_3/examples/booking/booking-ejb/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
@@ -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/community/Seam_2_3/examples/contactlist/contactlist-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/contactlist/contactlist-ear/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
+++ branches/community/Seam_2_3/examples/contactlist/contactlist-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
@@ -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/community/Seam_2_3/examples/excel/excel-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/excel/excel-ear/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
+++ branches/community/Seam_2_3/examples/excel/excel-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
@@ -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/community/Seam_2_3/examples/itext/itext-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/itext/itext-ear/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
+++ branches/community/Seam_2_3/examples/itext/itext-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
@@ -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/community/Seam_2_3/examples/mail/mail-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/mail/mail-ear/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
+++ branches/community/Seam_2_3/examples/mail/mail-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
@@ -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/community/Seam_2_3/examples/messages/messages-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/messages/messages-ear/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
+++ branches/community/Seam_2_3/examples/messages/messages-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
@@ -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/community/Seam_2_3/examples/nestedbooking/nestedbooking-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-ear/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
+++ branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
@@ -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/community/Seam_2_3/examples/openid/openid-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/openid/openid-ear/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
+++ branches/community/Seam_2_3/examples/openid/openid-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
@@ -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/community/Seam_2_3/examples/quartz/quartz-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/quartz/quartz-ear/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
+++ branches/community/Seam_2_3/examples/quartz/quartz-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
@@ -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/community/Seam_2_3/examples/registration/registration-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/registration/registration-ear/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
+++ branches/community/Seam_2_3/examples/registration/registration-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
@@ -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/community/Seam_2_3/examples/remoting/chatroom/chatroom-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-ear/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
+++ branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
@@ -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/community/Seam_2_3/examples/remoting/gwt/gwt-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/gwt/gwt-ear/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
+++ branches/community/Seam_2_3/examples/remoting/gwt/gwt-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
@@ -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/community/Seam_2_3/examples/remoting/helloworld/helloworld-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/helloworld/helloworld-ear/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
+++ branches/community/Seam_2_3/examples/remoting/helloworld/helloworld-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
@@ -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/community/Seam_2_3/examples/restbay/restbay-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/restbay/restbay-ear/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
+++ branches/community/Seam_2_3/examples/restbay/restbay-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
@@ -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/community/Seam_2_3/examples/seambay/seambay-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seambay/seambay-ear/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
+++ branches/community/Seam_2_3/examples/seambay/seambay-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
@@ -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/community/Seam_2_3/examples/seamdiscs/seamdiscs-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seamdiscs/seamdiscs-ear/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
+++ branches/community/Seam_2_3/examples/seamdiscs/seamdiscs-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
@@ -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/community/Seam_2_3/examples/seampay/seampay-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seampay/seampay-ear/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
+++ branches/community/Seam_2_3/examples/seampay/seampay-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
@@ -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/community/Seam_2_3/examples/seamspace/seamspace-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seamspace/seamspace-ear/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
+++ branches/community/Seam_2_3/examples/seamspace/seamspace-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
@@ -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/community/Seam_2_3/examples/tasks/tasks-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/tasks/tasks-ear/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
+++ branches/community/Seam_2_3/examples/tasks/tasks-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
@@ -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/community/Seam_2_3/examples/ui/ui-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/ui/ui-ear/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
+++ branches/community/Seam_2_3/examples/ui/ui-ear/pom.xml 2012-10-18 15:23:32 UTC (rev 15297)
@@ -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>
12 years, 6 months
Seam SVN: r15296 - in branches/enterprise/WFK-2_1/examples: excel/excel-web and 10 other directories.
by seam-commits@lists.jboss.org
Author: maschmid
Date: 2012-10-18 08:58:11 -0400 (Thu, 18 Oct 2012)
New Revision: 15296
Modified:
branches/enterprise/WFK-2_1/examples/contactlist/contactlist-web/pom.xml
branches/enterprise/WFK-2_1/examples/excel/excel-web/pom.xml
branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/pom.xml
branches/enterprise/WFK-2_1/examples/hibernate/hibernate-web/pom.xml
branches/enterprise/WFK-2_1/examples/itext/itext-web/pom.xml
branches/enterprise/WFK-2_1/examples/jee6/jee6-web/pom.xml
branches/enterprise/WFK-2_1/examples/jpa/jpa-web/pom.xml
branches/enterprise/WFK-2_1/examples/mail/mail-web/pom.xml
branches/enterprise/WFK-2_1/examples/messages/messages-web/pom.xml
branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-web/pom.xml
branches/enterprise/WFK-2_1/examples/remoting/helloworld/helloworld-web/pom.xml
branches/enterprise/WFK-2_1/examples/ui/ui-web/pom.xml
Log:
examples web modules servlet and jsf api dependencies fixes
Modified: branches/enterprise/WFK-2_1/examples/contactlist/contactlist-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/contactlist/contactlist-web/pom.xml 2012-10-18 12:57:15 UTC (rev 15295)
+++ branches/enterprise/WFK-2_1/examples/contactlist/contactlist-web/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
@@ -66,6 +66,11 @@
<artifactId>jboss-jsf-api_2.1_spec</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.servlet</groupId>
+ <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
Modified: branches/enterprise/WFK-2_1/examples/excel/excel-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/excel/excel-web/pom.xml 2012-10-18 12:57:15 UTC (rev 15295)
+++ branches/enterprise/WFK-2_1/examples/excel/excel-web/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
@@ -52,13 +52,17 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-debug</artifactId>
- <exclusions>
- <exclusion>
- <artifactId>jboss-jsf-api_2.1_spec</artifactId>
- <groupId>org.jboss.spec.javax.faces</groupId>
- </exclusion>
- </exclusions>
</dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.faces</groupId>
+ <artifactId>jboss-jsf-api_2.1_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.servlet</groupId>
+ <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
Modified: branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/pom.xml 2012-10-18 12:57:15 UTC (rev 15295)
+++ branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
@@ -113,6 +113,11 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>org.jboss.spec.javax.servlet</groupId>
+ <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId>
<scope>provided</scope>
Modified: branches/enterprise/WFK-2_1/examples/hibernate/hibernate-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/hibernate/hibernate-web/pom.xml 2012-10-18 12:57:15 UTC (rev 15295)
+++ branches/enterprise/WFK-2_1/examples/hibernate/hibernate-web/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
@@ -78,6 +78,11 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>org.jboss.spec.javax.servlet</groupId>
+ <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.jboss.spec.javax.faces</groupId>
<artifactId>jboss-jsf-api_2.1_spec</artifactId>
<scope>provided</scope>
Modified: branches/enterprise/WFK-2_1/examples/itext/itext-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/itext/itext-web/pom.xml 2012-10-18 12:57:15 UTC (rev 15295)
+++ branches/enterprise/WFK-2_1/examples/itext/itext-web/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
@@ -75,6 +75,16 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.faces</groupId>
+ <artifactId>jboss-jsf-api_2.1_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.servlet</groupId>
+ <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
Modified: branches/enterprise/WFK-2_1/examples/jee6/jee6-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/jee6/jee6-web/pom.xml 2012-10-18 12:57:15 UTC (rev 15295)
+++ branches/enterprise/WFK-2_1/examples/jee6/jee6-web/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
@@ -45,8 +45,12 @@
<artifactId>jboss-ejb-api_3.1_spec</artifactId>
<scope>provided</scope>
</dependency>
-
<dependency>
+ <groupId>org.jboss.spec.javax.faces</groupId>
+ <artifactId>jboss-jsf-api_2.1_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
<type>ejb</type>
@@ -60,40 +64,18 @@
<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>
</dependency>
<dependency>
- <groupId>org.jboss.spec.javax.faces</groupId>
- <artifactId>jboss-jsf-api_2.1_spec</artifactId>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-debug</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Modified: branches/enterprise/WFK-2_1/examples/jpa/jpa-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/jpa/jpa-web/pom.xml 2012-10-18 12:57:15 UTC (rev 15295)
+++ branches/enterprise/WFK-2_1/examples/jpa/jpa-web/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
@@ -79,6 +79,11 @@
<artifactId>jboss-jsf-api_2.1_spec</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.servlet</groupId>
+ <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
Modified: branches/enterprise/WFK-2_1/examples/mail/mail-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/mail/mail-web/pom.xml 2012-10-18 12:57:15 UTC (rev 15295)
+++ branches/enterprise/WFK-2_1/examples/mail/mail-web/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
@@ -34,20 +34,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-mail</artifactId>
- <exclusions>
- <exclusion>
- <artifactId>jboss-seam-ui</artifactId>
- <groupId>org.jboss.seam</groupId>
- </exclusion>
- <exclusion>
- <artifactId>jsf-impl</artifactId>
- <groupId>com.sun.faces</groupId>
- </exclusion>
- <exclusion>
- <artifactId>jboss-jsf-api_2.1_spec</artifactId>
- <groupId>org.jboss.spec.javax.faces</groupId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
@@ -60,38 +46,28 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-pdf</artifactId>
- <exclusions>
- <exclusion>
- <artifactId>jboss-seam-ui</artifactId>
- <groupId>org.jboss.seam</groupId>
- </exclusion>
- <exclusion>
- <artifactId>jboss-seam</artifactId>
- <groupId>org.jboss.seam</groupId>
- </exclusion>
- <exclusion>
- <artifactId>jboss-jsf-api_2.1_spec</artifactId>
- <groupId>org.jboss.spec.javax.faces</groupId>
- </exclusion>
- </exclusions>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-excel</artifactId>
<scope>runtime</scope>
- <exclusions>
- <exclusion>
- <artifactId>jboss-jsf-api_2.1_spec</artifactId>
- <groupId>org.jboss.spec.javax.faces</groupId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.el</groupId>
<artifactId>jboss-el-api_2.2_spec</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.servlet</groupId>
+ <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.faces</groupId>
+ <artifactId>jboss-jsf-api_2.1_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
Modified: branches/enterprise/WFK-2_1/examples/messages/messages-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/messages/messages-web/pom.xml 2012-10-18 12:57:15 UTC (rev 15295)
+++ branches/enterprise/WFK-2_1/examples/messages/messages-web/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
@@ -27,13 +27,13 @@
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
+ <artifactId>jboss-seam</artifactId>
+ <type>ejb</type>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <artifactId>jboss-seam</artifactId>
- <groupId>org.jboss.seam</groupId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
@@ -46,10 +46,15 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.jboss.spec.javax.servlet.jstl</groupId>
- <artifactId>jboss-jstl-api_1.2_spec</artifactId>
+ <groupId>org.jboss.spec.javax.faces</groupId>
+ <artifactId>jboss-jsf-api_2.1_spec</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.servlet</groupId>
+ <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
Modified: branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-web/pom.xml 2012-10-18 12:57:15 UTC (rev 15295)
+++ branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-web/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
@@ -53,6 +53,16 @@
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-impl</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.faces</groupId>
+ <artifactId>jboss-jsf-api_2.1_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.servlet</groupId>
+ <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
Modified: branches/enterprise/WFK-2_1/examples/remoting/helloworld/helloworld-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/remoting/helloworld/helloworld-web/pom.xml 2012-10-18 12:57:15 UTC (rev 15295)
+++ branches/enterprise/WFK-2_1/examples/remoting/helloworld/helloworld-web/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
@@ -39,6 +39,16 @@
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.faces</groupId>
+ <artifactId>jboss-jsf-api_2.1_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.servlet</groupId>
+ <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
Modified: branches/enterprise/WFK-2_1/examples/ui/ui-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/ui/ui-web/pom.xml 2012-10-18 12:57:15 UTC (rev 15295)
+++ branches/enterprise/WFK-2_1/examples/ui/ui-web/pom.xml 2012-10-18 12:58:11 UTC (rev 15296)
@@ -40,12 +40,6 @@
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-debug</artifactId>
<scope>runtime</scope>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-core</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
@@ -59,12 +53,6 @@
<artifactId>jboss-servlet-api_3.0_spec</artifactId>
<scope>provided</scope>
</dependency>
-
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <scope>provided</scope>
- </dependency>
</dependencies>
<build>
12 years, 6 months
Seam SVN: r15295 - in branches/community/Seam_2_3/examples: excel/excel-web and 10 other directories.
by seam-commits@lists.jboss.org
Author: maschmid
Date: 2012-10-18 08:57:15 -0400 (Thu, 18 Oct 2012)
New Revision: 15295
Modified:
branches/community/Seam_2_3/examples/contactlist/contactlist-web/pom.xml
branches/community/Seam_2_3/examples/excel/excel-web/pom.xml
branches/community/Seam_2_3/examples/groovybooking/groovybooking-web/pom.xml
branches/community/Seam_2_3/examples/hibernate/hibernate-web/pom.xml
branches/community/Seam_2_3/examples/itext/itext-web/pom.xml
branches/community/Seam_2_3/examples/jee6/jee6-web/pom.xml
branches/community/Seam_2_3/examples/jpa/jpa-web/pom.xml
branches/community/Seam_2_3/examples/mail/mail-web/pom.xml
branches/community/Seam_2_3/examples/messages/messages-web/pom.xml
branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-web/pom.xml
branches/community/Seam_2_3/examples/remoting/helloworld/helloworld-web/pom.xml
branches/community/Seam_2_3/examples/ui/ui-web/pom.xml
Log:
examples web modules Servlet and JSF api dependencies fixes
Modified: branches/community/Seam_2_3/examples/contactlist/contactlist-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/contactlist/contactlist-web/pom.xml 2012-10-17 12:50:24 UTC (rev 15294)
+++ branches/community/Seam_2_3/examples/contactlist/contactlist-web/pom.xml 2012-10-18 12:57:15 UTC (rev 15295)
@@ -66,6 +66,11 @@
<artifactId>jboss-jsf-api_2.1_spec</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.servlet</groupId>
+ <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
Modified: branches/community/Seam_2_3/examples/excel/excel-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/excel/excel-web/pom.xml 2012-10-17 12:50:24 UTC (rev 15294)
+++ branches/community/Seam_2_3/examples/excel/excel-web/pom.xml 2012-10-18 12:57:15 UTC (rev 15295)
@@ -52,13 +52,17 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-debug</artifactId>
- <exclusions>
- <exclusion>
- <artifactId>jboss-jsf-api_2.1_spec</artifactId>
- <groupId>org.jboss.spec.javax.faces</groupId>
- </exclusion>
- </exclusions>
</dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.faces</groupId>
+ <artifactId>jboss-jsf-api_2.1_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.servlet</groupId>
+ <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
Modified: branches/community/Seam_2_3/examples/groovybooking/groovybooking-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/groovybooking/groovybooking-web/pom.xml 2012-10-17 12:50:24 UTC (rev 15294)
+++ branches/community/Seam_2_3/examples/groovybooking/groovybooking-web/pom.xml 2012-10-18 12:57:15 UTC (rev 15295)
@@ -113,6 +113,11 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>org.jboss.spec.javax.servlet</groupId>
+ <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId>
<scope>provided</scope>
Modified: branches/community/Seam_2_3/examples/hibernate/hibernate-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/hibernate/hibernate-web/pom.xml 2012-10-17 12:50:24 UTC (rev 15294)
+++ branches/community/Seam_2_3/examples/hibernate/hibernate-web/pom.xml 2012-10-18 12:57:15 UTC (rev 15295)
@@ -78,6 +78,11 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>org.jboss.spec.javax.servlet</groupId>
+ <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.jboss.spec.javax.faces</groupId>
<artifactId>jboss-jsf-api_2.1_spec</artifactId>
<scope>provided</scope>
Modified: branches/community/Seam_2_3/examples/itext/itext-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/itext/itext-web/pom.xml 2012-10-17 12:50:24 UTC (rev 15294)
+++ branches/community/Seam_2_3/examples/itext/itext-web/pom.xml 2012-10-18 12:57:15 UTC (rev 15295)
@@ -75,6 +75,16 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.faces</groupId>
+ <artifactId>jboss-jsf-api_2.1_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.servlet</groupId>
+ <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
Modified: branches/community/Seam_2_3/examples/jee6/jee6-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/jee6/jee6-web/pom.xml 2012-10-17 12:50:24 UTC (rev 15294)
+++ branches/community/Seam_2_3/examples/jee6/jee6-web/pom.xml 2012-10-18 12:57:15 UTC (rev 15295)
@@ -45,8 +45,12 @@
<artifactId>jboss-ejb-api_3.1_spec</artifactId>
<scope>provided</scope>
</dependency>
-
<dependency>
+ <groupId>org.jboss.spec.javax.faces</groupId>
+ <artifactId>jboss-jsf-api_2.1_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
<type>ejb</type>
@@ -60,40 +64,18 @@
<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>
</dependency>
<dependency>
- <groupId>org.jboss.spec.javax.faces</groupId>
- <artifactId>jboss-jsf-api_2.1_spec</artifactId>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-debug</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Modified: branches/community/Seam_2_3/examples/jpa/jpa-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/jpa/jpa-web/pom.xml 2012-10-17 12:50:24 UTC (rev 15294)
+++ branches/community/Seam_2_3/examples/jpa/jpa-web/pom.xml 2012-10-18 12:57:15 UTC (rev 15295)
@@ -79,6 +79,11 @@
<artifactId>jboss-jsf-api_2.1_spec</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.servlet</groupId>
+ <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
Modified: branches/community/Seam_2_3/examples/mail/mail-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/mail/mail-web/pom.xml 2012-10-17 12:50:24 UTC (rev 15294)
+++ branches/community/Seam_2_3/examples/mail/mail-web/pom.xml 2012-10-18 12:57:15 UTC (rev 15295)
@@ -34,20 +34,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-mail</artifactId>
- <exclusions>
- <exclusion>
- <artifactId>jboss-seam-ui</artifactId>
- <groupId>org.jboss.seam</groupId>
- </exclusion>
- <exclusion>
- <artifactId>jsf-impl</artifactId>
- <groupId>com.sun.faces</groupId>
- </exclusion>
- <exclusion>
- <artifactId>jboss-jsf-api_2.1_spec</artifactId>
- <groupId>org.jboss.spec.javax.faces</groupId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
@@ -60,38 +46,28 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-pdf</artifactId>
- <exclusions>
- <exclusion>
- <artifactId>jboss-seam-ui</artifactId>
- <groupId>org.jboss.seam</groupId>
- </exclusion>
- <exclusion>
- <artifactId>jboss-seam</artifactId>
- <groupId>org.jboss.seam</groupId>
- </exclusion>
- <exclusion>
- <artifactId>jboss-jsf-api_2.1_spec</artifactId>
- <groupId>org.jboss.spec.javax.faces</groupId>
- </exclusion>
- </exclusions>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-excel</artifactId>
<scope>runtime</scope>
- <exclusions>
- <exclusion>
- <artifactId>jboss-jsf-api_2.1_spec</artifactId>
- <groupId>org.jboss.spec.javax.faces</groupId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.el</groupId>
<artifactId>jboss-el-api_2.2_spec</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.servlet</groupId>
+ <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.faces</groupId>
+ <artifactId>jboss-jsf-api_2.1_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
Modified: branches/community/Seam_2_3/examples/messages/messages-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/messages/messages-web/pom.xml 2012-10-17 12:50:24 UTC (rev 15294)
+++ branches/community/Seam_2_3/examples/messages/messages-web/pom.xml 2012-10-18 12:57:15 UTC (rev 15295)
@@ -27,13 +27,13 @@
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
+ <artifactId>jboss-seam</artifactId>
+ <type>ejb</type>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <artifactId>jboss-seam</artifactId>
- <groupId>org.jboss.seam</groupId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
@@ -46,10 +46,15 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.jboss.spec.javax.servlet.jstl</groupId>
- <artifactId>jboss-jstl-api_1.2_spec</artifactId>
+ <groupId>org.jboss.spec.javax.faces</groupId>
+ <artifactId>jboss-jsf-api_2.1_spec</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.servlet</groupId>
+ <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
Modified: branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-web/pom.xml 2012-10-17 12:50:24 UTC (rev 15294)
+++ branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-web/pom.xml 2012-10-18 12:57:15 UTC (rev 15295)
@@ -53,6 +53,16 @@
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-impl</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.faces</groupId>
+ <artifactId>jboss-jsf-api_2.1_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.servlet</groupId>
+ <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
Modified: branches/community/Seam_2_3/examples/remoting/helloworld/helloworld-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/helloworld/helloworld-web/pom.xml 2012-10-17 12:50:24 UTC (rev 15294)
+++ branches/community/Seam_2_3/examples/remoting/helloworld/helloworld-web/pom.xml 2012-10-18 12:57:15 UTC (rev 15295)
@@ -39,6 +39,16 @@
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.faces</groupId>
+ <artifactId>jboss-jsf-api_2.1_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.servlet</groupId>
+ <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
Modified: branches/community/Seam_2_3/examples/ui/ui-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/ui/ui-web/pom.xml 2012-10-17 12:50:24 UTC (rev 15294)
+++ branches/community/Seam_2_3/examples/ui/ui-web/pom.xml 2012-10-18 12:57:15 UTC (rev 15295)
@@ -40,12 +40,6 @@
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-debug</artifactId>
<scope>runtime</scope>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-core</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
@@ -59,12 +53,6 @@
<artifactId>jboss-servlet-api_3.0_spec</artifactId>
<scope>provided</scope>
</dependency>
-
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <scope>provided</scope>
- </dependency>
</dependencies>
<build>
12 years, 6 months
Seam SVN: r15294 - branches/enterprise/JBPAPP_5_0/build.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-10-17 08:50:24 -0400 (Wed, 17 Oct 2012)
New Revision: 15294
Modified:
branches/enterprise/JBPAPP_5_0/build/root.pom.xml
Log:
upgraded jbosscache to 3.2.11.GA
Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2012-10-16 11:51:14 UTC (rev 15293)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2012-10-17 12:50:24 UTC (rev 15294)
@@ -257,7 +257,7 @@
<dependency>
<groupId>org.jboss.cache</groupId>
<artifactId>jbosscache-core</artifactId>
- <version>3.2.10.GA</version>
+ <version>3.2.11.GA</version>
<exclusions>
<exclusion>
<groupId>org.jboss</groupId>
12 years, 6 months
Seam SVN: r15293 - branches/enterprise/JBPAPP_5_0/build.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-10-16 07:51:14 -0400 (Tue, 16 Oct 2012)
New Revision: 15293
Modified:
branches/enterprise/JBPAPP_5_0/build/root.pom.xml
Log:
excluded hsqldb from jbpm tree
Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2012-10-16 11:16:07 UTC (rev 15292)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2012-10-16 11:51:14 UTC (rev 15293)
@@ -230,7 +230,11 @@
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- </exclusion>
+ </exclusion>
+ <exclusion>
+ <groupId>hsqldb</groupId>
+ <artifactId>hsqldb</artifactId>
+ </exclusion>
</exclusions>
</dependency>
12 years, 6 months
Seam SVN: r15292 - branches/enterprise/JBPAPP_5_0/build.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-10-16 07:16:07 -0400 (Tue, 16 Oct 2012)
New Revision: 15292
Modified:
branches/enterprise/JBPAPP_5_0/build/root.pom.xml
Log:
updated Jgroups to 2.6.22.Final
Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2012-10-12 18:54:48 UTC (rev 15291)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2012-10-16 11:16:07 UTC (rev 15292)
@@ -273,7 +273,7 @@
<dependency>
<groupId>jgroups</groupId>
<artifactId>jgroups</artifactId>
- <version>2.6.21.Final</version>
+ <version>2.6.22.Final</version>
</dependency>
<dependency>
12 years, 6 months
Seam SVN: r15291 - branches/enterprise/WFK-2_1/bom.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-10-12 14:54:48 -0400 (Fri, 12 Oct 2012)
New Revision: 15291
Modified:
branches/enterprise/WFK-2_1/bom/pom.xml
Log:
fixed mgmt of transitive deps - guice:1.0
Modified: branches/enterprise/WFK-2_1/bom/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/bom/pom.xml 2012-10-12 18:31:39 UTC (rev 15290)
+++ branches/enterprise/WFK-2_1/bom/pom.xml 2012-10-12 18:54:48 UTC (rev 15291)
@@ -684,6 +684,12 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>com.google.code.guice</groupId>
+ <artifactId>guice</artifactId>
+ <version>1.0</version>
+ </dependency>
+
<!-- rewriting version in pom -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
12 years, 6 months