We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aaea4a commit 022c1c2Copy full SHA for 022c1c2
version-catalogue/build.gradle.kts
@@ -43,13 +43,10 @@ repositories {
43
44
dependencies {
45
constraints {
46
- api("com.onixbyte:devkit-utils:$artefactVersion")
47
- api("com.onixbyte:guid:$artefactVersion")
48
- api("com.onixbyte:key-pair-loader:$artefactVersion")
49
- api("com.onixbyte:num4j:$artefactVersion")
50
- api("com.onixbyte:simple-jwt-facade:$artefactVersion")
51
- api("com.onixbyte:simple-jwt-authzero:$artefactVersion")
52
- api("com.onixbyte:simple-jwt-spring-boot-starter:$artefactVersion")
+ api("com.onixbyte:common-toolbox:$artefactVersion")
+ api("com.onixbyte:identity-generator:$artefactVersion")
+ api("com.onixbyte:crypto-toolbox:$artefactVersion")
+ api("com.onixbyte:math-toolbox:$artefactVersion")
53
}
54
55
0 commit comments