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/02 08:58:20 UTC

svn commit: r365306 - /myfaces/api/trunk/pom.xml

Author: baranda
Date: Sun Jan  1 23:58:17 2006
New Revision: 365306

URL: http://svn.apache.org/viewcvs?rev=365306&view=rev
Log:
Fixed duplicated dependency in poms (commons-httpclient) and fixed eol-style properties

Modified:
    myfaces/api/trunk/pom.xml

Modified: myfaces/api/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/pom.xml?rev=365306&r1=365305&r2=365306&view=diff
==============================================================================
--- myfaces/api/trunk/pom.xml (original)
+++ myfaces/api/trunk/pom.xml Sun Jan  1 23:58:17 2006
@@ -138,13 +138,6 @@
     </dependency>
     
     <dependency>
-      <groupId>commons-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-      <version>2.0.2</version>
-      <scope>test</scope>
-    </dependency>
-    
-    <dependency>
       <groupId>httpunit</groupId>
       <artifactId>httpunit</artifactId>
       <version>1.6</version>