[richfaces-svn-commits] JBoss Rich Faces SVN: r14148 - trunk/examples/photoalbum/source/web.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue May 12 21:25:30 EDT 2009


Author: nbelaevski
Date: 2009-05-12 21:25:30 -0400 (Tue, 12 May 2009)
New Revision: 14148

Modified:
   trunk/examples/photoalbum/source/web/pom.xml
Log:
https://jira.jboss.org/jira/browse/RF-7082

Modified: trunk/examples/photoalbum/source/web/pom.xml
===================================================================
--- trunk/examples/photoalbum/source/web/pom.xml	2009-05-13 01:03:19 UTC (rev 14147)
+++ trunk/examples/photoalbum/source/web/pom.xml	2009-05-13 01:25:30 UTC (rev 14148)
@@ -191,6 +191,10 @@
 					<groupId>org.richfaces.framework</groupId>
 					<artifactId>richfaces-api</artifactId>
 				</exclusion>
+				<exclusion>
+					<groupId>commons-logging</groupId>
+					<artifactId>commons-logging</artifactId>
+				</exclusion>
 			</exclusions>
 		</dependency>
 		<dependency>
@@ -203,6 +207,12 @@
 			<artifactId>richfaces-api</artifactId>
 			<version>${richfacesVersion}</version>
 			<scope>provided</scope>
+			<exclusions>
+				<exclusion>
+					<groupId>commons-logging</groupId>
+					<artifactId>commons-logging</artifactId>
+				</exclusion>
+			</exclusions>
 		</dependency>
 		<dependency>
 			<groupId>org.richfaces.examples</groupId>




More information about the richfaces-svn-commits mailing list