From 0620906b2e043e1c4b37c4906bc3ca8b5111c466 Mon Sep 17 00:00:00 2001 From: Ewen Cheslack-Postava Date: Thu, 31 Oct 2019 09:49:11 -0700 Subject: [PATCH] fix: Remove duplicate ksql-common dependency in ksql-streams pom (#3703) Maven complains with warnings if there are duplicated dependencies --- ksql-streams/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ksql-streams/pom.xml b/ksql-streams/pom.xml index a247d84682e9..40d9b26c9be5 100644 --- a/ksql-streams/pom.xml +++ b/ksql-streams/pom.xml @@ -69,10 +69,6 @@ ${project.version} test - - io.confluent.ksql - ksql-common -