fix: remove deleted dependencies declaration in devkit-bom

This commit is contained in:
siujamo
2025-06-17 10:44:55 +08:00
parent c2b9f24065
commit 1be97ee968
-4
View File
@@ -37,17 +37,13 @@ repositories {
dependencies { dependencies {
constraints { constraints {
api("com.onixbyte:devkit-core:$artefactVersion")
api("com.onixbyte:devkit-utils:$artefactVersion") api("com.onixbyte:devkit-utils:$artefactVersion")
api("com.onixbyte:guid:$artefactVersion") api("com.onixbyte:guid:$artefactVersion")
api("com.onixbyte:key-pair-loader:$artefactVersion") api("com.onixbyte:key-pair-loader:$artefactVersion")
api("com.onixbyte:map-util-unsafe:$artefactVersion")
api("com.onixbyte:num4j:$artefactVersion") api("com.onixbyte:num4j:$artefactVersion")
api("com.onixbyte:simple-jwt-facade:$artefactVersion") api("com.onixbyte:simple-jwt-facade:$artefactVersion")
api("com.onixbyte:simple-jwt-authzero:$artefactVersion") api("com.onixbyte:simple-jwt-authzero:$artefactVersion")
api("com.onixbyte:simple-jwt-spring-boot-starter:$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")
} }
} }