Skip to content

Commit 399c546

Browse files
authored
Update build.gradle
1 parent d1e465f commit 399c546

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ repositories {
1212
dependencies {
1313
compile group: 'org.apache.spark', name: 'spark-core_2.10', version: '2.1.0'
1414
compile group: 'org.apache.spark', name: 'spark-sql_2.10', version: '2.1.0'
15+
compile group: 'org.scala-lang', name: 'scala-library', version: '2.10.6'
1516
}
1617

1718

@@ -29,4 +30,4 @@ jar {
2930

3031
exclude 'META-INF/*.RSA', 'META-INF/*.SF','META-INF/*.DSA'
3132

32-
}
33+
}

0 commit comments

Comments
 (0)