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:00:39 UTC

svn commit: r719942 - /myfaces/commons/trunk/myfaces-commons-components/pom.xml

Author: hazems
Date: Sat Nov 22 19:00:38 2008
New Revision: 719942

URL: http://svn.apache.org/viewvc?rev=719942&view=rev
Log:
Adding exportActionListener commons' dependencies.

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

Modified: myfaces/commons/trunk/myfaces-commons-components/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-components/pom.xml?rev=719942&r1=719941&r2=719942&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-components/pom.xml (original)
+++ myfaces/commons/trunk/myfaces-commons-components/pom.xml Sat Nov 22 19:00:38 2008
@@ -136,6 +136,26 @@
         </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>com.lowagie</groupId>
+	      <artifactId>itext</artifactId>
+	      <version>1.4.8</version>
+        </dependency>         
+        
+        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
         </dependency>