Skip to content

Commit 95e3dc8

Browse files
committed
Updated SBT from 0.13.1 to 0.13.2 to fix SPARK-959
1 parent 273c2fd commit 95e3dc8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

project/SparkBuild.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,6 @@ object SparkBuild extends Build {
263263
"org.eclipse.jetty" % "jetty-util" % jettyVersion,
264264
"org.eclipse.jetty" % "jetty-plus" % jettyVersion,
265265
"org.eclipse.jetty" % "jetty-security" % jettyVersion,
266-
/** Workaround for SPARK-959. Dependency used by org.eclipse.jetty. Fixed in ivy 2.3.0. */
267-
"org.eclipse.jetty.orbit" % "javax.servlet" % "3.0.0.v201112011016" artifacts Artifact("javax.servlet", "jar", "jar"),
268266
"org.scalatest" %% "scalatest" % "1.9.1" % "test",
269267
"org.scalacheck" %% "scalacheck" % "1.10.0" % "test",
270268
"com.novocode" % "junit-interface" % "0.10" % "test",

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
sbt.version=0.13.1
17+
sbt.version=0.13.2

0 commit comments

Comments
 (0)