Move FunctionCatalog into context module

This commit is contained in:
Dave Syer
2018-02-27 08:53:56 +00:00
parent 7bc6d7dfee
commit 616e2825c6
17 changed files with 15 additions and 18 deletions

View File

@@ -20,7 +20,7 @@
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-core</artifactId>
<artifactId>spring-cloud-function-context</artifactId>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>