Author: ozizka(a)redhat.com
Date: 2010-01-06 21:47:42 -0500 (Wed, 06 Jan 2010)
New Revision: 862
Modified:
trunk/core/pom.xml
Log:
EJ Core POM: Prepared exclusion of jboss-seam-jul (in a comment)
Modified: trunk/core/pom.xml
===================================================================
--- trunk/core/pom.xml 2010-01-06 20:09:15 UTC (rev 861)
+++ trunk/core/pom.xml 2010-01-07 02:47:42 UTC (rev 862)
@@ -105,6 +105,14 @@
<groupId>${seam.groupId}</groupId>
<artifactId>jboss-seam-ui</artifactId>
<version>${seam.version}</version>
+ <!--
+ <exclusions>
+ <exclusion>
+ <groupId>${seam.groupId}</groupId>
+ <artifactId>jboss-seam-jul</artifactId>
+ </exclusion>
+ </exclusions>
+ -->
</dependency>
<!-- third party dependencies needed when running tests with Seam -->
<dependency>
@@ -209,7 +217,7 @@
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
<version>${richfaces.version}</version>
- <exclusions>
+ <exclusions>
<exclusion>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
Show replies by date