mirror of https://github.com/apache/lucene.git
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:
parent
4c23c1f1f4
commit
df8e15a93b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue