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:55:54 UTC

[tika] 01/03: Add tika-pipes-reporter-* to the BOM

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

commit e1360063b2244a579e06da64b5f5ad25d32d1f77
Author: Konstantin Gribov <gr...@gmail.com>
AuthorDate: Thu Nov 17 18:36:44 2022 +0300

    Add tika-pipes-reporter-* to the BOM
---
 tika-bom/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/tika-bom/pom.xml b/tika-bom/pom.xml
index 151dd3138..ae5d3ab38 100644
--- a/tika-bom/pom.xml
+++ b/tika-bom/pom.xml
@@ -404,6 +404,18 @@
         <artifactId>tika-pipes-iterator-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-opensearch</artifactId>
+        <version>2.6.1-SNAPSHOT</version>
+      </dependency>
+
       <dependency>
         <groupId>org.apache.tika</groupId>
         <artifactId>tika-async-cli</artifactId>