Remove scala dependency
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -62,11 +62,6 @@
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.scala-lang</groupId>
|
||||
<artifactId>scala-library</artifactId>
|
||||
<version>2.10.4</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user