From af207e272664720b77b376214292b0c5716fc20b Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Mon, 2 May 2016 18:36:45 +0300 Subject: add test info for currently failing dependency --- test/simple/build/build.scala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/simple') diff --git a/test/simple/build/build.scala b/test/simple/build/build.scala index f54c3dc..ab901e9 100644 --- a/test/simple/build/build.scala +++ b/test/simple/build/build.scala @@ -21,6 +21,8 @@ class Build(context: cbt.Context) extends BasicBuild(context){ // the dependency below uses a maven version range. Currently not supported. // TODO: put in a proper error message for version range not supported //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 ), MavenResolver( context.cbtHasChanged, -- cgit v1.2.3