remove spring-boot-starter-validation

fixes gh-7
This commit is contained in:
Spencer Gibb
2016-12-12 10:19:30 -07:00
parent 0eaf6812fd
commit 9e64f97d63

View File

@@ -42,11 +42,6 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-turbine-amqp</artifactId>
</dependency>
<dependency>
<!-- Shouldn't be necessary -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>