This is an automated email from the ASF dual-hosted git repository.

xxyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 6c00af51c1441ee8651b27190cb9e50ce1ef252b
Author: Shaofeng Shi <shaofeng...@apache.org>
AuthorDate: Thu Aug 11 18:11:04 2022 +0800

    minor, cleanup useless code
---
 server-base/pom.xml | 40 ----------------------------------------
 1 file changed, 40 deletions(-)

diff --git a/server-base/pom.xml b/server-base/pom.xml
index 0c05148109..c3b6557b75 100644
--- a/server-base/pom.xml
+++ b/server-base/pom.xml
@@ -76,50 +76,10 @@
             <artifactId>kylin-source-hive</artifactId>
             <version>${project.version}</version>
         </dependency>
-<!--        <dependency>-->
-<!--            <groupId>org.apache.kylin</groupId>-->
-<!--            <artifactId>kylin-source-kafka</artifactId>-->
-<!--        </dependency>-->
         <dependency>
             <groupId>org.apache.kylin</groupId>
             <artifactId>kylin-cache</artifactId>
         </dependency>
-<!--        <dependency>-->
-<!--            <groupId>org.apache.kylin</groupId>-->
-<!--            <artifactId>kylin-source-jdbc</artifactId>-->
-<!--        </dependency>-->
-<!--        <dependency>-->
-<!--            <groupId>org.apache.kylin</groupId>-->
-<!--            <artifactId>kylin-datasource-sdk</artifactId>-->
-<!--            <scope>provided</scope>-->
-<!--        </dependency>-->
-<!--        <dependency>-->
-<!--            <groupId>org.apache.kylin</groupId>-->
-<!--            <artifactId>kylin-datasource-sdk</artifactId>-->
-<!--            <classifier>framework</classifier>-->
-<!--        </dependency>-->
-<!--        <dependency>-->
-<!--            <groupId>org.apache.kylin</groupId>-->
-<!--            <artifactId>kylin-stream-coordinator</artifactId>-->
-<!--            <exclusions>-->
-<!--                <exclusion>-->
-<!--                    <groupId>javax.servlet</groupId>-->
-<!--                    <artifactId>servlet-api</artifactId>-->
-<!--                </exclusion>-->
-<!--                <exclusion>-->
-<!--                    <groupId>javax.servlet.jsp</groupId>-->
-<!--                    <artifactId>jsp-api</artifactId>-->
-<!--                </exclusion>-->
-<!--            </exclusions>-->
-<!--        </dependency>-->
-<!--        <dependency>-->
-<!--            <groupId>org.apache.kylin</groupId>-->
-<!--            <artifactId>kylin-stream-source-kafka</artifactId>-->
-<!--        </dependency>-->
-<!--        <dependency>-->
-<!--            <groupId>org.apache.kylin</groupId>-->
-<!--            <artifactId>kylin-storage-stream</artifactId>-->
-<!--        </dependency>-->
 
         <dependency>
             <groupId>org.apache.kylin</groupId>

Reply via email to