This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/tomcat-maven-plugin.git
The following commit(s) were added to refs/heads/trunk by this push:
new a1abe24 Fix dependencies
a1abe24 is described below
commit a1abe2494bdc379ab1f80a738222b935eea3866d
Author: remm <[email protected]>
AuthorDate: Wed Apr 8 23:38:39 2026 +0200
Fix dependencies
---
common-tomcat-maven-plugin/pom.xml | 11 ++++++++++-
pom.xml | 5 +++++
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/common-tomcat-maven-plugin/pom.xml
b/common-tomcat-maven-plugin/pom.xml
index 02a7b83..6cf5445 100644
--- a/common-tomcat-maven-plugin/pom.xml
+++ b/common-tomcat-maven-plugin/pom.xml
@@ -36,7 +36,11 @@
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
- <artifactId>maven-project</artifactId>
+ <artifactId>maven-core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-compat</artifactId>
</dependency>
<dependency>
@@ -126,6 +130,11 @@
<artifactId>commons-lang</artifactId>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
+
</dependencies>
<build>
diff --git a/pom.xml b/pom.xml
index 2e96d82..5c4a86b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -360,6 +360,11 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-compat</artifactId>
+ <version>${mavenVersion}</version>
+ </dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-parameter-documenter</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]