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/06/06 08:39:51 UTC

[tika] branch main updated: TIKA-3751: Update bndlib

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 2fdbfbec3 TIKA-3751: Update bndlib
2fdbfbec3 is described below

commit 2fdbfbec3f0d4a17f974b800a25b57ac8141e88e
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Mon Jun 6 10:38:51 2022 +0200

    TIKA-3751: Update bndlib
---
 tika-core/pom.xml   |  4 ++--
 tika-java7/pom.xml  |  4 ++--
 tika-parent/pom.xml | 12 +++++++++---
 3 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/tika-core/pom.xml b/tika-core/pom.xml
index 4b35ff045..f41486140 100644
--- a/tika-core/pom.xml
+++ b/tika-core/pom.xml
@@ -62,8 +62,8 @@
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>biz.aQute</groupId>
-      <artifactId>bndlib</artifactId>
+      <groupId>biz.aQute.bnd</groupId>
+      <artifactId>biz.aQute.bndlib</artifactId>
       <scope>provided</scope>
     </dependency>
 
diff --git a/tika-java7/pom.xml b/tika-java7/pom.xml
index a3bec12e5..dad677130 100644
--- a/tika-java7/pom.xml
+++ b/tika-java7/pom.xml
@@ -87,8 +87,8 @@
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>biz.aQute</groupId>
-      <artifactId>bndlib</artifactId>
+      <groupId>biz.aQute.bnd</groupId>
+      <artifactId>biz.aQute.bndlib</artifactId>
       <scope>provided</scope>
     </dependency>
   </dependencies>
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index ae5410eb0..1a261f840 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -392,9 +392,15 @@
   <dependencyManagement>
     <dependencies>
       <dependency>
-        <groupId>biz.aQute</groupId>
-        <artifactId>bndlib</artifactId>
-        <version>2.0.0.20130123-133441</version>
+        <groupId>biz.aQute.bnd</groupId>
+        <artifactId>biz.aQute.bndlib</artifactId>
+        <version>6.3.0</version>
+      </dependency>
+      <!-- for bndlib -->
+      <dependency>
+        <groupId>org.osgi</groupId>
+        <artifactId>org.osgi.util.function</artifactId>
+        <version>1.2.0</version>
       </dependency>
       <dependency>
         <groupId>c3p0</groupId>