mirror of https://github.com/apache/nifi.git
NIFI-2650 - Adding dependency on nifi-resources to match maven-dependency-plugin
This closes #936 Signed-off-by: jpercivall <joepercivall@yahoo.com>
This commit is contained in:
parent
671301193b
commit
e9da90812b
|
@ -31,6 +31,13 @@
|
|||
<groupId>org.apache.nifi</groupId>
|
||||
<artifactId>nifi-security-utils</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.nifi</groupId>
|
||||
<artifactId>nifi-resources</artifactId>
|
||||
<scope>provided</scope>
|
||||
<classifier>resources</classifier>
|
||||
<type>zip</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
|
|
Loading…
Reference in New Issue