Browse Source

polish

tags/V1_9_7_M2
Andy Clement 3 years ago
parent
commit
ca7cbda04d
3 changed files with 4 additions and 13 deletions
  1. 3
    7
      aspectjtools/pom.xml
  2. 1
    1
      aspectjweaver/pom.xml
  3. 0
    5
      pom.xml

+ 3
- 7
aspectjtools/pom.xml View File

@@ -217,7 +217,7 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>truezip-maven-plugin</artifactId>
@@ -319,8 +319,8 @@
<artifactId>org.eclipse.jdt.core</artifactId>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>asm-renamed</artifactId>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
@@ -332,10 +332,6 @@
<artifactId>weaver</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>util</artifactId>

+ 1
- 1
aspectjweaver/pom.xml View File

@@ -218,7 +218,7 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>truezip-maven-plugin</artifactId>

+ 0
- 5
pom.xml View File

@@ -466,11 +466,6 @@
<artifactId>asm</artifactId>
<version>${asm.version}</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>asm-renamed</artifactId>
<version>${asm.version}</version>
</dependency>
<dependency>
<!-- All modules referencing files inside 'lib' need this dependency -->
<groupId>org.aspectj</groupId>

Loading…
Cancel
Save