@@ -390,8 +390,9 @@ oshi-core = { module = "com.github.oshi:oshi-core-jav
390390
391391ktor-cohort-core = { module = " com.sksamuel.cohort:cohort-ktor" , version.ref = " ktor-cohort" }
392392ktor-cohort-hikari = { module = " com.sksamuel.cohort:cohort-hikari" , version.ref = " ktor-cohort" }
393- rsocket-ktor-client = { module = " io.rsocket.kotlin:rsocket-ktor-client" , version.ref = " rsocket" }
394- rsocket-ktor-server = { module = " io.rsocket.kotlin:rsocket-ktor-server" , version.ref = " rsocket" }
393+ rsocket-ktor-client = { module = " io.rsocket.kotlin:ktor-client-rsocket" , version.ref = " rsocket" }
394+ rsocket-ktor-server = { module = " io.rsocket.kotlin:ktor-server-rsocket" , version.ref = " rsocket" }
395+ rsocket-ktor-tcp = { module = " io.rsocket.kotlin:rsocket-transport-ktor-tcp" , version.ref = " rsocket" }
395396uri-kmp = { module = " com.eygraber:uri-kmp" , version.ref = " uri-kmp" }
396397kotlinx-jsonpath = { module = " com.eygraber:jsonpathkt-kotlinx" , version.ref = " kotlinx-jsonpath" }
397398json-sugar = { module = " com.eygraber:json-sugar" , version.ref = " json-sugar" }
@@ -634,7 +635,7 @@ ldaptive = { module = "org.ldaptive:ldaptive"
634635
635636# Maven Plugin
636637maven-plugin-api = { module = " org.apache.maven:maven-plugin-api" , version.ref = " maven-plugin-api" }
637- maven-plugin-annotations = { module = " rg.apache.maven.plugin-tools:maven-plugin-annotations" , version.ref = " maven-plugin-annotations" }
638+ maven-plugin-annotations = { module = " rg.apache.maven.plugin-tools:maven-plugin-annotations" , version.ref = " maven-plugin-annotations" }
638639
639640[bundles ]
640641ajalt = [" ajalt-colormath" ,
0 commit comments