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 <[email protected]> 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>
