@@ -8,7 +8,17 @@ logback = "1.5.18"
88ktor-server-core = { group = " io.ktor" , name = " ktor-server-core" , version.ref = " ktor" }
99ktor-server-auth = { group = " io.ktor" , name = " ktor-server-auth" , version.ref = " ktor" }
1010ktor-server-data-conversion = { group = " io.ktor" , name = " ktor-server-data-conversion" , version.ref = " ktor" }
11+
12+ ktor-client-core = { group = " io.ktor" , name = " ktor-client-core" , version.ref = " ktor" }
1113ktor-client-content-negotiation = { group = " io.ktor" , name = " ktor-client-content-negotiation" , version.ref = " ktor" }
14+ ktor-client-mock = { group = " io.ktor" , name = " ktor-client-mock" , version.ref = " ktor" }
15+ ktor-client-cio = { group = " io.ktor" , name = " ktor-client-cio" , version.ref = " ktor" }
16+ ktor-client-websockets = { group = " io.ktor" , name = " ktor-client-websockets" , version.ref = " ktor" }
17+ ktor-client-js = { group = " io.ktor" , name = " ktor-client-js" , version.ref = " ktor" }
18+ ktor-client-auth = { group = " io.ktor" , name = " ktor-client-auth" , version.ref = " ktor" }
19+
20+ ktor-serialization = { group = " io.ktor" , name = " ktor-serialization" , version.ref = " ktor" }
21+ ktor-serialization-json = { group = " io.ktor" , name = " ktor-serialization-kotlinx-json" , version.ref = " ktor" }
1222
1323[plugins ]
1424gitVersion = { id = " com.palantir.git-version" , version = " 4.0.0" }
0 commit comments