Remove unnecessary dependencies

This commit is contained in:
Dave Syer
2018-01-05 16:18:27 +00:00
parent 7b46f925d7
commit 8a65cabb90
2 changed files with 8 additions and 8 deletions

View File

@@ -19,18 +19,10 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>