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 807279b6d TIKA-4334b (#2342)
807279b6d is described below
commit 807279b6de2455391145916a5c7c016ea65c4937
Author: Tim Allison <[email protected]>
AuthorDate: Wed Oct 1 12:04:16 2025 -0400
TIKA-4334b (#2342)
* TIKA-4334 -- fix double dependency in tika-pipes-reporter-fs-status,
remove unneeded dependencies
---
tika-app/pom.xml | 5 -----
tika-eval/tika-eval-core/pom.xml | 5 -----
tika-example/pom.xml | 5 -----
tika-fuzzing/pom.xml | 6 ------
tika-integration-tests/pom.xml | 12 -----------
tika-pipes/tika-async-cli/pom.xml | 6 ------
.../tika-emitters/tika-emitter-az-blob/pom.xml | 7 -------
tika-pipes/tika-emitters/tika-emitter-gcs/pom.xml | 7 -------
.../tika-emitters/tika-emitter-opensearch/pom.xml | 5 -----
.../tika-fetchers/tika-fetcher-az-blob/pom.xml | 6 ------
tika-pipes/tika-pipes-core/pom.xml | 18 ++++++++++++++---
.../tika-pipes-iterator-json/pom.xml | 6 ------
.../tika-pipes-reporter-fs-status/pom.xml | 23 ----------------------
tika-server/tika-server-client/pom.xml | 5 -----
tika-server/tika-server-core/pom.xml | 5 -----
tika-server/tika-server-eval/pom.xml | 2 +-
tika-server/tika-server-standard/pom.xml | 2 +-
17 files changed, 17 insertions(+), 108 deletions(-)
diff --git a/tika-app/pom.xml b/tika-app/pom.xml
index 09950e4d0..02821bc69 100644
--- a/tika-app/pom.xml
+++ b/tika-app/pom.xml
@@ -53,11 +53,6 @@
<artifactId>tika-langdetect-optimaize</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>tika-serialization</artifactId>
- <version>${project.version}</version>
- </dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>tika-xmp</artifactId>
diff --git a/tika-eval/tika-eval-core/pom.xml b/tika-eval/tika-eval-core/pom.xml
index 167791a44..140442ef3 100644
--- a/tika-eval/tika-eval-core/pom.xml
+++ b/tika-eval/tika-eval-core/pom.xml
@@ -35,11 +35,6 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>tika-serialization</artifactId>
- <version>${project.version}</version>
- </dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>tika-langdetect-opennlp</artifactId>
diff --git a/tika-example/pom.xml b/tika-example/pom.xml
index b7dbea489..977d56834 100644
--- a/tika-example/pom.xml
+++ b/tika-example/pom.xml
@@ -41,11 +41,6 @@
<artifactId>tika-app</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.tika</groupId>
- <artifactId>tika-serialization</artifactId>
- <version>${project.version}</version>
- </dependency>
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-translate</artifactId>
diff --git a/tika-fuzzing/pom.xml b/tika-fuzzing/pom.xml
index eabca5f8f..a02d32292 100644
--- a/tika-fuzzing/pom.xml
+++ b/tika-fuzzing/pom.xml
@@ -39,12 +39,6 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>tika-serialization</artifactId>
- <version>${project.version}</version>
- </dependency>
-
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
diff --git a/tika-integration-tests/pom.xml b/tika-integration-tests/pom.xml
index 8e472929f..8ca07006f 100644
--- a/tika-integration-tests/pom.xml
+++ b/tika-integration-tests/pom.xml
@@ -41,18 +41,6 @@
</modules>
<dependencies>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>tika-core</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>tika-serialization</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
<!-- after we migrate everything to junit5, we can get rid of this -->
<dependency>
<groupId>org.junit.vintage</groupId>
diff --git a/tika-pipes/tika-async-cli/pom.xml
b/tika-pipes/tika-async-cli/pom.xml
index 47991bcc3..7b7f4700b 100644
--- a/tika-pipes/tika-async-cli/pom.xml
+++ b/tika-pipes/tika-async-cli/pom.xml
@@ -57,12 +57,6 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>tika-serialization</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>
<plugins>
diff --git a/tika-pipes/tika-emitters/tika-emitter-az-blob/pom.xml
b/tika-pipes/tika-emitters/tika-emitter-az-blob/pom.xml
index 5b3e1eb05..541ecbf3d 100644
--- a/tika-pipes/tika-emitters/tika-emitter-az-blob/pom.xml
+++ b/tika-pipes/tika-emitters/tika-emitter-az-blob/pom.xml
@@ -30,13 +30,6 @@
<dependencies>
- <!-- should serialization be provided or bundled? -->
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>tika-serialization</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>tika-pipes-core</artifactId>
diff --git a/tika-pipes/tika-emitters/tika-emitter-gcs/pom.xml
b/tika-pipes/tika-emitters/tika-emitter-gcs/pom.xml
index afdba7ace..d9044f234 100644
--- a/tika-pipes/tika-emitters/tika-emitter-gcs/pom.xml
+++ b/tika-pipes/tika-emitters/tika-emitter-gcs/pom.xml
@@ -30,13 +30,6 @@
<dependencies>
- <!-- should serialization be provided or bundled? -->
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>tika-serialization</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>tika-pipes-core</artifactId>
diff --git a/tika-pipes/tika-emitters/tika-emitter-opensearch/pom.xml
b/tika-pipes/tika-emitters/tika-emitter-opensearch/pom.xml
index 7853eceb9..fb0c361b7 100644
--- a/tika-pipes/tika-emitters/tika-emitter-opensearch/pom.xml
+++ b/tika-pipes/tika-emitters/tika-emitter-opensearch/pom.xml
@@ -40,11 +40,6 @@
<artifactId>tika-httpclient-commons</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.tika</groupId>
- <artifactId>tika-serialization</artifactId>
- <version>${project.version}</version>
- </dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
diff --git a/tika-pipes/tika-fetchers/tika-fetcher-az-blob/pom.xml
b/tika-pipes/tika-fetchers/tika-fetcher-az-blob/pom.xml
index 2fd9153e3..356f69e22 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-az-blob/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-az-blob/pom.xml
@@ -46,12 +46,6 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>tika-serialization</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>
diff --git a/tika-pipes/tika-pipes-core/pom.xml
b/tika-pipes/tika-pipes-core/pom.xml
index 99a755c6b..1678c4ad8 100644
--- a/tika-pipes/tika-pipes-core/pom.xml
+++ b/tika-pipes/tika-pipes-core/pom.xml
@@ -56,7 +56,19 @@
<scope>test</scope>
</dependency>
</dependencies>
- <scm>
- <tag>3.0.0-rc1</tag>
- </scm>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestEntries>
+
<Automatic-Module-Name>org.apache.tika.pipes.core</Automatic-Module-Name>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
diff --git a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-json/pom.xml
b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-json/pom.xml
index de14c69a0..8e8fae12a 100644
--- a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-json/pom.xml
+++ b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-json/pom.xml
@@ -38,12 +38,6 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>tika-serialization</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
</dependencies>
<build>
<plugins>
diff --git
a/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-fs-status/pom.xml
b/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-fs-status/pom.xml
index dc064e74e..5a41bf3f1 100644
--- a/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-fs-status/pom.xml
+++ b/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-fs-status/pom.xml
@@ -32,11 +32,6 @@
<url>https://tika.apache.org/</url>
<dependencies>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>tika-pipes-core</artifactId>
- <version>${project.version}</version>
- </dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>tika-pipes-core</artifactId>
@@ -51,24 +46,6 @@
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>
-
- <!-- logging -->
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-core</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j2-impl</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>tika-serialization</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>
<plugins>
diff --git a/tika-server/tika-server-client/pom.xml
b/tika-server/tika-server-client/pom.xml
index f1f2463ba..f100fb78a 100644
--- a/tika-server/tika-server-client/pom.xml
+++ b/tika-server/tika-server-client/pom.xml
@@ -32,11 +32,6 @@
<artifactId>tika-pipes-core</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>tika-serialization</artifactId>
- <version>${project.version}</version>
- </dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>tika-httpclient-commons</artifactId>
diff --git a/tika-server/tika-server-core/pom.xml
b/tika-server/tika-server-core/pom.xml
index f30ede03a..a938b754b 100644
--- a/tika-server/tika-server-core/pom.xml
+++ b/tika-server/tika-server-core/pom.xml
@@ -51,11 +51,6 @@
<artifactId>tika-langdetect-optimaize</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>tika-serialization</artifactId>
- <version>${project.version}</version>
- </dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>tika-handler-boilerpipe</artifactId>
diff --git a/tika-server/tika-server-eval/pom.xml
b/tika-server/tika-server-eval/pom.xml
index 59b74a9e0..190a6a213 100644
--- a/tika-server/tika-server-eval/pom.xml
+++ b/tika-server/tika-server-eval/pom.xml
@@ -60,7 +60,7 @@
<!-- there has to be a better way -->
<exclude>org.apache.tika:tika-server-core:jar:</exclude>
<exclude>org.apache.tika:tika-core:jar:</exclude>
- <exclude>org.apache.tika:tika-serialization:jar:</exclude>
+ <exclude>org.apache.tika:tika-pipes-core:jar:</exclude>
<exclude>org.apache.tika:tika-langdetect-opennlp:jar:</exclude>
<exclude>commons-io:commons-io:jar:</exclude>
<exclude>commons-codec:commons-codec:jar:</exclude>
diff --git a/tika-server/tika-server-standard/pom.xml
b/tika-server/tika-server-standard/pom.xml
index 94540bddc..0edd7d1aa 100644
--- a/tika-server/tika-server-standard/pom.xml
+++ b/tika-server/tika-server-standard/pom.xml
@@ -121,7 +121,7 @@
<exclude>org.apache.tika:tika-core:jar:</exclude>
<exclude>org.apache.tika:tika-translate:jar:</exclude>
<exclude>org.apache.tika:tika-parsers-standard-package:jar:</exclude>
- <exclude>org.apache.tika:tika-serialization:jar:</exclude>
+ <exclude>org.apache.tika:tika-pipes-core:jar:</exclude>
<exclude>org.apache.tika:tika-langdetect-optimaize:jar:</exclude>
<exclude>org.apache.tika:tika-handler-boilerpipe:jar:</exclude>
<exclude>org.apache.tika:tika-parser-digest-commons:jar:</exclude>