You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by dm...@apache.org on 2021/02/06 16:38:47 UTC

[tika] branch main updated: Removed exclusion of tika-server-core from tika-server-classic

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

dmeikle 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 77b17ca  Removed exclusion of tika-server-core from tika-server-classic
     new 62043f6  Merge pull request #398 from dameikle/main
77b17ca is described below

commit 77b17ca1e47a9fbc2ad40051e4520c20a5c43699
Author: David Meikle <dm...@apache.org>
AuthorDate: Mon Jan 25 23:25:01 2021 +0000

    Removed exclusion of tika-server-core from tika-server-classic
---
 tika-server/tika-server-classic/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tika-server/tika-server-classic/pom.xml b/tika-server/tika-server-classic/pom.xml
index fbd9071..c25ce4a 100644
--- a/tika-server/tika-server-classic/pom.xml
+++ b/tika-server/tika-server-classic/pom.xml
@@ -100,7 +100,6 @@
                         <artifactSet>
                             <excludes>
                                 <exclude>org.apache.tika:tika-parsers-classic-package:jar:</exclude>
-                                <exclude>org.apache.tika:tika-server-core:jar:</exclude>
                             </excludes>
                         </artifactSet>
                         <filters>