Repository: nifi Updated Branches: refs/heads/master c9267347e -> 8f37b5ee1
NIFI-4426 Removed exclude from nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/8f37b5ee Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/8f37b5ee Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/8f37b5ee Branch: refs/heads/master Commit: 8f37b5ee10650fb36a4ea85f8ff817e4b745c45c Parents: c926734 Author: Andy LoPresto <[email protected]> Authored: Thu Aug 30 13:05:09 2018 -0700 Committer: Andy LoPresto <[email protected]> Committed: Thu Aug 30 13:05:09 2018 -0700 ---------------------------------------------------------------------- .../nifi-standard-bundle/nifi-standard-processors/pom.xml | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/8f37b5ee/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 fe0262e..6125f8b 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 @@ -503,9 +503,6 @@ <exclude>src/test/resources/TestUpdateRecord/output/updateArrays/multi-arrays-0and1.json</exclude> <exclude>src/test/resources/TestUpdateRecord/output/updateArrays/multi-arrays-0and2.json</exclude> <exclude>src/test/resources/TestUpdateRecord/output/updateArrays/multi-arrays-streets.json</exclude> - <!-- This file is copied from https://github.com/jeremyh/jBCrypt - because the binary is compiled for Java 8 and we must support Java 7 --> - <exclude>src/main/java/org/apache/nifi/security/util/crypto/bcrypt/BCrypt.java</exclude> <exclude>src/test/resources/xxe_template.xml</exclude> <exclude>src/test/resources/xxe_from_report.xml</exclude> <exclude>src/test/resources/TestForkRecord/single-element-nested-array-strings.json</exclude>
