Removed test class and added missing dependency

Signed-off-by: Jonathan Philip Knoblauch <JonathanPhilip.Knoblauch@bosch-si.com>
This commit is contained in:
Jonathan Philip Knoblauch
2016-04-28 07:44:14 +02:00
parent 3f85c5b2b9
commit f5ee78bb95
2 changed files with 4 additions and 22 deletions

View File

@@ -43,5 +43,9 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-feign</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
</dependencies>
</project>