Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed May 28, 2024
1 parent b5e9746 commit fd6f486
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ plugins {
}

val hexagonVersion = "3.5.3"
val flywayVersion = "10.13.0"
val postgresqlVersion = "42.7.3"
val kafkaVersion = "3.7.0"
val gradleScripts = "https://raw.githubusercontent.com/hexagonkt/hexagon/$hexagonVersion/gradle"

ext.set("options", "-Xmx48m")
Expand All @@ -27,6 +30,9 @@ description="Service's description"
dependencies {
"implementation"("com.hexagonkt:http_server_netty:$hexagonVersion")
"implementation"("com.hexagonkt:serialization_jackson_json:$hexagonVersion")
"implementation"("org.flywaydb:flyway-core:$flywayVersion")
"implementation"("org.postgresql:postgresql:$postgresqlVersion")
"implementation"("org.apache.kafka:kafka-clients:$kafkaVersion")

"testImplementation"("com.hexagonkt:http_client_jetty:$hexagonVersion")
}
Expand Down

0 comments on commit fd6f486

Please sign in to comment.