You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2009/01/29 07:40:09 UTC

svn commit: r738768 - /maven/components/trunk/pom.xml

Author: jvanzyl
Date: Thu Jan 29 06:40:09 2009
New Revision: 738768

URL: http://svn.apache.org/viewvc?rev=738768&view=rev
Log:
o we're not using aspectj anymore

Modified:
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=738768&r1=738767&r2=738768&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Thu Jan 29 06:40:09 2009
@@ -43,7 +43,6 @@
   <url>http://maven.apache.org/</url>
   <inceptionYear>2001</inceptionYear>
   <properties>
-    <aspectjVersion>1.5.3</aspectjVersion>
     <classWorldsVersion>1.3</classWorldsVersion>
     <commonsCliVersion>1.0</commonsCliVersion>
     <doxiaVersion>1.0-alpha-9</doxiaVersion>
@@ -174,15 +173,6 @@
           </configuration>
         </plugin>
         <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>aspectj-maven-plugin</artifactId>
-          <version>1.0-beta-2</version>
-          <configuration>
-            <source>1.5</source>
-            <target>1.5</target>
-          </configuration>
-        </plugin>
-        <plugin>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase>
@@ -481,13 +471,6 @@
         <type>test-jar</type>
         <scope>test</scope>
       </dependency>
-
-      <!-- Needed for backward compat aspect. -->
-      <dependency>
-        <groupId>aspectj</groupId>
-        <artifactId>aspectjrt</artifactId>
-        <version>${aspectjVersion}</version>
-      </dependency>
       <dependency>
         <groupId>org.sonatype.plexus</groupId>
         <artifactId>plexus-plugin-manager</artifactId>