From 6c5ab3fb5caa624dcab81906efc606af8d9b0bfb Mon Sep 17 00:00:00 2001 From: Aaron Wang Date: Mon, 7 Nov 2022 15:07:07 +0800 Subject: [PATCH] [Bug] [dolphinscheduler-aop] aspectj-maven-plugin version undefined (#12756) * Update pom.xml --- dolphinscheduler-aop/pom.xml | 17 ----------------- pom.xml | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 17 deletions(-) diff --git a/dolphinscheduler-aop/pom.xml b/dolphinscheduler-aop/pom.xml index 4f3b0a594b..25858423ff 100644 --- a/dolphinscheduler-aop/pom.xml +++ b/dolphinscheduler-aop/pom.xml @@ -67,23 +67,6 @@ org.codehaus.mojo aspectj-maven-plugin - - 1.8 - 1.8 - 1.8 - true - true - ignore - UTF-8 - - - - - compile - test-compile - - - diff --git a/pom.xml b/pom.xml index e99f5b66b0..4d8d29791a 100755 --- a/pom.xml +++ b/pom.xml @@ -75,6 +75,7 @@ 3.1.1 3.2.1 2.2.0 + 1.14.0 2.27.2 0.8.8 false @@ -386,6 +387,29 @@ false + + org.codehaus.mojo + aspectj-maven-plugin + ${aspectj-maven-plugin.version} + + ${java.version} + ${java.version} + ${java.version} + true + true + ignore + UTF-8 + + + + + compile + test-compile + + + + + org.apache.maven.plugins maven-compiler-plugin