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/05 02:54:22 UTC

[08/31] incubator-kylin git commit: KYLIN-942 correct math3 dependency

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/07038d9a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/07038d9a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/07038d9a

Branch: refs/heads/KYLIN-1112
Commit: 07038d9a06532c03c25799211582d3c204ede283
Parents: 6b831ff
Author: honma <ho...@ebay.com>
Authored: Mon Nov 2 16:02:55 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Thu Nov 5 09:53:16 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/07038d9a/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>