You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2006/01/01 23:21:07 UTC

svn commit: r360574 - /myfaces/commons/trunk/pom.xml

Author: baranda
Date: Sun Jan  1 14:21:04 2006
New Revision: 360574

URL: http://svn.apache.org/viewcvs?rev=360574&view=rev
Log:
Added commons-logging dependency in pom, at least to make everything build

Modified:
    myfaces/commons/trunk/pom.xml

Modified: myfaces/commons/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/commons/trunk/pom.xml?rev=360574&r1=360573&r2=360574&view=diff
==============================================================================
--- myfaces/commons/trunk/pom.xml (original)
+++ myfaces/commons/trunk/pom.xml Sun Jan  1 14:21:04 2006
@@ -53,7 +53,14 @@
 			<artifactId>commons-codec</artifactId>
 			<version>1.3</version> 
       <scope>compile</scope>
-    </dependency>       
+    </dependency>  
+    
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.4</version>
+      <scope>compile</scope>
+    </dependency>      
 
     <dependency>
 			<groupId>portlet-api</groupId>