You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2022/12/12 17:59:00 UTC

[tika] branch main updated: fix convergence problems, alphabetize boms section

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

tallison 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 ca12e929e fix convergence problems, alphabetize boms section
ca12e929e is described below

commit ca12e929e81f1c75938b9e0b2c3acbe15ee3bd4d
Author: tallison <ta...@apache.org>
AuthorDate: Mon Dec 12 12:58:48 2022 -0500

    fix convergence problems, alphabetize boms section
---
 tika-parent/pom.xml | 32 +++++++++++++++++++-------------
 1 file changed, 19 insertions(+), 13 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 4ee15a1e5..4a2292d35 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -409,17 +409,11 @@
 
   <dependencyManagement>
     <dependencies>
+      <!-- boms -->
       <dependency>
-        <groupId>org.apache.cxf</groupId>
-        <artifactId>cxf-bom</artifactId>
-        <version>${cxf.version}</version>
-        <type>pom</type>
-        <scope>import</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.eclipse.jetty</groupId>
-        <artifactId>jetty-bom</artifactId>
-        <version>${jetty.version}</version>
+        <groupId>com.fasterxml.jackson</groupId>
+        <artifactId>jackson-bom</artifactId>
+        <version>${jackson.version}</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
@@ -431,9 +425,9 @@
         <scope>import</scope>
       </dependency>
       <dependency>
-        <groupId>com.fasterxml.jackson</groupId>
-        <artifactId>jackson-bom</artifactId>
-        <version>${jackson.version}</version>
+        <groupId>org.apache.cxf</groupId>
+        <artifactId>cxf-bom</artifactId>
+        <version>${cxf.version}</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
@@ -444,6 +438,13 @@
         <type>pom</type>
         <scope>import</scope>
       </dependency>
+      <dependency>
+        <groupId>org.eclipse.jetty</groupId>
+        <artifactId>jetty-bom</artifactId>
+        <version>${jetty.version}</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
       <dependency>
         <groupId>org.junit</groupId>
         <artifactId>junit-bom</artifactId>
@@ -744,6 +745,11 @@
         <artifactId>httpmime</artifactId>
         <version>${httpcomponents.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.jackrabbit</groupId>
+        <artifactId>oak-jackrabbit-api</artifactId>
+        <version>1.44.0</version>
+      </dependency>
       <dependency>
         <groupId>org.apache.logging.log4j</groupId>
         <artifactId>log4j-core</artifactId>