refactor(connector): move VDMJ to shared module

This commit is contained in:
Anthony Berg
2024-04-18 14:15:42 +01:00
parent 52dd166e49
commit b784ab9799
5 changed files with 9 additions and 7 deletions

View File

@@ -10,6 +10,9 @@ val ktorVersion = "2.3.9"
val sqlDelightVersion = "2.0.2"
val dateTimeVersion = "0.5.0"
val sl4jVersion = "2.0.12"
val vdmjVersion = "4.5.0"
// Testing Dependencies
val jupyterVersion = "5.10.1"
kotlin {
@@ -29,6 +32,8 @@ kotlin {
implementation("org.slf4j:slf4j-api:$sl4jVersion")
implementation("org.slf4j:slf4j-reload4j:$sl4jVersion")
implementation("dk.au.ece.vdmj:vdmj:$vdmjVersion")
// this feels like the most godawful hack I have created, I am ashamed
implementation("gov.nasa.xpc-parent:xpc:1.4.0-SNAPSHOT")