This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a commit to branch support/nifi-1.16
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit b883b9c356c7922a1a687bf99e85556902417f2f
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Fri May 13 08:26:20 2022 -0500

    NIFI-10026 This closes #6043. Added jakarta.activation runtime dependency 
to bootstrap
    
    Signed-off-by: Joe Witt <joew...@apache.org>
---
 nifi-bootstrap/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/nifi-bootstrap/pom.xml b/nifi-bootstrap/pom.xml
index 82984c6d29..4cc0164879 100644
--- a/nifi-bootstrap/pom.xml
+++ b/nifi-bootstrap/pom.xml
@@ -78,6 +78,12 @@ language governing permissions and limitations under the 
License. -->
             <version>2.0.1</version>
             <scope>runtime</scope>
         </dependency>
+        <dependency>
+            <groupId>com.sun.activation</groupId>
+            <artifactId>jakarta.activation</artifactId>
+            <version>2.0.1</version>
+            <scope>runtime</scope>
+        </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-expression-language</artifactId>

Reply via email to