|
| 1 | +[versions] |
| 2 | +jackson = '2.13.1' |
| 3 | +scala212 = '2.12.15' |
| 4 | +scala213 = '2.13.8' |
| 5 | +scala3 = '3.1.1' |
| 6 | +scalatest = '3.2.11' |
| 7 | +scalaxml = '2.0.1' |
| 8 | + |
| 9 | +[libraries] |
| 10 | +assertj = 'org.assertj:assertj-core:3.22.0' |
| 11 | +dom4j = 'org.dom4j:dom4j:2.1.3' |
| 12 | +gson = 'com.google.code.gson:gson:2.8.9' |
| 13 | +jackson-databind = { module = 'com.fasterxml.jackson.core:jackson-databind', version.ref = 'jackson' } |
| 14 | +jackson-dataformat-yaml = { module = 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml', version.ref = 'jackson' } |
| 15 | +jaxen = 'jaxen:jaxen:1.2.0' |
| 16 | +jdom2 = 'org.jdom:jdom2:2.0.6.1' |
| 17 | +json-api = 'jakarta.json:jakarta.json-api:2.0.1' |
| 18 | +json-impl = 'org.glassfish:jakarta.json:2.0.1' |
| 19 | +junit-jupiter = 'org.junit.jupiter:junit-jupiter:5.8.2' |
| 20 | +junit-platform-engine = 'org.junit.platform:junit-platform-engine:1.8.2' |
| 21 | +mockito = 'org.mockito:mockito-junit-jupiter:4.3.1' |
| 22 | +scala-library-v212 = { module = 'org.scala-lang:scala-library', version.ref = 'scala212' } |
| 23 | +scala-library-v213 = { module = 'org.scala-lang:scala-library', version.ref = 'scala213' } |
| 24 | +scala-library-v3 = { module = 'org.scala-lang:scala3-library_3', version.ref = 'scala3' } |
| 25 | +scala-reflect-v212 = { module = 'org.scala-lang:scala-reflect', version.ref = 'scala212' } |
| 26 | +scala-reflect-v213 = { module = 'org.scala-lang:scala-reflect', version.ref = 'scala213' } |
| 27 | +scala-xml-v212 = { module = 'org.scala-lang.modules:scala-xml_2.12', version.ref = 'scalaxml' } |
| 28 | +scala-xml-v213 = { module = 'org.scala-lang.modules:scala-xml_2.13', version.ref = 'scalaxml' } |
| 29 | +scala-xml-v3 = { module = 'org.scala-lang.modules:scala-xml_3', version.ref = 'scalaxml' } |
| 30 | +scalatest-funspec-v212 = { module = 'org.scalatest:scalatest-funspec_2.12', version.ref = 'scalatest' } |
| 31 | +scalatest-funspec-v213 = { module = 'org.scalatest:scalatest-funspec_2.13', version.ref = 'scalatest' } |
| 32 | +scalatest-funspec-v3 = { module = 'org.scalatest:scalatest-funspec_3', version.ref = 'scalatest' } |
| 33 | +scalatest-shouldmatchers-v212 = { module = 'org.scalatest:scalatest-shouldmatchers_2.12', version.ref = 'scalatest' } |
| 34 | +scalatest-shouldmatchers-v213 = { module = 'org.scalatest:scalatest-shouldmatchers_2.13', version.ref = 'scalatest' } |
| 35 | +scalatest-shouldmatchers-v3 = { module = 'org.scalatest:scalatest-shouldmatchers_3', version.ref = 'scalatest' } |
| 36 | +scalatest-junit-runner = 'co.helmethair:scalatest-junit-runner:0.1.10' |
| 37 | +xom = 'xom:xom:1.3.7' |
| 38 | + |
| 39 | +[bundles] |
| 40 | +junit = ["junit-jupiter", "assertj"] |
| 41 | +scalatest-v212 = ["scalatest-funspec-v212", "scalatest-shouldmatchers-v212", "scalatest-junit-runner", "junit-platform-engine"] |
| 42 | +scalatest-v213 = ["scalatest-funspec-v213", "scalatest-shouldmatchers-v213", "scalatest-junit-runner", "junit-platform-engine"] |
| 43 | +scalatest-v3 = ["scalatest-funspec-v3", "scalatest-shouldmatchers-v3", "scalatest-junit-runner", "junit-platform-engine"] |
0 commit comments