You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by dm...@apache.org on 2015/08/11 11:39:13 UTC

svn commit: r1695235 - in /tika/trunk: tika-bundle/pom.xml tika-parsers/pom.xml

Author: dmeikle
Date: Tue Aug 11 09:39:12 2015
New Revision: 1695235

URL: http://svn.apache.org/r1695235
Log:
TIKA-1705: Changed dependecy from asm-debug-all to asm

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

Modified: tika/trunk/tika-bundle/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-bundle/pom.xml?rev=1695235&r1=1695234&r2=1695235&view=diff
==============================================================================
--- tika/trunk/tika-bundle/pom.xml (original)
+++ tika/trunk/tika-bundle/pom.xml Tue Aug 11 09:39:12 2015
@@ -133,7 +133,7 @@
               jackcess,
               commons-lang,              
               tagsoup,
-              asm-debug-all,
+              asm,
               juniversalchardet,
               vorbis-java-core, vorbis-java-tika,
               isoparser, aspectjrt,

Modified: tika/trunk/tika-parsers/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-parsers/pom.xml?rev=1695235&r1=1695234&r2=1695235&view=diff
==============================================================================
--- tika/trunk/tika-parsers/pom.xml (original)
+++ tika/trunk/tika-parsers/pom.xml Tue Aug 11 09:39:12 2015
@@ -183,7 +183,7 @@
     </dependency>
     <dependency>
       <groupId>org.ow2.asm</groupId>
-      <artifactId>asm-debug-all</artifactId>
+      <artifactId>asm</artifactId>
       <version>5.0.4</version>
     </dependency>
     <dependency>