Skip to content

Commit

Permalink
-mupdate names
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Dec 11, 2024
1 parent 24529af commit 86666cf
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ build/
out/
intellij-settings/
**/node_modules/
.DS_store
2 changes: 1 addition & 1 deletion http4k-core/graphql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${kotlinVersion}"
implementation platform("org.http4k:http4k-bom:${http4kVersion}")
implementation "org.http4k:http4k-core"
implementation "org.http4k:http4k-graphql"
implementation "org.http4k:http4k-api-graphql"
implementation "com.expediagroup:graphql-kotlin-schema-generator:${graphql_kotlin_schema_generator_version}"

testImplementation platform("org.junit:junit-bom:${junitVersion}")
Expand Down
3 changes: 2 additions & 1 deletion http4k-core/hexagonal-arrow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ dependencies {
implementation "org.http4k:http4k-client-okhttp"
implementation "org.http4k:http4k-format-jackson"
implementation "org.http4k:http4k-server-undertow"
implementation "org.http4k:http4k-cloudnative"
implementation "org.http4k:http4k-config"
implementation "org.http4k:http4k-platform-core"
implementation("io.arrow-kt:arrow-core:1.1.2")

testImplementation "org.http4k:http4k-testing-chaos"
Expand Down
3 changes: 2 additions & 1 deletion http4k-core/hexagonal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ dependencies {
implementation "org.http4k:http4k-client-okhttp"
implementation "org.http4k:http4k-format-jackson"
implementation "org.http4k:http4k-server-undertow"
implementation "org.http4k:http4k-cloudnative"
implementation "org.http4k:http4k-config"
implementation "org.http4k:http4k-platform-core"
implementation "dev.forkhandles:result4k"

testImplementation "org.http4k:http4k-testing-chaos"
Expand Down
2 changes: 1 addition & 1 deletion http4k-core/openapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${kotlinVersion}"
implementation platform("org.http4k:http4k-bom:${http4kVersion}")
implementation "org.http4k:http4k-core"
implementation "org.http4k:http4k-contract"
implementation "org.http4k:http4k-api-openapi"
implementation "org.http4k:http4k-format-jackson"

testImplementation platform("org.junit:junit-bom:${junitVersion}")
Expand Down
2 changes: 1 addition & 1 deletion http4k-core/typesafe-configuration/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${kotlinVersion}"
implementation platform("org.http4k:http4k-bom:${http4kVersion}")
implementation "org.http4k:http4k-core"
implementation "org.http4k:http4k-cloudnative"
implementation "org.http4k:http4k-config"

testImplementation platform("org.junit:junit-bom:${junitVersion}")
testImplementation "org.http4k:http4k-testing-hamkrest"
Expand Down

0 comments on commit 86666cf

Please sign in to comment.