Changed JUnit version from 4.11 to 4.12 as suggested
Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/c9d59fa8 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/c9d59fa8 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/c9d59fa8 Branch: refs/heads/NIFI-259 Commit: c9d59fa8192c8791dd55344ab90f7eddefec2215 Parents: 3e26ed8 Author: Jeremy Dyer <[email protected]> Authored: Mon Nov 30 10:13:52 2015 -0500 Committer: Jeremy Dyer <[email protected]> Committed: Mon Nov 30 10:13:52 2015 -0500 ---------------------------------------------------------------------- nifi-nar-bundles/nifi-html-bundle/nifi-html-processors/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/c9d59fa8/nifi-nar-bundles/nifi-html-bundle/nifi-html-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-html-bundle/nifi-html-processors/pom.xml b/nifi-nar-bundles/nifi-html-bundle/nifi-html-processors/pom.xml index 609d679..a2e8fe2 100644 --- a/nifi-nar-bundles/nifi-html-bundle/nifi-html-processors/pom.xml +++ b/nifi-nar-bundles/nifi-html-bundle/nifi-html-processors/pom.xml @@ -52,7 +52,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.11</version> + <version>4.12</version> <scope>test</scope> </dependency> </dependencies>
