Fix S3 consumer dependencies

This commit is contained in:
David Turanski
2020-09-28 08:22:41 -04:00
parent 4048221f1e
commit 8143c63190
2 changed files with 10 additions and 0 deletions

View File

@@ -30,6 +30,11 @@
<artifactId>spring-integration-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>

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>