This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 06219b3a9e NIFI-10363 Included AWS SDK in Registry Assembly SPP
libraries
06219b3a9e is described below
commit 06219b3a9e3827733c28044597a3d63348da37ed
Author: Zoltan Kornel Torok <[email protected]>
AuthorDate: Tue Aug 16 23:38:28 2022 +0200
NIFI-10363 Included AWS SDK in Registry Assembly SPP libraries
- Adding AWS SDK to list of included dependencies in Registry SPP directory
avoids NoClassDefFound errors with encrypt-config
This closes #6309
Signed-off-by: David Handermann <[email protected]>
---
nifi-registry/nifi-registry-assembly/src/main/assembly/dependencies.xml | 1 +
1 file changed, 1 insertion(+)
diff --git
a/nifi-registry/nifi-registry-assembly/src/main/assembly/dependencies.xml
b/nifi-registry/nifi-registry-assembly/src/main/assembly/dependencies.xml
index a5acd165bf..076990e038 100644
--- a/nifi-registry/nifi-registry-assembly/src/main/assembly/dependencies.xml
+++ b/nifi-registry/nifi-registry-assembly/src/main/assembly/dependencies.xml
@@ -63,6 +63,7 @@
<useTransitiveFiltering>true</useTransitiveFiltering>
<includes>
<include>nifi-registry-properties-loader</include>
+ <include>software.amazon.awssdk:*</include>
</includes>
</dependencySet>