FrankChen021 commented on code in PR #12486:
URL: https://github.com/apache/druid/pull/12486#discussion_r863665434
##########
server/pom.xml:
##########
@@ -49,12 +49,6 @@
<version>${project.parent.version}</version>
<scope>runtime</scope>
</dependency>
- <dependency>
- <groupId>org.apache.druid</groupId>
- <artifactId>druid-console</artifactId>
- <version>${project.parent.version}</version>
- <scope>runtime</scope>
- </dependency>
Review Comment:
The final distribution package is packaged by maven-assembly-plugin. I think
we can make some modifications to the assembly file under
`distribution/src/assembly/assembly.xml` to include the `druid-console` module
in the final package. If it's viable, we don't need to include `druid-console`
module in the `druid-server` module which really looks a little bit strange.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]