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 ab28464ef0 NIFI-13913 Set provided scope on slf4-api in
nifi-registry-web-api (#9431)
ab28464ef0 is described below
commit ab28464ef00be572ad225453d835fa1d8cfa5dcc
Author: Bryan Bende <[email protected]>
AuthorDate: Mon Oct 21 13:16:30 2024 -0400
NIFI-13913 Set provided scope on slf4-api in nifi-registry-web-api (#9431)
- The slf4j-api library is provided in the project lib directory and should
not be packaged in the WAR
Signed-off-by: David Handermann <[email protected]>
---
nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml
b/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml
index 9325cd51c5..c5eae9e635 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml
@@ -215,6 +215,11 @@
<version>${spring.boot.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-framework</artifactId>