This is an automated email from the ASF dual-hosted git repository. tv pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
commit f77665dcc51bb6ee49a72630312603cb6b861ef5 Author: Thomas Vandahl <t...@apache.org> AuthorDate: Thu Jun 12 10:24:36 2025 +0200 Updates for jakarta --- commons-jcs3-core/pom.xml | 6 +++--- commons-jcs3-jcache-tck/pom.xml | 4 ++-- commons-jcs3-jcache/pom.xml | 4 ++-- pom.xml | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/commons-jcs3-core/pom.xml b/commons-jcs3-core/pom.xml index a4421d89..85aeb97b 100644 --- a/commons-jcs3-core/pom.xml +++ b/commons-jcs3-core/pom.xml @@ -39,14 +39,14 @@ </scm> <properties> - <commons.bc.version>3.1</commons.bc.version> + <commons.bc.version>3.2</commons.bc.version> <commons.module.name>org.apache.commons.jcs3.core</commons.module.name> <!-- generate report even if there are binary incompatible changes --> <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications> - <commons.japicmp.ignoreMissingClasses>false</commons.japicmp.ignoreMissingClasses> + <commons.japicmp.ignoreMissingClasses>true</commons.japicmp.ignoreMissingClasses> <japicmp.skip>false</japicmp.skip> <commons.osgi.import> - javax.servlet.*;resolution:=optional, + jakarta.servlet.*;resolution:=optional, org.apache.commons.dbcp2.*;resolution:=optional, org.apache.http.*;resolution:=optional </commons.osgi.import> diff --git a/commons-jcs3-jcache-tck/pom.xml b/commons-jcs3-jcache-tck/pom.xml index 2d4599f7..1df4604a 100644 --- a/commons-jcs3-jcache-tck/pom.xml +++ b/commons-jcs3-jcache-tck/pom.xml @@ -105,8 +105,8 @@ </dependency> <dependency> - <groupId>javax</groupId> - <artifactId>javaee-api</artifactId> + <groupId>jakarta.platform</groupId> + <artifactId>jakarta.jakartaee-api</artifactId> </dependency> <dependency> diff --git a/commons-jcs3-jcache/pom.xml b/commons-jcs3-jcache/pom.xml index 824fe0ee..9e4a9b48 100644 --- a/commons-jcs3-jcache/pom.xml +++ b/commons-jcs3-jcache/pom.xml @@ -42,8 +42,8 @@ <artifactId>cache-api</artifactId> </dependency> <dependency> - <groupId>javax</groupId> - <artifactId>javaee-api</artifactId> + <groupId>jakarta.platform</groupId> + <artifactId>jakarta.jakartaee-api</artifactId> </dependency> <dependency> diff --git a/pom.xml b/pom.xml index 2128e633..e4e318b0 100644 --- a/pom.xml +++ b/pom.xml @@ -362,9 +362,9 @@ </dependency> <dependency> - <groupId>javax</groupId> - <artifactId>javaee-api</artifactId> - <version>8.0.1</version> + <groupId>jakarta.platform</groupId> + <artifactId>jakarta.jakartaee-api</artifactId> + <version>8.0.0</version> <exclusions> <exclusion> <groupId>com.sun.mail</groupId>