Skip to content

Commit 1be97ee

Browse files
committed
fix: remove deleted dependencies declaration in devkit-bom
1 parent c2b9f24 commit 1be97ee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

devkit-bom/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,13 @@ repositories {
3737

3838
dependencies {
3939
constraints {
40-
api("com.onixbyte:devkit-core:$artefactVersion")
4140
api("com.onixbyte:devkit-utils:$artefactVersion")
4241
api("com.onixbyte:guid:$artefactVersion")
4342
api("com.onixbyte:key-pair-loader:$artefactVersion")
44-
api("com.onixbyte:map-util-unsafe:$artefactVersion")
4543
api("com.onixbyte:num4j:$artefactVersion")
4644
api("com.onixbyte:simple-jwt-facade:$artefactVersion")
4745
api("com.onixbyte:simple-jwt-authzero:$artefactVersion")
4846
api("com.onixbyte:simple-jwt-spring-boot-starter:$artefactVersion")
49-
api("com.onixbyte:property-guard-spring-boot-starter:$artefactVersion")
50-
api("com.onixbyte:simple-serial-spring-boot-starter:$artefactVersion")
5147
}
5248
}
5349

0 commit comments

Comments
 (0)