From 6b67fd1eab71f3619d0f1a5d71a3fde3d81ef259 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Tue, 3 May 2016 10:30:03 +0300 Subject: add dependency to tests which currently fails --- test/simple/build/build.scala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/simple/build/build.scala b/test/simple/build/build.scala index b5955c9..afd4f4f 100644 --- a/test/simple/build/build.scala +++ b/test/simple/build/build.scala @@ -24,6 +24,8 @@ class Build(context: cbt.Context) extends BasicBuild(context){ //MavenDependency("com.github.nikita-volkov", "sext", "0.2.4") // currently breaks with can't find https://repo1.maven.org/maven2/org/apache/avro/avro-mapred/1.7.7/avro-mapred-1.7.7-hadoop2.pom.sha1 // org.apache.spark:spark-sql_2.11:1.6.1 + // currently fails, let's see if because of a bug + // io.spray:spray-http:1.3.3 ) ++ Resolver( mavenCentral, -- cgit v1.2.3