Oleg Zhurakousky created NIFI-3161:
--------------------------------------
Summary: nifi-mock pulls two different versions of ASM libraries
Key: NIFI-3161
URL: https://issues.apache.org/jira/browse/NIFI-3161
Project: Apache NiFi
Issue Type: Bug
Affects Versions: 1.1.0
Reporter: Oleg Zhurakousky
Assignee: Oleg Zhurakousky
Priority: Minor
With _nifi-mock_ dependency one will observe two ASM libraries
{code}
/Users/you/.m2/repository/net/minidev/asm/1.0.2/asm-1.0.2.jar
/Users/you/.m2/repository/asm/asm/3.3.1/asm-3.3.1.jar
{code}
They are two different libraries, but one (minidev) includes packages from the
other and may result in namespace collision. Basically both JARs include
_org.objectweb.asm.*_
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)