Repository: incubator-nifi Updated Branches: refs/heads/develop 713312d9e -> b87b75329
NIFI-60: - Making service api artifiacts provided by default. Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/b87b7532 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/b87b7532 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/b87b7532 Branch: refs/heads/develop Commit: b87b75329d52a0a4b67bc0dc1c3f8c0594da3859 Parents: 713312d Author: Matt Gilman <[email protected]> Authored: Thu Dec 18 14:03:48 2014 -0500 Committer: Matt Gilman <[email protected]> Committed: Thu Dec 18 14:03:48 2014 -0500 ---------------------------------------------------------------------- nar-bundles/pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/b87b7532/nar-bundles/pom.xml ---------------------------------------------------------------------- diff --git a/nar-bundles/pom.xml b/nar-bundles/pom.xml index 9daf0ba..01f7207 100644 --- a/nar-bundles/pom.xml +++ b/nar-bundles/pom.xml @@ -58,16 +58,19 @@ <groupId>org.apache.nifi</groupId> <artifactId>distributed-cache-client-service-api</artifactId> <version>${project.version}</version> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>ssl-context-service-api</artifactId> <version>${project.version}</version> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>load-distribution-service-api</artifactId> <version>${project.version}</version> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.nifi</groupId>
