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/04 22:00:52 UTC

[tika] branch main updated: turn extended and advanced bundles back on; clearly mark TODO in README.md

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 efa4acf  turn extended and advanced bundles back on; clearly mark TODO in README.md
efa4acf is described below

commit efa4acfe7e56e3c617cdf816d670961db1053455
Author: tallison <ta...@apache.org>
AuthorDate: Fri Dec 4 16:55:51 2020 -0500

    turn extended and advanced bundles back on; clearly mark TODO in README.md
---
 README.md            | 6 +++---
 tika-parsers/pom.xml | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 5dbefca..0a7b7b4 100644
--- a/README.md
+++ b/README.md
@@ -25,12 +25,12 @@ The build consists of a number of components, including a standalone runnable ja
 
 Optional Dependencies
 =====================
-zstd, jpeg2000
+*TODO*  zstd, jpeg2000
 
 
 Breaking Issues in Tika 2.0.0
 ==============================
-
+*TODO*
 
 Contributing via Github
 =======================
@@ -133,7 +133,7 @@ If you encounter errors in Tika or want to suggest an improvement or a new featu
 Build Issues
 ------------
 
-* 
+*TODO*
 
 * Need to install jce
 
diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index 582a9d6..4c55a7f 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -36,9 +36,9 @@
         <!-- basic parsers - avoid network dependent parsers, native code -->
         <module>tika-parsers-classic</module>
         <!-- allow network dependent parsers and native code  -->
-        <!--<module>tika-parsers-extended</module>
-        < ! - -  potentially massive dependencies (e.g. dl4j)   - - >
-        <module>tika-parsers-advanced</module> -->
+        <module>tika-parsers-extended</module>
+        <!-- potentially massive dependencies (e.g. dl4j)   -->
+        <module>tika-parsers-advanced</module>
     </modules>
 
 </project>
\ No newline at end of file