You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2022/07/12 04:49:14 UTC

[tika] branch main updated: TIKA-3795: add jetty-client to avoid older version

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7cc5872a1 TIKA-3795: add jetty-client to avoid older version
7cc5872a1 is described below

commit 7cc5872a1d137a334dc04cd6bbe08a52e904ec4f
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Tue Jul 12 06:49:06 2022 +0200

    TIKA-3795: add jetty-client to avoid older version
---
 tika-parent/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 2668b5eab..623c7a9ed 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -656,6 +656,11 @@
         <artifactId>jetty-util</artifactId>
         <version>${jetty.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.eclipse.jetty</groupId>
+        <artifactId>jetty-client</artifactId>
+        <version>${jetty.version}</version>
+      </dependency>
       <dependency>
         <groupId>org.glassfish.jaxb</groupId>
         <artifactId>jaxb-runtime</artifactId>