diff --git a/datasafe-rest-impl/pom.xml b/datasafe-rest-impl/pom.xml index 3f521161f..02f82481f 100644 --- a/datasafe-rest-impl/pom.xml +++ b/datasafe-rest-impl/pom.xml @@ -32,6 +32,7 @@ 3.0.0 5.5.0 6.0.0 + 2.0.7 @@ -188,6 +189,16 @@ spring-security-crypto ${spring.framework.security.version} + + org.springframework + spring-web + ${spring.framework.version} + + + org.slf4j + slf4j-api + ${slf4j.version} + diff --git a/datasafe-simple-adapter/datasafe-simple-adapter-impl/pom.xml b/datasafe-simple-adapter/datasafe-simple-adapter-impl/pom.xml index 5cb737d5f..c821a474e 100644 --- a/datasafe-simple-adapter/datasafe-simple-adapter-impl/pom.xml +++ b/datasafe-simple-adapter/datasafe-simple-adapter-impl/pom.xml @@ -18,8 +18,6 @@ 2.50 1.4.4 3.0.0 - 2.0.7 - 6.0.11 datasafe-simple-adapter-impl @@ -88,16 +86,6 @@ guava ${guava.version} - - org.springframework - spring-web - ${spring.framework.version} - - - org.slf4j - slf4j-api - ${slf4j-simple.version} - de.adorsys