Author: nbelaevski
Date: 2010-06-01 08:04:09 -0400 (Tue, 01 Jun 2010)
New Revision: 17445
Modified:
root/examples/core-demo/trunk/pom.xml
root/examples/richfaces-showcase/trunk/pom.xml
Log:
Added missing log4j dependency
Modified: root/examples/core-demo/trunk/pom.xml
===================================================================
--- root/examples/core-demo/trunk/pom.xml 2010-06-01 11:51:52 UTC (rev 17444)
+++ root/examples/core-demo/trunk/pom.xml 2010-06-01 12:04:09 UTC (rev 17445)
@@ -48,11 +48,10 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-simple</artifactId>
- <scope>provided</scope>
- </dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </dependency>
</dependencies>
<profiles>
Modified: root/examples/richfaces-showcase/trunk/pom.xml
===================================================================
--- root/examples/richfaces-showcase/trunk/pom.xml 2010-06-01 11:51:52 UTC (rev 17444)
+++ root/examples/richfaces-showcase/trunk/pom.xml 2010-06-01 12:04:09 UTC (rev 17445)
@@ -43,12 +43,11 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </dependency>
<dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-simple</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-iteration-ui</artifactId>
<version>4.0.0-SNAPSHOT</version>
Show replies by date