You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by bi...@apache.org on 2017/01/10 03:46:34 UTC

kylin git commit: move protobuf 3.1.0 to test scope

Repository: kylin
Updated Branches:
  refs/heads/calcite-11 a99f5d331 -> bbb0ed855


move protobuf 3.1.0 to test scope


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

Branch: refs/heads/calcite-11
Commit: bbb0ed855e2e1b57a1825ff4eb44c1b18c16af90
Parents: a99f5d3
Author: Billy Liu <bi...@apache.org>
Authored: Tue Jan 10 11:46:25 2017 +0800
Committer: Billy Liu <bi...@apache.org>
Committed: Tue Jan 10 11:46:25 2017 +0800

----------------------------------------------------------------------
 server/pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/bbb0ed85/server/pom.xml
----------------------------------------------------------------------
diff --git a/server/pom.xml b/server/pom.xml
index b40883a..4416c2a 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -50,12 +50,6 @@
         </dependency>
 
         <dependency>
-            <groupId>com.google.protobuf</groupId>
-            <artifactId>protobuf-java</artifactId>
-            <version>${avatica.protobuf.version}</version>
-        </dependency>
-
-        <dependency>
             <groupId>com.thetransactioncompany</groupId>
             <artifactId>cors-filter</artifactId>
             <exclusions>
@@ -91,6 +85,12 @@
 
         <!-- Test & Env -->
         <dependency>
+            <groupId>com.google.protobuf</groupId>
+            <artifactId>protobuf-java</artifactId>
+            <version>${avatica.protobuf.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.apache.kylin</groupId>
             <artifactId>kylin-core-common</artifactId>
             <type>test-jar</type>