From aa9b0900d434f6e882adc6715adfbc787a68e302 Mon Sep 17 00:00:00 2001 From: Frank Chen Date: Thu, 15 Sep 2022 10:39:30 +0800 Subject: [PATCH] Move web-console dependency declaration from druid-server to druid-distribution (#12501) * Move web-console dependency from druid-server to distribution * Add a test to check if the web-console is correctly integrated * exclude web-console from 'other integration tests' * Revert "exclude web-console from 'other integration tests'" This reverts commit 8d72225544f83514c344b5ecd9c69c9b3114ee33. * Revert "Add a test to check if the web-console is correctly integrated" This reverts commit d6ac8f3087b22515b03e42fd57d24e7f3ddca254. --- distribution/pom.xml | 6 ++++++ server/pom.xml | 7 ------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/distribution/pom.xml b/distribution/pom.xml index f602249260a..7fab9200b0d 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -39,6 +39,12 @@ druid-services ${project.parent.version} + + + org.apache.druid + druid-console + ${project.parent.version} + diff --git a/server/pom.xml b/server/pom.xml index 499f7b54479..74db961540f 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -49,13 +49,6 @@ ${project.parent.version} runtime - - - org.apache.druid - druid-console - ${project.parent.version} - runtime - org.apache.druid druid-core