Repository: spark
Updated Branches:
  refs/heads/branch-2.2 f339e2fd7 -> 73764737d


[SPARK-24927][BUILD][BRANCH-2.3] The scope of snappy-java cannot be "provided"

## What changes were proposed in this pull request?

Please see [SPARK-24927][1] for more details.

[1]: https://issues.apache.org/jira/browse/SPARK-24927

## How was this patch tested?

Manually tested.

Author: Cheng Lian <lian.cs....@gmail.com>

Closes #21879 from liancheng/spark-24927.

(cherry picked from commit d5f340f27706bd9767f23ac9726f904028916814)
Signed-off-by: Xiao Li <gatorsm...@gmail.com>


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

Branch: refs/heads/branch-2.2
Commit: 73764737d2230003d57210a68a87c5977bef6782
Parents: f339e2f
Author: Cheng Lian <lian.cs....@gmail.com>
Authored: Fri Jul 27 08:57:48 2018 -0700
Committer: Xiao Li <gatorsm...@gmail.com>
Committed: Fri Jul 27 08:58:23 2018 -0700

----------------------------------------------------------------------
 pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/73764737/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cf98296..6ab9989 100644
--- a/pom.xml
+++ b/pom.xml
@@ -510,7 +510,6 @@
         <groupId>org.xerial.snappy</groupId>
         <artifactId>snappy-java</artifactId>
         <version>${snappy.version}</version>
-        <scope>${hadoop.deps.scope}</scope>
       </dependency>
       <dependency>
         <groupId>net.jpountz.lz4</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to