diff options
author | liangxuning <liangxuning@boco.com.cn> | 2019-04-10 15:41:13 +0800 |
---|---|---|
committer | liangxuning <liangxuning@boco.com.cn> | 2019-04-10 15:41:22 +0800 |
commit | 26fba919b351ae656d555758a21c199cd8869c9a (patch) | |
tree | b624b3f453b3f95640103444a3317a166a3e2bd8 | |
parent | 5e5c5a53d4558bb9e22d159166750c3c525f7ea3 (diff) |
add spring core jar
Change-Id: Ie9f639f2f3c06d6ded18aa6a839fff61db8ba628
Issue-ID: VFC-742
Signed-off-by: liangxuning<liangxuning@boco.com.cn>
modified: ems/boco/pom.xml
-rw-r--r-- | ems/boco/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ems/boco/pom.xml b/ems/boco/pom.xml index 99ea16e..47b84b1 100644 --- a/ems/boco/pom.xml +++ b/ems/boco/pom.xml @@ -315,5 +315,10 @@ <artifactId>jackson-databind</artifactId> <version>2.9.6</version> </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + <version>4.0.6.RELEASE</version> + </dependency> </dependencies> </project> |