You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ha...@apache.org on 2008/11/23 04:34:37 UTC

svn commit: r719945 - /myfaces/commons/trunk/myfaces-commons-examples/pom.xml

Author: hazems
Date: Sat Nov 22 19:34:36 2008
New Revision: 719945

URL: http://svn.apache.org/viewvc?rev=719945&view=rev
Log:
Adding MyFaces Commons Component examples.

Modified:
    myfaces/commons/trunk/myfaces-commons-examples/pom.xml

Modified: myfaces/commons/trunk/myfaces-commons-examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-examples/pom.xml?rev=719945&r1=719944&r2=719945&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-examples/pom.xml (original)
+++ myfaces/commons/trunk/myfaces-commons-examples/pom.xml Sat Nov 22 19:34:36 2008
@@ -84,6 +84,28 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
+            <groupId>org.apache.myfaces.commons</groupId>
+            <artifactId>myfaces-components12</artifactId>
+            <version>${project.version}</version>
+        </dependency>        
+        <dependency>
+	      <groupId>com.lowagie</groupId>
+	      <artifactId>itext</artifactId>
+	      <version>1.4.8</version>
+        </dependency>  
+        <dependency>
+            <groupId>poi</groupId>
+            <artifactId>poi</artifactId>
+            <version>2.5.1-final-20040804</version>
+            <scope>compile</scope>
+        </dependency>  
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <version>2.3</version>
+            <scope>provided</scope>
+        </dependency>           
+        <dependency>
             <groupId>jstl</groupId>
             <artifactId>jstl</artifactId>
             <version>1.2</version>