This is an automated email from the ASF dual-hosted git repository. ndipiazza pushed a commit to branch TIKA-4588 in repository https://gitbox.apache.org/repos/asf/tika.git
commit 1fc58aefe494a52ed00b4e89087d26d9863dd05e Author: Nicholas DiPiazza <[email protected]> AuthorDate: Fri Dec 26 07:47:51 2025 -0600 TIKA-4588: Downgrade jakarta.websocket-api from 2.3.0-M1 to 2.2.0 - Version 2.3.0-M1 has a parent POM dependency on org.eclipse.ee4j:project:pom:2.0.0-SNAPSHOT - This SNAPSHOT dependency is no longer available in Maven Central - Causes intermittent build failures in CI - Version 2.2.0 uses stable parent org.eclipse.ee4j:project:pom:1.0.9 - All tests pass with 2.2.0 --- tika-translate/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tika-translate/pom.xml b/tika-translate/pom.xml index 014ad2ca6..f1e99ac24 100644 --- a/tika-translate/pom.xml +++ b/tika-translate/pom.xml @@ -90,7 +90,7 @@ <dependency> <groupId>jakarta.websocket</groupId> <artifactId>jakarta.websocket-api</artifactId> - <version>2.3.0-M1</version> + <version>2.2.0</version> </dependency> <dependency> <groupId>org.glassfish.tyrus.bundles</groupId>
