add hlaeja jwt

This commit is contained in:
2024-12-30 18:06:17 +01:00
parent d94dd3671e
commit b99636809b
2 changed files with 3 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ jsonwebtoken = "0.12.6"
hlaejaCorePlugin = "0.2.0" hlaejaCorePlugin = "0.2.0"
hlaejaCommonPlugin = "0.2.0" hlaejaCommonPlugin = "0.2.0"
hlaejaCommonMessages = "0.5.0" hlaejaCommonMessages = "0.5.0"
hlaejaJwt = "0.1.0-SNAPSHOT"
[libraries] [libraries]
@@ -61,7 +62,7 @@ org-springframework-springboot-gradle-plugin = { group = "org.springframework.bo
# plugin common dependencies hlaeja # plugin common dependencies hlaeja
library-hlaeja-common-messages = { group = "ltd.hlaeja.library", name = "hlaeja-common-messages", version.ref = "hlaejaCommonMessages" } library-hlaeja-common-messages = { group = "ltd.hlaeja.library", name = "hlaeja-common-messages", version.ref = "hlaejaCommonMessages" }
library-hlaeja-jwt = { group = "ltd.hlaeja.library", name = "hlaeja-jwt", version.ref = "hlaejaJwt" }
[plugins] [plugins]
spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.6" } spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.6" }

View File

@@ -86,6 +86,7 @@ check_differences master
un_snapshot_catalog "hlaejaCorePlugin" un_snapshot_catalog "hlaejaCorePlugin"
un_snapshot_catalog "hlaejaCommonPlugin" un_snapshot_catalog "hlaejaCommonPlugin"
un_snapshot_catalog "hlaejaCommonMessages" un_snapshot_catalog "hlaejaCommonMessages"
un_snapshot_catalog "hlaejaJwt"
# un-snapshot properties for release # un-snapshot properties for release
un_snapshot_version version un_snapshot_version version