You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2017/01/30 21:07:00 UTC

nifi git commit: NIFI-3161 added ASM exclusion

Repository: nifi
Updated Branches:
  refs/heads/master d5b139ffd -> 910c1fa6f


NIFI-3161 added ASM exclusion

This closes #1453.


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/910c1fa6
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/910c1fa6
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/910c1fa6

Branch: refs/heads/master
Commit: 910c1fa6f6bbf95c13ca646ee57be197f6ba9069
Parents: d5b139f
Author: Oleg Zhurakousky <ol...@suitcase.io>
Authored: Sun Jan 29 10:34:54 2017 -0500
Committer: Pierre Villard <pi...@gmail.com>
Committed: Mon Jan 30 22:06:40 2017 +0100

----------------------------------------------------------------------
 nifi-mock/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/910c1fa6/nifi-mock/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-mock/pom.xml b/nifi-mock/pom.xml
index c6fdcbe..336ecaa 100644
--- a/nifi-mock/pom.xml
+++ b/nifi-mock/pom.xml
@@ -37,6 +37,12 @@
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-expression-language</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>asm</groupId>
+                    <artifactId>asm</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>