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 2015/11/04 10:00:36 UTC

incubator-kylin git commit: remove duplicated dependencies from pom.xml and monitor/pom.xml

Repository: incubator-kylin
Updated Branches:
  refs/heads/v1.1-release 8d1deac1b -> 708ea38d7


remove duplicated dependencies from pom.xml and monitor/pom.xml

Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/708ea38d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/708ea38d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/708ea38d

Branch: refs/heads/v1.1-release
Commit: 708ea38d7f764048e67e8e1ee8a13955983d12ba
Parents: 8d1deac
Author: shaofengshi <sh...@apache.org>
Authored: Wed Nov 4 17:00:17 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Wed Nov 4 17:00:17 2015 +0800

----------------------------------------------------------------------
 monitor/pom.xml | 21 ---------------------
 pom.xml         |  7 +------
 2 files changed, 1 insertion(+), 27 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/708ea38d/monitor/pom.xml
----------------------------------------------------------------------
diff --git a/monitor/pom.xml b/monitor/pom.xml
index 5f81f7b..3247562 100644
--- a/monitor/pom.xml
+++ b/monitor/pom.xml
@@ -67,27 +67,6 @@
             <artifactId>hadoop-common</artifactId>
             <scope>provided</scope>
         </dependency>
-        <!--hbase dependency-->
-        <dependency>
-            <groupId>org.apache.hbase</groupId>
-            <artifactId>hbase-hadoop2-compat</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hbase</groupId>
-            <artifactId>hbase-common</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hbase</groupId>
-            <artifactId>hbase-client</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hbase</groupId>
-            <artifactId>hbase-server</artifactId>
-            <scope>provided</scope>
-        </dependency>
 
         <!--hbase dependency-->
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/708ea38d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d0aed9b..b603bc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -544,12 +544,6 @@
                     <version>${maven-assembly.version}</version>
                 </plugin>
 
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-checkstyle-plugin</artifactId>
-                    <version>2.15</version>
-                </plugin>
-
                 <!--
                 <plugin>
                     <groupId>com.mycila</groupId>
@@ -582,6 +576,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-checkstyle-plugin</artifactId>
+                    <version>2.15</version>
                     <executions>
                         <execution>
                             <id>validate</id>