diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-03-07 17:58:08 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-04-04 12:48:05 +0200 |
| commit | d12efc754a1611a624d170b4d1fa6085e6bb177b (patch) | |
| tree | 13f70f3c2db7fa82f89a400a9001666bee81ec87 /gradle/libs.versions.toml | |
| parent | abac46fe742484c6e0b90bebe3c86d88231540b2 (diff) | |
refactor(web/runner): Update runner to use new web client
This change updates the web runner implementation to use the new API
client introduced in the previous commit.
Diffstat (limited to 'gradle/libs.versions.toml')
| -rw-r--r-- | gradle/libs.versions.toml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4411bd87..fbed7e7b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,6 @@ kotlin = "1.6.10" kotlin-logging = "2.1.21" kotlinx-coroutines = "1.6.0" ktlint-gradle = "10.2.1" -ktor = "1.6.7" log4j = "2.17.1" microprofile-openapi = "3.0" mockk = "1.12.2" @@ -94,12 +93,6 @@ quarkus-test-security = { module = "io.quarkus:quarkus-test-security" } restassured-core = { module = "io.rest-assured:rest-assured" } restassured-kotlin = { module = "io.rest-assured:kotlin-extensions" } -# HTTP client -ktor-client-cio = { module = "io.ktor:ktor-client-cio", version.ref = "ktor" } -ktor-client-auth = { module = "io.ktor:ktor-client-auth", version.ref = "ktor" } -ktor-client-jackson = { module = "io.ktor:ktor-client-jackson", version.ref = "ktor" } -ktor-client-mock = { module = "io.ktor:ktor-client-mock", version.ref = "ktor" } - # Other classgraph = { module = "io.github.classgraph:classgraph", version.ref = "classgraph" } jakarta-validation = { module = "jakarta.validation:jakarta.validation-api", version.ref = "jakarta-validation" } |
