You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2013/07/03 18:27:25 UTC

svn commit: r1499464 - in /lucene/dev/branches/branch_4x: ./ dev-tools/ dev-tools/maven/pom.xml.template

Author: sarowe
Date: Wed Jul  3 16:27:25 2013
New Revision: 1499464

URL: http://svn.apache.org/r1499464
Log:
SOLR-4986: Tika upgrade to 1.4: Maven configuration: rename asm:asm exclusion under tika-parsers to org.ow2.asm:asm-debug-all, to block transitive dep on the renamed artifact. (merged trunk r1499463)

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/dev-tools/   (props changed)
    lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template

Modified: lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template?rev=1499464&r1=1499463&r2=1499464&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template (original)
+++ lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template Wed Jul  3 16:27:25 2013
@@ -355,8 +355,8 @@
             <artifactId>vorbis-java-core</artifactId>
           </exclusion>
           <exclusion>
-            <groupId>asm</groupId>
-            <artifactId>asm</artifactId>
+            <groupId>org.ow2.asm</groupId>
+            <artifactId>asm-debug-all</artifactId>
           </exclusion>
           <exclusion>
             <groupId>org.aspectj</groupId>