You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jp...@apache.org on 2016/07/14 20:13:48 UTC

nifi git commit: fixes NIFI-1989

Repository: nifi
Updated Branches:
  refs/heads/master a7c5b88a4 -> 6d2168049


fixes NIFI-1989

This closes #514

Signed-off-by: jpercivall <jo...@yahoo.com>


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

Branch: refs/heads/master
Commit: 6d2168049a1dceefe0ca4277954b35c0861fdacb
Parents: a7c5b88
Author: Puspendu Banerjee <Pu...@gmail.com>
Authored: Thu Jun 9 13:00:57 2016 -0500
Committer: jpercivall <jo...@yahoo.com>
Committed: Thu Jul 14 15:59:45 2016 -0400

----------------------------------------------------------------------
 nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/6d216804/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml b/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml
index db1bd71..b661b0b 100644
--- a/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml
@@ -42,7 +42,7 @@
 
         <!-- External dependencies -->
         <dependency>
-            <groupId>org.apache.commons</groupId>
+            <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
             <version>1.3.2</version>
         </dependency>