diff --git a/distribution/pom.xml b/distribution/pom.xml
index f602249260a1..7fab9200b0df 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 07c10ed97acb..161419e9f9e0 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