From e8a56f632449fe4a19d4f648348c4d8681751220 Mon Sep 17 00:00:00 2001 From: Chaoyi Sun Date: Thu, 3 Oct 2024 11:50:55 -0700 Subject: [PATCH] #363 fix the mda module build issue by adding the missing dependencies --- .../mda-maven-plugin/pom.xml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/foundation/foundation-maven-plugins/mda-maven-plugin/pom.xml b/foundation/foundation-maven-plugins/mda-maven-plugin/pom.xml index 158d73898..f25ab75f1 100644 --- a/foundation/foundation-maven-plugins/mda-maven-plugin/pom.xml +++ b/foundation/foundation-maven-plugins/mda-maven-plugin/pom.xml @@ -21,6 +21,7 @@ 2.4.0 3.3.0 3.1.0 + 1.1.0 @@ -108,14 +109,23 @@ commons-io commons-io - - 2.13.0 test org.apache.maven.plugins maven-dependency-plugin + provided + + + org.eclipse.aether + aether-connector-basic + ${version.aether} + test + + + org.eclipse.aether + aether-transport-http + ${version.aether} test