]> source.dussan.org Git - aspectj.git/commitdiff
polish
authorAndy Clement <aclement@pivotal.io>
Sun, 23 May 2021 02:46:04 +0000 (19:46 -0700)
committerAndy Clement <aclement@pivotal.io>
Sun, 23 May 2021 02:46:04 +0000 (19:46 -0700)
aspectjtools/pom.xml
aspectjweaver/pom.xml
pom.xml

index f41e7e8a85bcde1b9f2c97a6ee84009b59b52af2..5145a09cca5e3f20021d650a03db2519751acd61 100644 (file)
                                        </execution>
                                </executions>
                        </plugin>
-                       
+
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>truezip-maven-plugin</artifactId>
                        <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>
                        <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>
index 996cc6d8789e0035d0873d72c9dc5fdedce1e649..feb448dcdec9d161727aa51086f6795d512dd75b 100644 (file)
                                        </execution>
                                </executions>
                        </plugin>
-                       
+
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>truezip-maven-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index 55f538272048795d2f0e851676bbf76058d78871..3219f0a987c55e04aefc92edebb98eca4c879742 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                <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>