You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2011/08/11 01:22:47 UTC

svn commit: r1156400 - in /myfaces/core/branches/2.0.x: impl/pom.xml impl/src/test/java/org/apache/myfaces/el/ValueBindingImplCactus.java impl/src/test/java/org/apache/myfaces/lifecycle/LifecycleImplCactus.java pom.xml

Author: lu4242
Date: Wed Aug 10 23:22:47 2011
New Revision: 1156400

URL: http://svn.apache.org/viewvc?rev=1156400&view=rev
Log:
remove cactus unused dependencies and tests

Removed:
    myfaces/core/branches/2.0.x/impl/src/test/java/org/apache/myfaces/el/ValueBindingImplCactus.java
    myfaces/core/branches/2.0.x/impl/src/test/java/org/apache/myfaces/lifecycle/LifecycleImplCactus.java
Modified:
    myfaces/core/branches/2.0.x/impl/pom.xml
    myfaces/core/branches/2.0.x/pom.xml

Modified: myfaces/core/branches/2.0.x/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/impl/pom.xml?rev=1156400&r1=1156399&r2=1156400&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/impl/pom.xml (original)
+++ myfaces/core/branches/2.0.x/impl/pom.xml Wed Aug 10 23:22:47 2011
@@ -1062,11 +1062,6 @@
             <artifactId>myfaces-test20</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>cactus</groupId>
-            <artifactId>cactus</artifactId>
-        </dependency>
-
         <!-- easymock -->
         <dependency>
             <groupId>org.easymock</groupId>

Modified: myfaces/core/branches/2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/pom.xml?rev=1156400&r1=1156399&r2=1156400&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/pom.xml (original)
+++ myfaces/core/branches/2.0.x/pom.xml Wed Aug 10 23:22:47 2011
@@ -488,13 +488,6 @@
                 <scope>test</scope>
             </dependency>
 
-            <dependency>
-                <groupId>cactus</groupId>
-                <artifactId>cactus</artifactId>
-                <version>13-1.7.2</version>
-                <scope>test</scope>
-            </dependency>
-
             <!-- easymock -->
             <dependency>
                 <groupId>org.easymock</groupId>