NIFI-1225: adding standard services nar Reviewed by Mark Payne <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/fcc032c7 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/fcc032c7 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/fcc032c7 Branch: refs/heads/master Commit: fcc032c7fd8bc4b0be2e756ca170a5602e18fb85 Parents: 55352ae Author: Tony Kurc <[email protected]> Authored: Thu Nov 26 19:01:44 2015 -0500 Committer: Tony Kurc <[email protected]> Committed: Tue Dec 1 20:33:07 2015 -0500 ---------------------------------------------------------------------- nifi-nar-bundles/nifi-aws-bundle/nifi-aws-nar/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/fcc032c7/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-nar/pom.xml b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-nar/pom.xml index 13bca24..0c64f31 100644 --- a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-nar/pom.xml +++ b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-nar/pom.xml @@ -28,6 +28,11 @@ <dependencies> <dependency> <groupId>org.apache.nifi</groupId> + <artifactId>nifi-standard-services-api-nar</artifactId> + <type>nar</type> + </dependency> + <dependency> + <groupId>org.apache.nifi</groupId> <artifactId>nifi-aws-processors</artifactId> <version>0.4.0-SNAPSHOT</version> </dependency>
