This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch branch_2x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_2x by this push:
     new 131534f29 TIKA-4417: exclude http2-common
131534f29 is described below

commit 131534f2935d218ed44e3dfacc426c7d91fa69db
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun May 18 14:05:07 2025 +0200

    TIKA-4417: exclude http2-common
---
 tika-parent/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index e9b9e8e56..05071a0bd 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1182,7 +1182,12 @@
             <coordinate>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-http</artifactId>
-                <version>9.4.57.v20241219</version>
+                <version>${jetty.version}</version>
+            </coordinate>
+            <coordinate>
+                <groupId>org.eclipse.jetty.http2</groupId>
+                <artifactId>http2-common</artifactId>
+                <version>${jetty.version}</version>
             </coordinate>
             <coordinate>
               <groupId>org.springframework</groupId>

Reply via email to