You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ni...@apache.org on 2011/09/21 18:18:03 UTC

svn commit: r1173743 - /tika/trunk/tika-bundle/pom.xml

Author: nick
Date: Wed Sep 21 16:18:03 2011
New Revision: 1173743

URL: http://svn.apache.org/viewvc?rev=1173743&view=rev
Log:
TIKA-716 Fix tika-bundle dependency list following apache-Mime4J upgrade

Modified:
    tika/trunk/tika-bundle/pom.xml

Modified: tika/trunk/tika-bundle/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-bundle/pom.xml?rev=1173743&r1=1173742&r2=1173743&view=diff
==============================================================================
--- tika/trunk/tika-bundle/pom.xml (original)
+++ tika/trunk/tika-bundle/pom.xml Wed Sep 21 16:18:03 2011
@@ -72,7 +72,7 @@
               asm,
               metadata-extractor,
               boilerpipe, rome,
-              apache-mime4j
+              apache-mime4j-core, apache-mime4j-dom
             </Embed-Dependency>
             <Embed-Transitive>true</Embed-Transitive>
             <Bundle-DocURL>${project.url}</Bundle-DocURL>



Re: svn commit: r1173743 - /tika/trunk/tika-bundle/pom.xml

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

On Wed, Sep 21, 2011 at 6:18 PM,  <ni...@apache.org> wrote:
> TIKA-716 Fix tika-bundle dependency list following apache-Mime4J upgrade

Good catch, thanks!

BR,

Jukka Zitting