aboutsummaryrefslogtreecommitdiff
path: root/test/simple/build/build.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/simple/build/build.scala')
-rw-r--r--test/simple/build/build.scala4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/simple/build/build.scala b/test/simple/build/build.scala
index 31f2ab9..173c1da 100644
--- a/test/simple/build/build.scala
+++ b/test/simple/build/build.scala
@@ -14,7 +14,9 @@ class Build(context: cbt.Context) extends BasicBuild(context){
// the below tests pom inheritance with dependencyManagement and variable substitution for pom properties
MavenDependency("org.eclipse.jgit", "org.eclipse.jgit", "4.2.0.201601211800-r"),
// the below tests pom inheritance with variable substitution for pom xml tag contents
- MavenDependency("com.spotify", "missinglink-core", "0.1.1")
+ 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")
),
MavenRepository.combine(
MavenRepository.central,