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 2007/03/02 03:10:15 UTC

svn commit: r513589 - /myfaces/shared/trunk/pom.xml

Author: dennisbyrne
Date: Thu Mar  1 18:10:14 2007
New Revision: 513589

URL: http://svn.apache.org/viewvc?view=rev&rev=513589
Log:
AOP not used 

Modified:
    myfaces/shared/trunk/pom.xml

Modified: myfaces/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk/pom.xml?view=diff&rev=513589&r1=513588&r2=513589
==============================================================================
--- myfaces/shared/trunk/pom.xml (original)
+++ myfaces/shared/trunk/pom.xml Thu Mar  1 18:10:14 2007
@@ -121,12 +121,6 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>aspectj</groupId>
-      <artifactId>aspectjrt</artifactId>
-      <version>1.2.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>commons-httpclient</groupId>
       <artifactId>commons-httpclient</artifactId>
       <version>2.0.2</version>