Author: amarkhel
Date: 2010-03-12 14:48:31 -0500 (Fri, 12 Mar 2010)
New Revision: 16571
Modified:
branches/community/3.3.X/samples/richfaces-demo/pom.xml
Log:
RF-8465
Modified: branches/community/3.3.X/samples/richfaces-demo/pom.xml
===================================================================
--- branches/community/3.3.X/samples/richfaces-demo/pom.xml 2010-03-12 19:47:58 UTC (rev
16570)
+++ branches/community/3.3.X/samples/richfaces-demo/pom.xml 2010-03-12 19:48:31 UTC (rev
16571)
@@ -351,6 +351,10 @@
<artifactId>servlet-api</artifactId>
<groupId>javax.servlet</groupId>
</exclusion>
+ <exclusion>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>jboss-seam-jul</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -402,6 +406,10 @@
<artifactId>jsf-impl</artifactId>
<groupId>javax.faces</groupId>
</exclusion>
+ <exclusion>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>jboss-seam-jul</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -417,6 +425,10 @@
<artifactId>jsf-impl</artifactId>
<groupId>javax.faces</groupId>
</exclusion>
+ <exclusion>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>jboss-seam-jul</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
Show replies by date