NIFI-10026 This closes #6043. Added jakarta.activation runtime dependency to bootstrap

Signed-off-by: Joe Witt <joewitt@apache.org>
This commit is contained in:
exceptionfactory 2022-05-13 08:26:20 -05:00 committed by Joe Witt
parent eecdf38158
commit 5215cc0ca0
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
1 changed files with 6 additions and 0 deletions

View File

@ -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>