mirror of https://github.com/apache/nifi.git
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:
parent
29ed3e7d7c
commit
ab28464ef0
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue