SCT-8: Added NoOpTaskExplorer

Set the Junit to test scope.
This commit is contained in:
Michael Minella
2015-11-25 11:55:22 -06:00
committed by Glenn Renfro
parent bd5dab7bc9
commit 93e4698175
5 changed files with 121 additions and 2 deletions

View File

@@ -18,6 +18,11 @@
<description>Spring Cloud Task</description>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>