Skip to content

Commit 536ddf8

Browse files
committed
chore(dep): fatjar more teh server deps
1 parent 06b3672 commit 536ddf8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ dependencies {
4848

4949
include(implementation(platform("org.http4k:http4k-bom:6.19.0.0"))!!)
5050
include(implementation("org.http4k:http4k-core")!!)
51+
include(implementation("org.http4k:http4k-realtime-core")!!)
5152
include(implementation("org.http4k:http4k-server-undertow")!!)
5253
include(implementation("org.http4k:http4k-ops-resilience4j")!!)
54+
include(implementation("org.http4k:http4k-format-core")!!)
5355
include(implementation("org.http4k:http4k-format-gson")!!)
5456

5557
// Mod deps

0 commit comments

Comments
 (0)