refactor(connector): implement xpc from GitHub maven repository

This commit is contained in:
Anthony Berg
2024-04-20 15:10:40 +01:00
parent 6aba6e0fc2
commit 88a8d661de
4 changed files with 9 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ kotlin {
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")
implementation("gov.nasa.xpc:xpc:1.4.0-SNAPSHOT")
}
commonTest.dependencies {