From 1f75062b8f9ae35634c305037ee541700c2c28d1 Mon Sep 17 00:00:00 2001 From: Tamas Cservenak Date: Thu, 14 Oct 2021 12:52:46 +0200 Subject: [PATCH] Update ITs They used ancient maven API and expect things to be on classpath, that is not the case anymore. Changed fixed mvn version to param, and added maven-core as dependency as the class is in maven-core. --- .../src/it/annotation-with-inheritance-reactor/pom.xml | 7 ++++++- .../src/it/annotation-with-inheritance/pom.xml | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/pom.xml b/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/pom.xml index ad37af04f..a4236d23d 100644 --- a/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/pom.xml +++ b/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/pom.xml @@ -42,7 +42,12 @@ under the License. org.apache.maven maven-plugin-api - 2.0 + @mavenVersion@ + + + org.apache.maven + maven-core + @mavenVersion@ org.apache.maven.plugin-tools diff --git a/maven-plugin-plugin/src/it/annotation-with-inheritance/pom.xml b/maven-plugin-plugin/src/it/annotation-with-inheritance/pom.xml index 4921b29bc..3cb72fead 100644 --- a/maven-plugin-plugin/src/it/annotation-with-inheritance/pom.xml +++ b/maven-plugin-plugin/src/it/annotation-with-inheritance/pom.xml @@ -43,7 +43,12 @@ under the License. org.apache.maven maven-plugin-api - 2.0 + @mavenVersion@ + + + org.apache.maven + maven-core + @mavenVersion@ org.apache.maven