aboutsummaryrefslogtreecommitdiff
path: root/test/simple
diff options
context:
space:
mode:
Diffstat (limited to 'test/simple')
-rw-r--r--test/simple/build/build.scala3
1 files changed, 3 insertions, 0 deletions
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,