File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 5
5
<groupId >com.hortonworks.spark</groupId >
6
6
<artifactId >spark-llap-assembly_2.11</artifactId >
7
7
<packaging >pom</packaging >
8
- <version >1.0.9 -2.1.1-rc2</version >
8
+ <version >1.0.10 -2.1.1-rc2</version >
9
9
<name >spark-llap-assembly_2.11</name >
10
10
<url >https://github.com/hortonworks-spark/spark-llap</url >
11
11
21
21
<dependency >
22
22
<groupId >com.hortonworks.spark</groupId >
23
23
<artifactId >spark-llap_2.11</artifactId >
24
- <version >1.0.9 -2.1.1-rc2</version >
24
+ <version >1.0.10 -2.1.1-rc2</version >
25
25
<exclusions >
26
26
<exclusion >
27
27
<groupId >org.apache.hadoop</groupId >
Original file line number Diff line number Diff line change 1
1
2
2
name := " spark-llap"
3
- version := " 1.0.9 -2.1.1-rc2"
3
+ version := " 1.0.10 -2.1.1-rc2"
4
4
organization := " com.hortonworks.spark"
5
5
scalaVersion := " 2.11.8"
6
6
val scalatestVersion = " 2.2.6"
@@ -30,6 +30,8 @@ libraryDependencies ++= Seq(
30
30
" org.apache.spark" %% " spark-catalyst" % testSparkVersion.value % " provided" force(),
31
31
" org.apache.spark" %% " spark-sql" % testSparkVersion.value % " provided" force(),
32
32
" org.apache.spark" %% " spark-hive" % testSparkVersion.value % " provided" force(),
33
+ " com.fasterxml.jackson.core" % " jackson-databind" % " 2.6.5" % " compile" ,
34
+ " jline" % " jline" % " 2.12.1" % " compile" ,
33
35
34
36
" org.scala-lang" % " scala-library" % scalaVersion.value % " compile" ,
35
37
" org.scalatest" %% " scalatest" % scalatestVersion % " test" ,
Original file line number Diff line number Diff line change @@ -9,3 +9,5 @@ addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")
9
9
addSbtPlugin(" org.scalastyle" %% " scalastyle-sbt-plugin" % " 0.8.0" )
10
10
11
11
addSbtPlugin(" org.spark-project" %% " sbt-pom-reader" % " 1.0.0-spark" )
12
+
13
+ addSbtPlugin(" net.virtual-void" % " sbt-dependency-graph" % " 0.8.2" )
You can’t perform that action at this time.
0 commit comments