aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-05-03 10:30:03 +0300
committerChristopher Vogt <oss.nsp@cvogt.org>2016-05-03 10:53:02 +0300
commit6b67fd1eab71f3619d0f1a5d71a3fde3d81ef259 (patch)
tree43c6d25b97d987029b59d3539d618a9a9d73f24f /test
parent5f93e722c228fbae4c6aaaac4133e6754c1b3afa (diff)
downloadcbt-6b67fd1eab71f3619d0f1a5d71a3fde3d81ef259.tar.gz
cbt-6b67fd1eab71f3619d0f1a5d71a3fde3d81ef259.tar.bz2
cbt-6b67fd1eab71f3619d0f1a5d71a3fde3d81ef259.zip
add dependency to tests which currently fails
Diffstat (limited to 'test')
-rw-r--r--test/simple/build/build.scala2
1 files changed, 2 insertions, 0 deletions
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,