[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.zju@gmail.com>

Closes #21879 from liancheng/spark-24927.
This commit is contained in:
Cheng Lian 2018-07-27 08:57:48 -07:00 committed by Xiao Li
parent fa552c3c11
commit d5f340f277

View file

@ -536,7 +536,6 @@
<groupId>org.xerial.snappy</groupId> <groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId> <artifactId>snappy-java</artifactId>
<version>${snappy.version}</version> <version>${snappy.version}</version>
<scope>${hadoop.deps.scope}</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.lz4</groupId> <groupId>org.lz4</groupId>