You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by bo...@apache.org on 2016/01/07 05:08:57 UTC

svn commit: r1723453 - /tika/branches/2.x/tika-parsers/pom.xml

Author: bob
Date: Thu Jan  7 04:08:57 2016
New Revision: 1723453

URL: http://svn.apache.org/viewvc?rev=1723453&view=rev
Log:
TIKA-1824 - Disable Dependency Reduced POM in tika-parsers.  This is causing dependencies not to get pulled into tika-app.

Modified:
    tika/branches/2.x/tika-parsers/pom.xml

Modified: tika/branches/2.x/tika-parsers/pom.xml
URL: http://svn.apache.org/viewvc/tika/branches/2.x/tika-parsers/pom.xml?rev=1723453&r1=1723452&r2=1723453&view=diff
==============================================================================
--- tika/branches/2.x/tika-parsers/pom.xml (original)
+++ tika/branches/2.x/tika-parsers/pom.xml Thu Jan  7 04:08:57 2016
@@ -317,6 +317,9 @@
               <goal>shade</goal>
             </goals>
             <configuration>
+              <createDependencyReducedPom>
+                false
+              </createDependencyReducedPom>
               <artifactSet>
                 <includes>
                   <include>org.apache.tika:tika-multimedia-module</include>