diff --git a/roadmap.md b/roadmap.md
index df85a72c9..bcb251579 100644
--- a/roadmap.md
+++ b/roadmap.md
@@ -85,6 +85,8 @@ To be deployable as an XD module in a "traditional" way you need `/config/*.prop
- [x] Listen for changes in discovery catalog and potentially rebind channels
+- [ ] `@BusClient` like `@FeignClient` where the remote service (and optionally channel) can be specified
+
- [ ] Optional validation of application as XD module
- [ ] Support for more than one `MessageBus` (e.g. local and redis) in the same app
diff --git a/spring-bus-core/pom.xml b/spring-bus-core/pom.xml
index a32884eb4..1a8577932 100644
--- a/spring-bus-core/pom.xml
+++ b/spring-bus-core/pom.xml
@@ -62,11 +62,6 @@
spring-boot-starter-test
test
-
- org.scala-lang
- scala-library
- 2.10.4
-