You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mc...@apache.org on 2014/12/19 13:34:10 UTC

[41/43] incubator-nifi git commit: NIFI-60: - Making service api artifiacts provided by default.

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/nifi-27
Commit: b87b75329d52a0a4b67bc0dc1c3f8c0594da3859
Parents: 713312d
Author: Matt Gilman <ma...@gmail.com>
Authored: Thu Dec 18 14:03:48 2014 -0500
Committer: Matt Gilman <ma...@gmail.com>
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>