You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ma...@apache.org on 2015/11/02 08:58:14 UTC

incubator-kylin git commit: KYLIN-942 correct math3 dependency

Repository: incubator-kylin
Updated Branches:
  refs/heads/2.x-staging c37bc653f -> 58f4c8c65


KYLIN-942 correct math3 dependency


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

Branch: refs/heads/2.x-staging
Commit: 58f4c8c651b72fc1bc752f21225fd16925f85df6
Parents: c37bc65
Author: honma <ho...@ebay.com>
Authored: Mon Nov 2 16:02:55 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Mon Nov 2 16:02:55 2015 +0800

----------------------------------------------------------------------
 core-common/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/58f4c8c6/core-common/pom.xml
----------------------------------------------------------------------
diff --git a/core-common/pom.xml b/core-common/pom.xml
index 3275532..d02ddd3 100644
--- a/core-common/pom.xml
+++ b/core-common/pom.xml
@@ -49,6 +49,10 @@
             <artifactId>commons-lang3</artifactId>
         </dependency>
         <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-math3</artifactId>
+        </dependency>
+        <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
         </dependency>