You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mt...@apache.org on 2019/11/11 23:49:15 UTC

[nifi] branch master updated: Added nifi-other-graph-services-nar to the include-graph profile, since it was missing from that.

This is an automated email from the ASF dual-hosted git repository.

mthomsen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/master by this push:
     new d87604a  Added nifi-other-graph-services-nar to the include-graph profile, since it was missing from that.
d87604a is described below

commit d87604a1cf27bd14364f3b75f55a124a93bf6484
Author: Mike Thomsen <mt...@apache.org>
AuthorDate: Mon Nov 11 18:32:10 2019 -0500

    Added nifi-other-graph-services-nar to the include-graph profile, since it was missing from that.
---
 nifi-assembly/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/nifi-assembly/pom.xml b/nifi-assembly/pom.xml
index b036e65..b69aa64 100755
--- a/nifi-assembly/pom.xml
+++ b/nifi-assembly/pom.xml
@@ -774,6 +774,12 @@ language governing permissions and limitations under the License. -->
                     <version>1.11.0-SNAPSHOT</version>
                     <type>nar</type>
                 </dependency>
+                <dependency>
+                    <groupId>org.apache.nifi</groupId>
+                    <artifactId>nifi-other-graph-services-nar</artifactId>
+                    <version>1.11.0-SNAPSHOT</version>
+                    <type>nar</type>
+                </dependency>
             </dependencies>
         </profile>
         <profile>