swap jte for htmlflow dependencies

This commit is contained in:
Finn Linck Ryan 2025-12-15 16:23:48 +01:00
parent a80473fb35
commit 2b2e610851
21 changed files with 6 additions and 659 deletions

View file

@ -4,7 +4,7 @@ shadow = "9.3.0"
dotenv-plugin = "1.1.3"
dotenv = "6.5.1"
http4k = "6.23.1.0"
jte = "3.2.1"
htmlflow = "5.0.1"
flyway = "11.19.0"
jooq = "3.20.10"
junit = "6.0.0"
@ -15,7 +15,6 @@ tasktree = "4.0.1"
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }
dotenv-plugin = { id = "io.github.klahap.dotenv", version.ref = "dotenv-plugin" }
jte = { id = "gg.jte.gradle", version.ref = "jte" }
jooq-codegen-gradle = { id = "org.jooq.jooq-codegen-gradle", version.ref = "jooq" }
tasktree = { id = "com.dorongold.task-tree", version.ref = "tasktree" }
flyway = { id = "org.flywaydb.flyway", version.ref = "flyway" }
@ -25,7 +24,6 @@ http4k = [
"http4k-client-okhttp",
"http4k-core",
"http4k-server-jetty",
"http4k-template-jte",
"http4k-web-htmx"
]
@ -54,11 +52,10 @@ http4k-bom = { module = "org.http4k:http4k-bom", version.ref = "http4k" }
http4k-client-okhttp = { module = "org.http4k:http4k-client-okhttp" }
http4k-core = { module = "org.http4k:http4k-core" }
http4k-server-jetty = { module = "org.http4k:http4k-server-jetty" }
http4k-template-jte = { module = "org.http4k:http4k-template-jte" }
http4k-web-htmx = { module = "org.http4k:http4k-web-htmx" }
# JTE Templating
jte-kotlin = { module = "gg.jte:jte-kotlin", version.ref = "jte" }
# HTML Templating
htmlflow-kotlin = { module = "com.github.xmlet:htmlflow-kotlin", version.ref = "htmlflow" }
# Database Driver
postgresql = { module = "org.postgresql:postgresql", version.ref = "postgresql" }