Fixing missing filter processor properties in README

This commit is contained in:
Soby Chacko
2020-08-25 14:07:06 -04:00
parent 6a3aec8616
commit d962e6e233
2 changed files with 6 additions and 0 deletions

View File

@@ -24,6 +24,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-integration</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>