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 <exceptionfactory@apache.org>
This commit is contained in:
Bryan Bende 2024-10-21 13:16:30 -04:00 committed by GitHub
parent 29ed3e7d7c
commit ab28464ef0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -215,6 +215,11 @@
<version>${spring.boot.version}</version> <version>${spring.boot.version}</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency> <dependency>
<groupId>org.apache.nifi.registry</groupId> <groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-framework</artifactId> <artifactId>nifi-registry-framework</artifactId>