mirror of https://github.com/apache/druid.git
Move web-console dependency from druid-server to distribution
This commit is contained in:
parent
0206a2da5c
commit
8174799fab
|
@ -39,6 +39,12 @@
|
|||
<artifactId>druid-services</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<!-- This is needed to bundle the web console -->
|
||||
<groupId>org.apache.druid</groupId>
|
||||
<artifactId>druid-console</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<properties>
|
||||
<!-- the default value is a repeated flag from the command line, since blank value is not allowed -->
|
||||
|
|
|
@ -48,13 +48,6 @@
|
|||
<artifactId>druid-gcp-common</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<!-- This is needed to bundle the web console -->
|
||||
<groupId>org.apache.druid</groupId>
|
||||
<artifactId>druid-console</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.druid</groupId>
|
||||
|
|
Loading…
Reference in New Issue