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