You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2006/04/17 06:53:28 UTC

svn commit: r394609 - /myfaces/core/trunk/impl/pom.xml

Author: dennisbyrne
Date: Sun Apr 16 21:53:27 2006
New Revision: 394609

URL: http://svn.apache.org/viewcvs?rev=394609&view=rev
Log:
removed unnecessary dependencies

Modified:
    myfaces/core/trunk/impl/pom.xml

Modified: myfaces/core/trunk/impl/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/trunk/impl/pom.xml?rev=394609&r1=394608&r2=394609&view=diff
==============================================================================
--- myfaces/core/trunk/impl/pom.xml (original)
+++ myfaces/core/trunk/impl/pom.xml Sun Apr 16 21:53:27 2006
@@ -96,13 +96,6 @@
     </dependency>
 
     <dependency>
-      <groupId>aspectj</groupId>
-      <artifactId>aspectjrt</artifactId>
-      <version>1.2.1</version>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
       <groupId>org.apache.struts.shale</groupId>
       <artifactId>shale-test</artifactId>
       <version>1.0.2</version>