This is an automated email from the ASF dual-hosted git repository.
frankchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new bb080693a9 Improve build performance of modules (#12486)
bb080693a9 is described below
commit bb080693a9c5b4475101a9783924cbe163405b3b
Author: MC-JY <[email protected]>
AuthorDate: Sun May 1 22:43:11 2022 +0800
Improve build performance of modules (#12486)
* improve build performance of modules
* improve build performance of modules
* Update pom.xml
* improve build performance of modules
---
extensions-core/druid-basic-security/pom.xml | 6 ------
server/pom.xml | 6 ------
2 files changed, 12 deletions(-)
diff --git a/extensions-core/druid-basic-security/pom.xml
b/extensions-core/druid-basic-security/pom.xml
index d175db5e1b..99dd32f535 100644
--- a/extensions-core/druid-basic-security/pom.xml
+++ b/extensions-core/druid-basic-security/pom.xml
@@ -41,12 +41,6 @@
<version>${project.parent.version}</version>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.apache.druid</groupId>
- <artifactId>druid-services</artifactId>
- <version>${project.parent.version}</version>
- <scope>provided</scope>
- </dependency>
<dependency>
<groupId>org.apache.druid</groupId>
<artifactId>druid-server</artifactId>
diff --git a/server/pom.xml b/server/pom.xml
index 53709d223b..339ac56612 100644
--- a/server/pom.xml
+++ b/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>
<dependency>
<groupId>org.apache.druid</groupId>
<artifactId>druid-core</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]