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 <joewitt@apache.org>
This commit is contained in:
Peter Turcsanyi 2019-10-28 20:33:40 +01:00 committed by Joe Witt
parent c6e8bf204c
commit 5fd8df5780
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
3 changed files with 3 additions and 0 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>