dependencyManagement { versions { tqdevMetricsVersion: "0.9.26" jgitVersion: "5.7.0.202003110725-r" poiVersion: "4.1.2" } dependencies: [ "com.github.stefanbirkner:system-rules:1.19.0" "com.icegreen:greenmail:1.5.5" "com.typesafe.scala-logging:scala-logging_${scalaVersion}:3.9.2" "org.scala-graph:graph-core_${scalaVersion}:1.13.2" "org.scala-graph:graph-constrained_${scalaVersion}:1.13.2" "io.tmos:arm4s_${scalaVersion}:1.1.0" "org.eclipse.jgit:org.eclipse.jgit:${jgitVersion}" "org.eclipse.jgit:org.eclipse.jgit.http.server:${jgitVersion}" "org.scalatestplus:scalatestplus-scalacheck_sjs0.6_${scalaVersion}:1.0.0-M2" "xmlpull:xmlpull:1.1.3.1" { group: "com.xebialabs.deployit" version: "$xlPlatformVersion" artifacts: [ "appserver-migrations-tests" ] } { group: "com.xebialabs.xl-platform" version: "$xlPlatformVersion" artifacts: [ "xl-security-tests" ] } "com.xebialabs.deployit:test-data:$xlDeployVersion" { group: "com.xebialabs.deployit.engine" version: "$xlDeployVersion" artifacts: [ "planner" "test-engine" ] } { group: "com.xebialabs.deployit.plugins" version: "$xlDeployVersion" artifacts: [ "base-plugin" "command-plugin" "database-plugin" "deployment-checklist-plugin" "file-plugin" "generic-plugin" "group-orchestrator-plugin" "jee-plugin" "powershell-plugin" "python-plugin" "remoting-plugin" "trigger-plugin" "webserver-plugin" "xld-patch-dictionary-plugin" ] } { group: "com.tqdev.metrics" version: "$tqdevMetricsVersion" artifacts: [ "metrics-core" "metrics-jvm" "metrics-jmx" "metrics-jdbc" "metrics-jetty" "metrics-http" "metrics-influxdb" "metrics-spring-webmvc" "metrics-spring-security" ] } { group: "com.xebialabs.deployit" version: "$xlDeployVersion" artifacts: [ "provision" ] } { group: "com.xebialabs.deployit.ascode" version: "$xlDeployVersion" artifacts: [ "xld-devops-as-code" ] } { group: "org.apache.poi" version: "$poiVersion" artifacts: [ "poi-ooxml" "poi" ] } ] blacklist: [ "com.typesafe.akka:akka-persistence-experimental_${scalaVersion}" "com.typesafe.akka:akka-stream-experimental_${scalaVersion}" "com.sun.xml.bind:jaxb-impl" "com.sun.xml.stream:sjsxp" "org.slf4j:slf4j-jdk14" "org.slf4j:slf4j-nop" ] }