summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliangxuning <liangxuning@boco.com.cn>2018-03-09 15:12:05 +0800
committerliangxuning <liangxuning@boco.com.cn>2018-03-09 15:12:56 +0800
commitcb7a423774b9906b5e63794606ba6bee1f20a588 (patch)
treeeeb462f5f8c8b88969c6058f3ca93c45f7a49a7f
parenteead1a376a14253c3ed6a5f73daaf57853d6fae9 (diff)
liangxuning
Change-Id: Icda6a27058ae82ac75447bc2fa10b25465c135d0 Issue-ID: VFC-742 Signed-off-by: liangxuning <liangxuning@boco.com.cn> modified: ems/boco/pom.xml
-rw-r--r--ems/boco/pom.xml66
1 files changed, 63 insertions, 3 deletions
diff --git a/ems/boco/pom.xml b/ems/boco/pom.xml
index 3076b7c..fb96d3d 100644
--- a/ems/boco/pom.xml
+++ b/ems/boco/pom.xml
@@ -169,7 +169,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.5.2</version>
+ <version>4.5.5</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
@@ -242,8 +242,68 @@
<dependency>
<groupId>org.mock-server</groupId>
<artifactId>mockserver-netty</artifactId>
- <version>3.10.4</version>
+ <version>5.3.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-server</artifactId>
+ <version>9.4.8.v20171121</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.2.2</version>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ <version>2.9.4</version>
+ </dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-handler</artifactId>
+ <version>4.1.22.Final</version>
+ </dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-access</artifactId>
+ <version>1.2.3</version>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.dataformat</groupId>
+ <artifactId>jackson-dataformat-xml</artifactId>
+ <version>2.9.4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-jdk15on</artifactId>
+ <version>1.59</version>
+ </dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ <version>1.2.3</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.11.0</version>
+ </dependency>
+ <dependency>
+ <groupId>com.googlecode.libphonenumber</groupId>
+ <artifactId>libphonenumber</artifactId>
+ <version>8.9.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-util</artifactId>
+ <version>9.4.8.v20171121</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate.validator</groupId>
+ <artifactId>hibernate-validator</artifactId>
+ <version>6.0.7.Final</version>
</dependency>
-
</dependencies>
</project>