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.scala6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/simple/build/build.scala b/test/simple/build/build.scala
index f3efc19..d3887b3 100644
--- a/test/simple/build/build.scala
+++ b/test/simple/build/build.scala
@@ -6,7 +6,9 @@ class Build(context: cbt.Context) extends BasicBuild(context){
ScalaDependency("com.typesafe.play", "play-json", "2.4.4"),
JavaDependency("joda-time", "joda-time", "2.9.2"),
GitDependency("https://github.com/xdotai/diff.git", "2e275642041006ff39efde22da7742c2e9a0f63f"),
- // the below tests pom inheritance with dependencyManagement and variable substitution
- JavaDependency("org.eclipse.jgit", "org.eclipse.jgit", "4.2.0.201601211800-r")
+ // the below tests pom inheritance with dependencyManagement and variable substitution for pom properties
+ JavaDependency("org.eclipse.jgit", "org.eclipse.jgit", "4.2.0.201601211800-r"),
+ // the below tests pom inheritance with variable substitution for pom xml tag contents
+ JavaDependency("com.spotify", "missinglink-core", "0.1.1")
) ++ super.dependencies
}