From 3d2b25d09267d7997727d0e8914259a040b27826 Mon Sep 17 00:00:00 2001 From: liangxuning Date: Fri, 16 Mar 2018 14:09:19 +0800 Subject: liangxuning Change-Id: I693ee8a9dd5b8bdd94b47a0eefbe59dd33e3e465 Issue-ID: VFC-742 Signed-off-by: liangxuning modified: ems/boco/pom.xml --- ems/boco/pom.xml | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/ems/boco/pom.xml b/ems/boco/pom.xml index 825ce73..da0d0bc 100644 --- a/ems/boco/pom.xml +++ b/ems/boco/pom.xml @@ -1,4 +1,3 @@ - + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + + org.apache.maven.plugins maven-jar-plugin @@ -233,6 +240,7 @@ org.mock-server mockserver-netty 5.3.0 + test org.eclipse.jetty @@ -279,11 +287,11 @@ jetty-util 9.4.8.v20171121 - + io.dropwizard dropwizard-lifecycle @@ -298,7 +306,6 @@ io.dropwizard dropwizard-configuration 1.2.3 - test io.dropwizard @@ -370,6 +377,11 @@ dropwizard-jackson 1.2.3 + + ch.qos.logback + logback-classic + 1.2.3 + com.fasterxml.jackson.dataformat jackson-dataformat-yaml @@ -416,14 +428,9 @@ 1.7.5 - ch.qos.logback - logback-classic - 1.2.3 - - - ch.qos.logback - logback-core - 1.2.3 + com.google.guava + guava + 23.5-jre -- cgit 1.2.3-korg