From 800b177852a99877a69000bd13dfa2db2660f746 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Tue, 25 Aug 2020 14:07:06 -0400 Subject: [PATCH] Fixing missing filter processor properties in README --- function/filter-function/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/function/filter-function/pom.xml b/function/filter-function/pom.xml index aa94ef67..901a61af 100644 --- a/function/filter-function/pom.xml +++ b/function/filter-function/pom.xml @@ -24,6 +24,11 @@ org.springframework.boot spring-boot-starter-integration + + org.springframework.boot + spring-boot-configuration-processor + provided + org.springframework.boot spring-boot-starter-test