From 27f3a1ceb20f5515962151e57dca7c3798e71f48 Mon Sep 17 00:00:00 2001 From: Andy Clement Date: Wed, 23 Jan 2019 13:31:20 -0800 Subject: mavenized testing-util module - wip --- testing-util/pom.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 testing-util/pom.xml (limited to 'testing-util/pom.xml') diff --git a/testing-util/pom.xml b/testing-util/pom.xml new file mode 100644 index 000000000..402266f02 --- /dev/null +++ b/testing-util/pom.xml @@ -0,0 +1,42 @@ + + 4.0.0 + + + org.aspectj + aspectj-parent + 1.9.3.BUILD-SNAPSHOT + .. + + + testing-util + jar + testing-util + + + + org.aspectj + util + ${project.version} + + + org.aspectj + bridge + ${project.version} + + + junit + junit + 3.8.1 + + + jdiff + jdiff + 1.0 + system + ${project.basedir}/../lib/jdiff/jdiff.jar + + + + -- cgit v1.2.3