You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2022/05/13 13:56:40 UTC

[nifi] branch main updated: NIFI-10026 This closes #6043. Added jakarta.activation runtime dependency to bootstrap

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

joewitt 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 5215cc0ca0 NIFI-10026 This closes #6043. Added jakarta.activation runtime dependency to bootstrap
5215cc0ca0 is described below

commit 5215cc0ca0ac0cc3f58b7e16241dff91ab4a111e
Author: exceptionfactory <ex...@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 <jo...@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 2beafd5ac5..34ac36e264 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>