[richfaces-svn-commits] JBoss Rich Faces SVN: r544 - trunk/richfaces-samples/gmap-sample.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Apr 24 16:39:54 EDT 2007


Author: SergeySmirnov
Date: 2007-04-24 16:39:54 -0400 (Tue, 24 Apr 2007)
New Revision: 544

Modified:
   trunk/richfaces-samples/gmap-sample/pom.xml
Log:
el-api dependancy are added

Modified: trunk/richfaces-samples/gmap-sample/pom.xml
===================================================================
--- trunk/richfaces-samples/gmap-sample/pom.xml	2007-04-24 20:38:50 UTC (rev 543)
+++ trunk/richfaces-samples/gmap-sample/pom.xml	2007-04-24 20:39:54 UTC (rev 544)
@@ -12,9 +12,24 @@
     <dependencies>
         <dependency>
             <groupId>org.richfaces</groupId>
+            <artifactId>common</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.richfaces</groupId>
             <artifactId>gmap</artifactId>
             <version>${project.version}</version>
         </dependency>
+	<dependency>
+		<groupId>javax.el</groupId>
+		<artifactId>el-api</artifactId>
+		<version>1.0</version>
+	</dependency>
+	<dependency>
+		<groupId>el-impl</groupId>
+		<artifactId>el-impl</artifactId>
+		<version>1.0</version>
+	</dependency>
     </dependencies>
     <build>
         <finalName>gmap-sample</finalName>




More information about the richfaces-svn-commits mailing list