Removed duplicated dependency for nifi-mock in nifi-couchbase-processors

pom.xml causing a warning during build.

This closes #161

Signed-off-by: Aldrin Piri <aldrin@apache.org>
This commit is contained in:
Thad Guidry 2016-01-07 12:40:59 -06:00 committed by Aldrin Piri
parent 8639513c4b
commit 5273109ab1
1 changed files with 0 additions and 5 deletions

View File

@ -55,10 +55,5 @@
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>