You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2020/10/13 09:20:13 UTC

[kylin] 02/02: Resolve shaded-guava

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

shaofengshi pushed a commit to branch master-hadoop3
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit e8b357fef6df242584c50a1751c7c52203590655
Author: nichunen <ni...@apache.org>
AuthorDate: Tue Oct 13 09:19:03 2020 +0000

    Resolve shaded-guava
---
 external/pom.xml | 9 +--------
 pom.xml          | 5 ++---
 2 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/external/pom.xml b/external/pom.xml
index 8c45fd3..5fa2e62 100644
--- a/external/pom.xml
+++ b/external/pom.xml
@@ -25,13 +25,6 @@
     <name>Apache Kylin - kylin External</name>
     <description>Apache Kylin - External</description>
 
-    <parent>
-        <artifactId>kylin</artifactId>
-        <groupId>org.apache.kylin</groupId>
-        <version>3.1.1-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
-
     <build>
         <plugins>
             <plugin>
@@ -69,4 +62,4 @@
 
 
 
-</project>
\ No newline at end of file
+</project>
diff --git a/pom.xml b/pom.xml
index e6fee04..fdaaf17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,7 +249,7 @@
             <dependency>
                 <groupId>org.apache.kylin</groupId>
                 <artifactId>kylin-shaded-guava</artifactId>
-                <version>${project.version}</version>
+                <version>3.1.0</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.kylin</groupId>
@@ -1453,7 +1453,6 @@
     </build>
 
     <modules>
-        <module>external</module>
         <module>core-common</module>
         <module>core-metadata</module>
         <module>core-dictionary</module>
@@ -2035,4 +2034,4 @@
             </build>
         </profile>
     </profiles>
-</project>
\ No newline at end of file
+</project>