summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliangxuning <liangxuning@boco.com.cn>2018-03-16 14:09:19 +0800
committerliangxuning <liangxuning@boco.com.cn>2018-03-16 15:40:42 +0800
commit3d2b25d09267d7997727d0e8914259a040b27826 (patch)
tree91abda00d6cce095d125b06561f2061fe7a13ae2
parent7f733fde5c7c86e82812eafbc57da8f35a79f6bd (diff)
liangxuning
Change-Id: I693ee8a9dd5b8bdd94b47a0eefbe59dd33e3e465 Issue-ID: VFC-742 Signed-off-by: liangxuning <liangxuning@boco.com.cn> modified: ems/boco/pom.xml
-rw-r--r--ems/boco/pom.xml31
1 files 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 @@
-
<!--
Copyright (c) 2017, CMCC Technologies Co., Ltd.
@@ -38,6 +37,14 @@
<build>
<!--pluginManagement-->
<plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.8</source>
+ <target>1.8</target>
+ </configuration>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
@@ -233,6 +240,7 @@
<groupId>org.mock-server</groupId>
<artifactId>mockserver-netty</artifactId>
<version>5.3.0</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
@@ -279,11 +287,11 @@
<artifactId>jetty-util</artifactId>
<version>9.4.8.v20171121</version>
</dependency>
- <dependency>
+ <!-- <dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>6.0.8.Final</version>
- </dependency>
+ </dependency> -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-lifecycle</artifactId>
@@ -298,7 +306,6 @@
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-configuration</artifactId>
<version>1.2.3</version>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
@@ -371,6 +378,11 @@
<version>1.2.3</version>
</dependency>
<dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ <version>1.2.3</version>
+ </dependency>
+ <dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.9.4</version>
@@ -416,14 +428,9 @@
<version>1.7.5</version>
</dependency>
<dependency>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-classic</artifactId>
- <version>1.2.3</version>
- </dependency>
- <dependency>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-core</artifactId>
- <version>1.2.3</version>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>23.5-jre</version>
</dependency>
</dependencies>
</project>