From 63b042a9d8d6a3eb3ff2b52a2c0f8974b521782e Mon Sep 17 00:00:00 2001 From: eugenp Date: Sat, 11 Feb 2017 14:07:50 +0200 Subject: [PATCH] maven cleanup --- spring-rest-docs/pom.xml | 4 +--- spring-security-mvc-boot/pom.xml | 2 +- .../src/main/java/org/baeldung/voter/VoterApplication.java | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/spring-rest-docs/pom.xml b/spring-rest-docs/pom.xml index f8945ff922..6714617d99 100644 --- a/spring-rest-docs/pom.xml +++ b/spring-rest-docs/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.example - demo + spring-rest-docs 0.0.1-SNAPSHOT jar @@ -45,13 +45,11 @@ org.springframework.restdocs spring-restdocs-mockmvc - ${restdocs.version} test com.jayway.jsonpath json-path - ${jsonpath.version} diff --git a/spring-security-mvc-boot/pom.xml b/spring-security-mvc-boot/pom.xml index b8563880b3..591ededccf 100644 --- a/spring-security-mvc-boot/pom.xml +++ b/spring-security-mvc-boot/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.2.RELEASE + 1.4.4.RELEASE diff --git a/spring-security-mvc-boot/src/main/java/org/baeldung/voter/VoterApplication.java b/spring-security-mvc-boot/src/main/java/org/baeldung/voter/VoterApplication.java index c032a9634e..d2078e6115 100644 --- a/spring-security-mvc-boot/src/main/java/org/baeldung/voter/VoterApplication.java +++ b/spring-security-mvc-boot/src/main/java/org/baeldung/voter/VoterApplication.java @@ -4,7 +4,6 @@ import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.EnableAutoConfiguration; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; -import org.springframework.context.annotation.FilterType; @Configuration @EnableAutoConfiguration