You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by gr...@apache.org on 2022/11/19 19:58:51 UTC

[tika] branch main updated: BOM cleanup and reformat after merge

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

grossws 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 ad3d3a9a4 BOM cleanup and reformat after merge
ad3d3a9a4 is described below

commit ad3d3a9a47890a52d667435a6f16f339dbba08cf
Author: Konstantin Gribov <gr...@gmail.com>
AuthorDate: Sat Nov 19 22:58:40 2022 +0300

    BOM cleanup and reformat after merge
---
 tika-bom/pom.xml | 22 +++++++---------------
 1 file changed, 7 insertions(+), 15 deletions(-)

diff --git a/tika-bom/pom.xml b/tika-bom/pom.xml
index ae5d3ab38..1cf0b48fb 100644
--- a/tika-bom/pom.xml
+++ b/tika-bom/pom.xml
@@ -344,21 +344,7 @@
         <artifactId>tika-emitter-solr</artifactId>
         <version>2.6.1-SNAPSHOT</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.tika</groupId>
-        <artifactId>tika-pipes-reporter-fs-status</artifactId>
-        <version>2.6.1-SNAPSHOT</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.tika</groupId>
-        <artifactId>tika-pipes-reporter-jdbc</artifactId>
-        <version>2.6.1-SNAPSHOT</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.tika</groupId>
-        <artifactId>tika-pipes-reporter-opensearch</artifactId>
-        <version>2.6.1-SNAPSHOT</version>
-      </dependency>
+
       <dependency>
         <groupId>org.apache.tika</groupId>
         <artifactId>tika-fetcher-gcs</artifactId>
@@ -374,6 +360,7 @@
         <artifactId>tika-fetcher-s3</artifactId>
         <version>2.6.1-SNAPSHOT</version>
       </dependency>
+
       <dependency>
         <groupId>org.apache.tika</groupId>
         <artifactId>tika-pipes-iterator-csv</artifactId>
@@ -410,6 +397,11 @@
         <artifactId>tika-pipes-reporter-fs-status</artifactId>
         <version>2.6.1-SNAPSHOT</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.tika</groupId>
+        <artifactId>tika-pipes-reporter-jdbc</artifactId>
+        <version>2.6.1-SNAPSHOT</version>
+      </dependency>
       <dependency>
         <groupId>org.apache.tika</groupId>
         <artifactId>tika-pipes-reporter-opensearch</artifactId>