From 3d0148756559236c329c43178e715999f046dc19 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Fri, 7 Aug 2020 16:50:15 -0400 Subject: [PATCH] Remove duplicate dependency in twitter-function Add relativePath to core parent --- applications/stream-applications-core/pom.xml | 1 + functions/function/twitter-function/pom.xml | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/applications/stream-applications-core/pom.xml b/applications/stream-applications-core/pom.xml index 191f6d6c..f08d56bc 100644 --- a/applications/stream-applications-core/pom.xml +++ b/applications/stream-applications-core/pom.xml @@ -13,6 +13,7 @@ org.springframework.boot spring-boot-starter-parent 2.3.2.RELEASE + diff --git a/functions/function/twitter-function/pom.xml b/functions/function/twitter-function/pom.xml index bf85b726..efd4ef21 100644 --- a/functions/function/twitter-function/pom.xml +++ b/functions/function/twitter-function/pom.xml @@ -54,11 +54,6 @@ 5.10 test - - org.springframework.boot - spring-boot-starter-test - test -