aboutsummaryrefslogtreecommitdiff
path: root/test/simple-fixed/build/build.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/simple-fixed/build/build.scala')
-rw-r--r--test/simple-fixed/build/build.scala18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/simple-fixed/build/build.scala b/test/simple-fixed/build/build.scala
index b46c337..0215c43 100644
--- a/test/simple-fixed/build/build.scala
+++ b/test/simple-fixed/build/build.scala
@@ -7,23 +7,5 @@ class Build(context: cbt.Context) extends BasicBuild(context){
Seq(
GitDependency("https://github.com/cvogt/cbt.git", "f11b8318b85f16843d8cfa0743f64c1576614ad6", Some("test/library-test"))
)
- ++
- Resolver(mavenCentral).bind(
- ScalaDependency("com.typesafe.play", "play-json", "2.4.4"),
- MavenDependency("joda-time", "joda-time", "2.9.2"),
- // 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")
- )
- ++
- Resolver(
- mavenCentral,
- bintray("tpolecat"),
- sonatypeSnapshots
- ).bind(
- "org.cvogt" %% "play-json-extensions" % "0.8.0",
- "ai.x" %% "lens" % "1.0.0"
- )
)
}