From 2a082140f039c02e488964976d027f84955e7d7e Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Wed, 15 Mar 2017 21:52:31 -0400 Subject: add test case for https://github.com/cvogt/cbt/pull/433 --- test/simple/build/build.scala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/simple/build/build.scala b/test/simple/build/build.scala index 517dd83..dd5f95b 100644 --- a/test/simple/build/build.scala +++ b/test/simple/build/build.scala @@ -13,7 +13,9 @@ class Build(val context: cbt.Context) extends BaseBuild{ // the below tests pom inheritance with variable substitution for pom xml tag contents 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") + MavenDependency("cc.factorie","factorie_2.11","1.2"), + // test recursive substitution. see https://github.com/cvogt/cbt/issues/434 + MavenDependency("com.amazonaws", "aws-java-sdk-s3", "1.11.86") // 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") -- cgit v1.2.3