From dev-return-20211-apmail-tika-dev-archive=tika.apache.org@tika.apache.org Sat Mar 26 04:29:25 2016 Return-Path: X-Original-To: apmail-tika-dev-archive@www.apache.org Delivered-To: apmail-tika-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CDF3718C7E for ; Sat, 26 Mar 2016 04:29:25 +0000 (UTC) Received: (qmail 35509 invoked by uid 500); 26 Mar 2016 04:29:25 -0000 Delivered-To: apmail-tika-dev-archive@tika.apache.org Received: (qmail 35469 invoked by uid 500); 26 Mar 2016 04:29:25 -0000 Mailing-List: contact dev-help@tika.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tika.apache.org Delivered-To: mailing list dev@tika.apache.org Received: (qmail 35458 invoked by uid 99); 26 Mar 2016 04:29:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Mar 2016 04:29:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 689072C14DC for ; Sat, 26 Mar 2016 04:29:25 +0000 (UTC) Date: Sat, 26 Mar 2016 04:29:25 +0000 (UTC) From: "Bob Paulin (JIRA)" To: dev@tika.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (TIKA-1910) Tika 2.0 - Decouple Tika Parser Office Module from Other Dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Bob Paulin created TIKA-1910: -------------------------------- Summary: Tika 2.0 - Decouple Tika Parser Office Module from Other Dependencies Key: TIKA-1910 URL: https://issues.apache.org/jira/browse/TIKA-1910 Project: Tika Issue Type: Improvement Affects Versions: 2.0 Reporter: Bob Paulin Assignee: Bob Paulin Currently the Tika Parser Office Module depends on Tika Parser Web Module Tika Parser Package Module Tika Parser Text Module Using the proxies we can make those dependencies optional so if they are not included on the classpath the code functions but performs no operation on content that would be parsed on the optional dependencies. -- This message was sent by Atlassian JIRA (v6.3.4#6332)