From e6551ca10c0804a5fe9c7d130c4dcb76ead2540e Mon Sep 17 00:00:00 2001 From: Rodica Sutu Date: Tue, 29 May 2018 15:00:53 +0300 Subject: [PATCH] reshuffle dependencies --- pom.xml | 93 +------------------------ rm-community/rm-community-repo/pom.xml | 95 +++++++++++++++++++++++++- 2 files changed, 94 insertions(+), 94 deletions(-) diff --git a/pom.xml b/pom.xml index 78ac1e1d1e..07e360b47c 100644 --- a/pom.xml +++ b/pom.xml @@ -174,6 +174,7 @@ 6.0.0 2.9.5 5.0.4.RELEASE + 1.10.19 @@ -193,98 +194,6 @@ 4.12 test - - com.fasterxml.jackson.core - jackson-core - ${dependency.jackson.version} - - - com.fasterxml.jackson.core - jackson-annotations - ${dependency.jackson.version} - - - com.fasterxml.jackson.core - jackson-databind - ${dependency.jackson.version} - - - com.fasterxml.jackson.datatype - jackson-datatype-joda - ${dependency.jackson.version} - - - org.springframework - spring-aop - ${dependency.spring.version} - - - org.springframework - spring-beans - ${dependency.spring.version} - - - org.springframework - spring-context - ${dependency.spring.version} - - - org.springframework - spring-context-support - ${dependency.spring.version} - - - org.springframework - spring-core - ${dependency.spring.version} - - - org.springframework - spring-expression - ${dependency.spring.version} - - - org.springframework - spring-jdbc - ${dependency.spring.version} - - - org.springframework - spring-jms - ${dependency.spring.version} - - - org.springframework - spring-orm - ${dependency.spring.version} - - - org.springframework - spring-tx - ${dependency.spring.version} - - - org.springframework - spring-web - ${dependency.spring.version} - - - org.springframework - spring-webmvc - ${dependency.spring.version} - - - org.springframework - spring-test - ${dependency.spring.version} - test - - - org.mockito - mockito-all - 1.10.19 - test - diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index 34e525d83c..b7f8853f51 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -406,12 +406,103 @@ 2.2.6 test + + org.mockito + mockito-all + ${dependency.mockito.version} + test + + + com.fasterxml.jackson.core + jackson-core + ${dependency.jackson.version} + + + com.fasterxml.jackson.core + jackson-annotations + ${dependency.jackson.version} + + + com.fasterxml.jackson.core + jackson-databind + ${dependency.jackson.version} + + + com.fasterxml.jackson.datatype + jackson-datatype-joda + ${dependency.jackson.version} + com.fasterxml.jackson.dataformat jackson-dataformat-yaml - 2.9.5 + ${dependency.jackson.version} + + + org.springframework + spring-aop + ${dependency.spring.version} + + + org.springframework + spring-beans + ${dependency.spring.version} + + + org.springframework + spring-context + ${dependency.spring.version} + + + org.springframework + spring-context-support + ${dependency.spring.version} + + + org.springframework + spring-core + ${dependency.spring.version} + + + org.springframework + spring-expression + ${dependency.spring.version} + + + org.springframework + spring-jdbc + ${dependency.spring.version} + + + org.springframework + spring-jms + ${dependency.spring.version} + + + org.springframework + spring-orm + ${dependency.spring.version} + + + org.springframework + spring-tx + ${dependency.spring.version} + + + org.springframework + spring-web + ${dependency.spring.version} + + + org.springframework + spring-webmvc + ${dependency.spring.version} + + + org.springframework + spring-test + ${dependency.spring.version} + test -