NIFI-169 Fixed classpath issue affecting startup

This commit is contained in:
joewitt 2014-12-15 05:53:03 -05:00
parent dd57a33500
commit 675ea6611c
2 changed files with 7 additions and 0 deletions

View File

@ -27,10 +27,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>

View File

@ -40,6 +40,11 @@
<artifactId>nifi-nar</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security</artifactId>