removed FunctionRegistry

This commit is contained in:
markfisher
2017-01-11 21:23:02 -05:00
parent cfd416590d
commit 0fb31d6d2b
12 changed files with 51 additions and 277 deletions

View File

@@ -40,6 +40,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
</dependencies>
</project>