add spring core jar 08/84808/1
authorliangxuning <liangxuning@boco.com.cn>
Wed, 10 Apr 2019 07:41:13 +0000 (15:41 +0800)
committerliangxuning <liangxuning@boco.com.cn>
Wed, 10 Apr 2019 07:41:22 +0000 (15:41 +0800)
Change-Id: Ie9f639f2f3c06d6ded18aa6a839fff61db8ba628
Issue-ID: VFC-742
Signed-off-by: liangxuning<liangxuning@boco.com.cn>
modified:   ems/boco/pom.xml

ems/boco/pom.xml

index 99ea16e..47b84b1 100644 (file)
            <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>