diff --git a/sec-api/pom.xml b/sec-api/pom.xml index 5d600f3e..9c4f398c 100644 --- a/sec-api/pom.xml +++ b/sec-api/pom.xml @@ -21,8 +21,9 @@ - org.springframework.boot - spring-boot-starter-web + org.springframework + spring-web + compile diff --git a/sec-common/pom.xml b/sec-common/pom.xml index 6f77e274..9c9183ae 100644 --- a/sec-common/pom.xml +++ b/sec-common/pom.xml @@ -22,9 +22,9 @@ - org.springframework.boot - spring-boot-devtools - true + org.springframework + spring-web + compile org.slf4j