Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hexagontk/hexagonal_starter
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Jun 1, 2024
2 parents b1febee + fd6f486 commit f6e69d9
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 f6e69d9

Please sign in to comment.