From 232de4be3fb2169070eeb72804c5a4d5500094f9 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Wed, 27 Apr 2016 09:17:13 -0400 Subject: add commented out test case for resolving maven version ranges --- test/simple/build/build.scala | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/simple/build/build.scala') diff --git a/test/simple/build/build.scala b/test/simple/build/build.scala index 173c1da..5782c2d 100644 --- a/test/simple/build/build.scala +++ b/test/simple/build/build.scala @@ -17,6 +17,9 @@ class Build(context: cbt.Context) extends BasicBuild(context){ MavenDependency("com.spotify", "missinglink-core", "0.1.1"), // the below tests pom inheritance with variable substitution being parts of strings MavenDependency("cc.factorie","factorie_2.11","1.2") + // 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") ), MavenRepository.combine( MavenRepository.central, -- cgit v1.2.3