fix: remove deleted dependencies declaration in devkit-bom
This commit is contained in:
@@ -37,17 +37,13 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
constraints {
|
||||
api("com.onixbyte:devkit-core:$artefactVersion")
|
||||
api("com.onixbyte:devkit-utils:$artefactVersion")
|
||||
api("com.onixbyte:guid:$artefactVersion")
|
||||
api("com.onixbyte:key-pair-loader:$artefactVersion")
|
||||
api("com.onixbyte:map-util-unsafe:$artefactVersion")
|
||||
api("com.onixbyte:num4j:$artefactVersion")
|
||||
api("com.onixbyte:simple-jwt-facade:$artefactVersion")
|
||||
api("com.onixbyte:simple-jwt-authzero:$artefactVersion")
|
||||
api("com.onixbyte:simple-jwt-spring-boot-starter:$artefactVersion")
|
||||
api("com.onixbyte:property-guard-spring-boot-starter:$artefactVersion")
|
||||
api("com.onixbyte:simple-serial-spring-boot-starter:$artefactVersion")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user