You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ch...@apache.org on 2016/09/14 07:56:13 UTC

[1/2] incubator-carbondata git commit: [CARBONDATA-236] fix maven compile warning

Repository: incubator-carbondata
Updated Branches:
  refs/heads/master 0bf4a5d48 -> ea4d207a1


[CARBONDATA-236] fix maven compile warning


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

Branch: refs/heads/master
Commit: b55158007b7608e5675810d646bfb30c3033fca3
Parents: 0bf4a5d
Author: shijinkui <sh...@huawei.com>
Authored: Wed Sep 14 11:25:08 2016 +0800
Committer: shijinkui <sh...@huawei.com>
Committed: Wed Sep 14 11:25:08 2016 +0800

----------------------------------------------------------------------
 core/pom.xml | 5 -----
 pom.xml      | 5 +++++
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/b5515800/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 3233c15..660ad09 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -97,11 +97,6 @@
       <artifactId>spark-sql_${scala.binary.version}</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.carbondata</groupId>
-      <artifactId>carbondata-format</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
       <groupId>org.apache.zookeeper</groupId>
       <artifactId>zookeeper</artifactId>
       <version>3.4.7</version>

http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/b5515800/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a3927fe..5fc5b4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -203,6 +203,11 @@
             <additionalparam>-Xdoclint:missing</additionalparam>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-shade-plugin</artifactId>
+          <version>2.4.3</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>


[2/2] incubator-carbondata git commit: [CARBONDATA-236] fix maven compile warning This closes #152

Posted by ch...@apache.org.
[CARBONDATA-236] fix maven compile warning This closes #152


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

Branch: refs/heads/master
Commit: ea4d207a197b9074618bba96750514030ad19914
Parents: 0bf4a5d b551580
Author: chenliang613 <ch...@apache.org>
Authored: Wed Sep 14 15:55:31 2016 +0800
Committer: chenliang613 <ch...@apache.org>
Committed: Wed Sep 14 15:55:31 2016 +0800

----------------------------------------------------------------------
 core/pom.xml | 5 -----
 pom.xml      | 5 +++++
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------