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:
Bryan Rosander 2016-08-24 20:29:13 -04:00 committed by jpercivall
parent 671301193b
commit e9da90812b
1 changed files with 7 additions and 0 deletions

View File

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