mirror of https://github.com/apache/nifi.git
NIFI-6596 Moves AmazonS3EncryptionService interface
to `nifi-aws-service-api` package. This closes #3694. Signed-off-by: Koji Kawamura <ijokarumawak@apache.org>
This commit is contained in:
parent
5106b764da
commit
93e6f195d9
|
@ -38,6 +38,10 @@
|
|||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.amazonaws</groupId>
|
||||
<artifactId>aws-java-sdk-s3</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.nifi</groupId>
|
||||
<artifactId>nifi-api</artifactId>
|
||||
|
|
Loading…
Reference in New Issue