diff options
author | yangyan <yangyanyj@chinamobile.com> | 2018-03-26 17:19:15 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2018-03-26 17:19:59 +0800 |
commit | 52e6e1e8e82dcd58b9bdb4461518383f8995a54b (patch) | |
tree | b3532089087d6970accc049bb4deea88bde6bf3e | |
parent | 5225d3220cde82021ff47e27ff263e768c0ac877 (diff) |
Update emsdriver pom file
Issue-ID: VFC-849
Change-Id: Ieb7db5deea7b4e64be91f81c969dbc57439adb26
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r-- | ems/boco/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ems/boco/pom.xml b/ems/boco/pom.xml index d5168b9..d83efbb 100644 --- a/ems/boco/pom.xml +++ b/ems/boco/pom.xml @@ -255,7 +255,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.9.1</version> + <version>2.9.4</version> </dependency> <dependency> <groupId>io.netty</groupId> |