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.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499463 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2013-07-03 16:26:33 +00:00
parent 4c23c1f1f4
commit df8e15a93b
1 changed files with 2 additions and 2 deletions

View File

@ -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>