From 38a744e915ea1577c88d808645b8ba7a6231dbb9 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 17 Jun 2015 16:21:14 +0100 Subject: [PATCH] Remove scala dependency --- roadmap.md | 2 ++ spring-bus-core/pom.xml | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) 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 -