From d9cd0d44e8c42f06e13b033ae1cc269d3e7f7c29 Mon Sep 17 00:00:00 2001 From: Andy Clement Date: Wed, 23 Jan 2019 19:36:37 -0800 Subject: mavenizing asm module - wip --- asm/pom.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 asm/pom.xml (limited to 'asm/pom.xml') diff --git a/asm/pom.xml b/asm/pom.xml new file mode 100644 index 000000000..f1068ad97 --- /dev/null +++ b/asm/pom.xml @@ -0,0 +1,30 @@ + + 4.0.0 + + + org.aspectj + aspectj-parent + 1.9.3.BUILD-SNAPSHOT + .. + + + asm + jar + asm + + + + org.aspectj + util + ${project.version} + + + org.aspectj + bridge + ${project.version} + + + + -- cgit v1.2.3