[richfaces-svn-commits] JBoss Rich Faces SVN: r16016 - branches/community/3.3.X/samples/richfaces-demo.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Nov 26 14:00:31 EST 2009


Author: nbelaevski
Date: 2009-11-26 14:00:31 -0500 (Thu, 26 Nov 2009)
New Revision: 16016

Modified:
   branches/community/3.3.X/samples/richfaces-demo/pom.xml
Log:
Added missing exclusion for el-api in richfaces-demo

Modified: branches/community/3.3.X/samples/richfaces-demo/pom.xml
===================================================================
--- branches/community/3.3.X/samples/richfaces-demo/pom.xml	2009-11-26 18:14:16 UTC (rev 16015)
+++ branches/community/3.3.X/samples/richfaces-demo/pom.xml	2009-11-26 19:00:31 UTC (rev 16016)
@@ -214,26 +214,20 @@
 		</build>
 		<dependencies>
 			<dependency>
+				<groupId>javax.el</groupId>
+				<artifactId>el-api</artifactId>
+				<version>1.0</version>
+				<scope>provided</scope>
+			</dependency>
+			<dependency>
 				<groupId>com.sun.faces</groupId>
 				<artifactId>jsf-api</artifactId>
 				<version>2.0.1</version>
-				<exclusions>
-					<exclusion>
-						<artifactId>javax.el</artifactId>
-						<groupId>el-api</groupId>
-					</exclusion>
-				</exclusions>
 			</dependency>
-				<dependency>
-					<groupId>com.sun.faces</groupId>
-					<artifactId>jsf-impl</artifactId>
-					<version>2.0.1</version>
-				<exclusions>
-					<exclusion>
-						<artifactId>javax.el</artifactId>
-						<groupId>el-api</groupId>
-					</exclusion>
-				</exclusions>
+			<dependency>
+				<groupId>com.sun.faces</groupId>
+				<artifactId>jsf-impl</artifactId>
+				<version>2.0.1</version>
 			</dependency>
 		</dependencies>
 	</profile>



More information about the richfaces-svn-commits mailing list