This is an automated email from the ASF dual-hosted git repository.
joewitt 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 5fd8df5 NIFI-6818: This closes #3852. Set service api dependencies to
provided in AWS and Azure bundles
5fd8df5 is described below
commit 5fd8df57806ecd3a76be1a66f4a9206b3acd29ed
Author: Peter Turcsanyi <[email protected]>
AuthorDate: Mon Oct 28 20:33:40 2019 +0100
NIFI-6818: This closes #3852. Set service api dependencies to provided in
AWS and Azure bundles
The controller service api jars have their own bundles, they do not need to
be
packaged into the processor nars.
Signed-off-by: Joe Witt <[email protected]>
---
nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/pom.xml | 1 +
nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml | 1 +
nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml | 1 +
3 files changed, 3 insertions(+)
diff --git
a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/pom.xml
b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/pom.xml
index bd7d262..0b49776 100644
--- a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/pom.xml
@@ -81,6 +81,7 @@
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-service-api</artifactId>
<version>1.10.0-SNAPSHOT</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
index b6d7931..8582f6a 100644
--- a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
@@ -43,6 +43,7 @@
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-service-api</artifactId>
<version>1.10.0-SNAPSHOT</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
index 4d30e6b..1675943 100644
--- a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
@@ -49,6 +49,7 @@
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-azure-services-api</artifactId>
<version>1.10.0-SNAPSHOT</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>