Remove scala dependency

This commit is contained in:
Dave Syer
2015-06-17 16:21:14 +01:00
parent f68c4de6f6
commit 38a744e915
2 changed files with 2 additions and 5 deletions

View File

@@ -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

View File

@@ -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>