Fix S3 consumer dependencies

This commit is contained in:
David Turanski
2020-09-28 08:22:41 -04:00
parent 0d8c0e16c7
commit f2f6549c61

View File

@@ -43,6 +43,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-test</artifactId>