You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2022/08/18 16:38:18 UTC

[nifi] branch main updated: NIFI-10363 Included AWS SDK in Registry Assembly SPP libraries

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 <ta...@gmail.com>
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 <ex...@apache.org>
---
 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>