aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorMarcelo Vanzin <vanzin@cloudera.com>2016-09-22 21:35:25 -0700
committerMarcelo Vanzin <vanzin@cloudera.com>2016-09-22 21:35:25 -0700
commita4aeb7677bc07d0b83f82de62dcffd7867d19d9b (patch)
tree63f7797b4089a33a4fc1a8934054683d8dd37d3f /core
parent79159a1e87f19fb08a36857fc30b600ee7fdc52b (diff)
downloadspark-a4aeb7677bc07d0b83f82de62dcffd7867d19d9b.tar.gz
spark-a4aeb7677bc07d0b83f82de62dcffd7867d19d9b.tar.bz2
spark-a4aeb7677bc07d0b83f82de62dcffd7867d19d9b.zip
[SPARK-17639][BUILD] Add jce.jar to buildclasspath when building.
This was missing, preventing code that uses javax.crypto to properly compile in Spark. Author: Marcelo Vanzin <vanzin@cloudera.com> Closes #15204 from vanzin/SPARK-17639.
Diffstat (limited to 'core')
-rw-r--r--core/pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 3c8138f974..9a4f234953 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -417,7 +417,6 @@
</os>
</activation>
<properties>
- <path.separator>\</path.separator>
<script.extension>.bat</script.extension>
</properties>
</profile>
@@ -429,7 +428,6 @@
</os>
</activation>
<properties>
- <path.separator>/</path.separator>
<script.extension>.sh</script.extension>
</properties>
</profile>
@@ -450,7 +448,7 @@
</execution>
</executions>
<configuration>
- <executable>..${path.separator}R${path.separator}install-dev${script.extension}</executable>
+ <executable>..${file.separator}R${file.separator}install-dev${script.extension}</executable>
</configuration>
</plugin>
</plugins>