diff options
Diffstat (limited to 'lib/pom.xml')
-rw-r--r-- | lib/pom.xml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/lib/pom.xml b/lib/pom.xml index 7685058a1..1e624c460 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -221,27 +221,6 @@ </artifactItem> <artifactItem> - <!-- Available from GitHub Packages (needs special repository declaration) --> - <groupId>org.aspectj</groupId> - <artifactId>asm-renamed</artifactId> - <version>${asm.version}</version> - <type>jar</type> - <overWrite>false</overWrite> - <outputDirectory>asm</outputDirectory> - <destFileName>asm-${asm.version}.renamed.jar</destFileName> - </artifactItem> - <artifactItem> - <!-- Available from GitHub Packages (needs special repository declaration) --> - <groupId>org.aspectj</groupId> - <artifactId>asm-renamed</artifactId> - <version>${asm.version}</version> - <type>java-source</type> - <classifier>sources</classifier> - <overWrite>false</overWrite> - <outputDirectory>asm</outputDirectory> - <destFileName>asm-${asm.version}.renamed-src.zip</destFileName> - </artifactItem> - <artifactItem> <!-- Binary is identical to committed version in branch 'jdtcore-new' --> <groupId>com.googlecode.jarjar</groupId> <artifactId>jarjar</artifactId> @@ -648,7 +627,6 @@ <directory>.</directory> <includes> <include>ant/**</include> - <include>asm/**</include> <include>commons/**</include> <include>docbook/**</include> <include>jarjar/**</include> @@ -673,10 +651,6 @@ <dependencies> <dependency> <groupId>org.aspectj</groupId> - <artifactId>asm-renamed</artifactId> - </dependency> - <dependency> - <groupId>org.aspectj</groupId> <artifactId>org.eclipse.jdt.core</artifactId> </dependency> </dependencies> |