Re-enable Nexus proxy tests, launch the mirrors from the tests

This commit is contained in:
Alexandre Archambault
2018-03-16 13:44:43 +01:00
parent 06796458b5
commit f8884d4170
9 changed files with 128 additions and 46 deletions
+1
View File
@@ -16,6 +16,7 @@ object Deps {
def jackson = "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.8.4"
def scalatest = "org.scalatest" %% "scalatest" % "3.0.0"
def junit = "junit" % "junit" % "4.12"
def dockerClient = "com.spotify" % "docker-client" % "8.11.1"
def sbtPgp = Def.setting {
val sbtv = CrossVersion.binarySbtVersion(sbtVersion.in(pluginCrossBuild).value)