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

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


The following commit(s) were added to refs/heads/branch_3x by this push:
     new 0f4b16fc3 TIKA-4326: update tyrus, remove unneeded dependency
0f4b16fc3 is described below

commit 0f4b16fc3a3d50ca578b01a8d8ae5eb8861d8801
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Oct 21 10:23:09 2024 +0200

    TIKA-4326: update tyrus, remove unneeded dependency
---
 tika-translate/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tika-translate/pom.xml b/tika-translate/pom.xml
index 21fb05a08..d3caf9739 100644
--- a/tika-translate/pom.xml
+++ b/tika-translate/pom.xml
@@ -85,7 +85,7 @@
     <dependency>
       <groupId>org.glassfish.tyrus.bundles</groupId>
       <artifactId>tyrus-standalone-client</artifactId>
-      <version>2.1.5</version>
+      <version>2.2.0</version>
     </dependency>
   </dependencies>
   <reporting>
@@ -139,7 +139,6 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>${rat.version}</version>
         <configuration>
           <excludes>
             
<exclude>src/main/java/org/apache/tika/parser/txt/Charset*.java</exclude>

Reply via email to