Repository: nifi
Updated Branches:
  refs/heads/master 498fd8f22 -> 83fccc4be


NIFI-5024 Fixed a checkstyle issue that was missed in the merge of 5024.


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

Branch: refs/heads/master
Commit: 83fccc4bebd9eb508c2f64752f24d79e7bd0db37
Parents: 498fd8f
Author: Mike Thomsen <mikerthom...@gmail.com>
Authored: Thu May 31 08:35:25 2018 -0400
Committer: Mike Thomsen <mikerthom...@gmail.com>
Committed: Thu May 31 08:35:25 2018 -0400

----------------------------------------------------------------------
 .../nifi-standard-bundle/nifi-standard-processors/pom.xml           | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/83fccc4b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml 
b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
index 4d328d0..babc438 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
@@ -337,6 +337,7 @@
                         
<exclude>src/test/resources/CompressedData/SampleFile.txt</exclude>
                         
<exclude>src/test/resources/CompressedData/SampleFileConcat.txt</exclude>
                         
<exclude>src/test/resources/ExecuteCommand/1000bytes.txt</exclude>
+                        
<exclude>src/test/resources/ExecuteCommand/1mb.txt</exclude>
                         
<exclude>src/test/resources/ExecuteCommand/test.txt</exclude>
                         
<exclude>src/test/resources/ScanAttribute/dictionary-with-empty-new-lines</exclude>
                         
<exclude>src/test/resources/ScanAttribute/dictionary-with-extra-info</exclude>

Reply via email to