NIFI-5386 Removed redundant dependencies from nifi-redis-extensions

This closes #2851

Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
This commit is contained in:
Jan Hentschel 2018-07-06 20:35:11 +02:00 committed by Mike Thomsen
parent d31a919553
commit 8fd8a247d9
1 changed files with 0 additions and 10 deletions

View File

@ -72,16 +72,6 @@
<version>1.8.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.kstyrc</groupId>
<artifactId>embedded-redis</artifactId>