You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2020/12/08 15:15:55 UTC

[tika] branch main updated: turn extended/advanced modules back on...sorry.

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 a2366cb  turn extended/advanced modules back on...sorry.
a2366cb is described below

commit a2366cb34f50b759969fd510ce4f77540d94c823
Author: tallison <ta...@apache.org>
AuthorDate: Tue Dec 8 10:15:36 2020 -0500

    turn extended/advanced modules back on...sorry.
---
 tika-parsers/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index d5d1e3d..0db4e7a 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -35,10 +35,10 @@
     <modules>
         <!-- basic parsers - avoid network dependent parsers, native code -->
         <module>tika-parsers-classic</module>
-        <!-- allow network dependent parsers and native code   - - >
+        <!-- allow network dependent parsers and native code  -->
         <module>tika-parsers-extended</module>
-        < ! - - potentially massive dependencies (e.g. dl4j)    - - >
-        <module>tika-parsers-advanced</module> -->
+        <!-- potentially massive dependencies (e.g. dl4j)    -->
+        <module>tika-parsers-advanced</module>
     </modules>
 
 </project>
\ No newline at end of file