This is an automated email from the ASF dual-hosted git repository.
markt 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 54c6f15 Align with JDT dependency used by Tomcat 8 onwards. Update to
3.26.0.
54c6f15 is described below
commit 54c6f15272b257d22791eeb0b3bd6d84fd561f8d
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jan 27 17:02:52 2026 +0000
Align with JDT dependency used by Tomcat 8 onwards. Update to 3.26.0.
3.26.0 is the latest JDT version that supports Java 8.
---
pom.xml | 5 +++--
tomcat7-maven-plugin/pom.xml | 2 +-
tomcat7-war-runner/pom.xml | 3 +--
tomcat8-maven-plugin/pom.xml | 2 +-
tomcat8-war-runner/pom.xml | 3 +--
5 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index b8b449e..31dace3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -331,9 +331,10 @@
<dependencies>
<!-- tomcat dependencies -->
<dependency>
- <groupId>org.eclipse.jdt.core.compiler</groupId>
+ <groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
- <version>4.4</version>
+ <!-- Latest version that supports Java 8 -->
+ <version>3.26.0</version>
</dependency>
<dependency>
diff --git a/tomcat7-maven-plugin/pom.xml b/tomcat7-maven-plugin/pom.xml
index 0f44a75..f5a97ca 100644
--- a/tomcat7-maven-plugin/pom.xml
+++ b/tomcat7-maven-plugin/pom.xml
@@ -146,7 +146,7 @@
</dependency>
<dependency>
- <groupId>org.eclipse.jdt.core.compiler</groupId>
+ <groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
</dependency>
diff --git a/tomcat7-war-runner/pom.xml b/tomcat7-war-runner/pom.xml
index 49aed53..3a2b734 100644
--- a/tomcat7-war-runner/pom.xml
+++ b/tomcat7-war-runner/pom.xml
@@ -36,9 +36,8 @@
<!-- tomcat dependencies -->
<dependency>
- <groupId>org.eclipse.jdt.core.compiler</groupId>
+ <groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
- <version>3.7</version>
</dependency>
<dependency>
diff --git a/tomcat8-maven-plugin/pom.xml b/tomcat8-maven-plugin/pom.xml
index 59fe8fd..7e314f2 100644
--- a/tomcat8-maven-plugin/pom.xml
+++ b/tomcat8-maven-plugin/pom.xml
@@ -146,7 +146,7 @@
</dependency>
<dependency>
- <groupId>org.eclipse.jdt.core.compiler</groupId>
+ <groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
</dependency>
diff --git a/tomcat8-war-runner/pom.xml b/tomcat8-war-runner/pom.xml
index 4deb5a4..caf7af3 100644
--- a/tomcat8-war-runner/pom.xml
+++ b/tomcat8-war-runner/pom.xml
@@ -36,9 +36,8 @@
<!-- tomcat dependencies -->
<dependency>
- <groupId>org.eclipse.jdt.core.compiler</groupId>
+ <groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
- <version>3.7</version>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]