diff options
Diffstat (limited to 'testing-util')
-rw-r--r-- | testing-util/pom.xml | 7 |
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> |