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:34 UTC

[20/31] incubator-kylin git commit: fix warnings in pom.xml, upgrade spring.boot to 1.2.7.RELEASE

fix warnings in pom.xml, upgrade spring.boot to 1.2.7.RELEASE


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

Branch: refs/heads/KYLIN-1112
Commit: 33b7b8521d52f0574091e3295832e4109b2758de
Parents: 5949fe7
Author: Li, Yang <ya...@ebay.com>
Authored: Mon Nov 2 14:21:36 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Thu Nov 5 09:53:16 2015 +0800

----------------------------------------------------------------------
 core-common/pom.xml |  4 ----
 pom.xml             | 10 +---------
 server/pom.xml      |  3 ++-
 3 files changed, 3 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/33b7b852/core-common/pom.xml
----------------------------------------------------------------------
diff --git a/core-common/pom.xml b/core-common/pom.xml
index ebcb676..f7444be 100644
--- a/core-common/pom.xml
+++ b/core-common/pom.xml
@@ -49,10 +49,6 @@
             <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>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/33b7b852/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7a2313c..8332ee0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,6 @@
         <commons-cli.version>1.2</commons-cli.version>
         <commons-lang.version>2.6</commons-lang.version>
         <commons-lang3.version>3.1</commons-lang3.version>
-        <commons-math3.version>3.3</commons-math3.version>
         <commons-io.version>2.4</commons-io.version>
         <commons-configuration.version>1.9</commons-configuration.version>
         <commons-daemon.version>1.0.15</commons-daemon.version>
@@ -72,9 +71,6 @@
         <commons-collections4.version>4.0</commons-collections4.version>
         <commons-email.version>1.1</commons-email.version>
         <commons-math3.version>3.5</commons-math3.version>
-        <!--
-        <commons-math3.version>3.6-SNAPSHOT</commons-math3.version>
-        -->
         
         <!-- Spark -->
         <spark.version>1.3.0</spark.version>
@@ -96,6 +92,7 @@
 
         <!-- REST Service -->
         <spring.framework.version>3.1.2.RELEASE</spring.framework.version>
+        <spring.boot.version>1.2.7.RELEASE</spring.boot.version>
 
         <!-- Calcite Version -->
         <calcite.version>1.4.0-incubating</calcite.version>
@@ -398,11 +395,6 @@
                 <version>${commons-email.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.apache.commons</groupId>
-                <artifactId>commons-math3</artifactId>
-                <version>${commons-math3.version}</version>
-            </dependency>
-            <dependency>
                 <groupId>com.google.guava</groupId>
                 <artifactId>guava</artifactId>
                 <version>${guava.version}</version>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/33b7b852/server/pom.xml
----------------------------------------------------------------------
diff --git a/server/pom.xml b/server/pom.xml
index 1a4e801..96d874a 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -101,7 +101,7 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>
-            <version>0.5.0.M6</version>
+            <version>${spring.boot.version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.springframework.boot</groupId>
@@ -434,6 +434,7 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <version>${spring.boot.version}</version>
             </plugin>
         </plugins>
     </build>