aboutsummaryrefslogtreecommitdiffstats
path: root/testing-util
diff options
context:
space:
mode:
authorAndy Clement <aclement@pivotal.io>2019-01-31 12:03:30 -0800
committerAndy Clement <aclement@pivotal.io>2019-01-31 12:03:30 -0800
commitb5a9f23c80222f8d68985173c50016ab66c69115 (patch)
tree1cdc0ceb98c7ac92be2e6fbea668081d1390832f /testing-util
parent1f66dac4c201c23c624cff7cf0751c2aa811e27b (diff)
downloadaspectj-b5a9f23c80222f8d68985173c50016ab66c69115.tar.gz
aspectj-b5a9f23c80222f8d68985173c50016ab66c69115.zip
various polish to previously mavenized projects to support newer ones
Diffstat (limited to 'testing-util')
-rw-r--r--testing-util/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing-util/pom.xml b/testing-util/pom.xml
index 402266f02..9135028f0 100644
--- a/testing-util/pom.xml
+++ b/testing-util/pom.xml
@@ -15,6 +15,13 @@
<name>testing-util</name>
<dependencies>
+<!--
+ <dependency>
+ <groupId>org.aspectj</groupId>
+ <artifactId>asm</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+-->
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>util</artifactId>