Add test to azure sample

This commit is contained in:
Dave Syer
2018-01-25 09:20:20 +00:00
parent b0bddd3160
commit ab30b755ba
4 changed files with 67 additions and 20 deletions

View File

@@ -46,13 +46,8 @@
<!-- Test -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>