diff --git a/README.md b/README.md
index accee15..ca64ddd 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,9 @@ Spring Boot 支持 https://gitee.com/lemur/easypoi-spring-boot-starter
- [网易](http://www.netease.com)
- [港华燃气](http://www.towngas.com.cn/)
- [北京易才博普奥管理顾问有限公司](https://www.weifenghr.com/)
+ - [中投国信(北京)科技发展有限公司](http://sic-credit.cn/)
+ - [武汉格事化信息技术](https://www.getto1.com/)
+ - [北京辰森世纪科技股份有限公司](http://www.choicesoft.com.cn/)
diff --git a/easypoi-base/pom.xml b/easypoi-base/pom.xml
index 2a1a598..e14d7e0 100644
--- a/easypoi-base/pom.xml
+++ b/easypoi-base/pom.xml
@@ -39,6 +39,16 @@
poi-scratchpad
true
+
+ org.apache.poi
+ poi-scratchpad
+ true
+
+
+ org.apache.xmlbeans
+ xmlbeans
+ true
+
diff --git a/easypoi-web/pom.xml b/easypoi-web/pom.xml
index 3df0fd4..1ea7d09 100644
--- a/easypoi-web/pom.xml
+++ b/easypoi-web/pom.xml
@@ -19,11 +19,21 @@
spring-webmvc
compile
+
+ org.springframework
+ spring-context
+ compile
+
org.springframework
spring-core
compile
+
+ org.springframework
+ spring-beans
+ compile
+
javax.servlet
diff --git a/pom.xml b/pom.xml
index b1d4d07..49b4fda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,10 +23,10 @@
- scm:git@git.oschina.net:lemur/easypoi.git
- scm:git@git.oschina.net:lemur/easypoi.git
- git@git.oschina.net:lemur/easypoi.git
-
+ scm:git@git.oschina.net:lemur/easypoi.git
+ scm:git@git.oschina.net:lemur/easypoi.git
+ git@git.oschina.net:lemur/easypoi.git
+
@@ -99,6 +99,13 @@
true
+
+ org.apache.xmlbeans
+ xmlbeans
+ 3.1.0
+ true
+
+
com.google.guava
@@ -138,11 +145,21 @@
spring-webmvc
${spring.version}
+
+ org.springframework
+ spring-context
+ ${spring.version}
+
org.springframework
spring-core
${spring.version}
+
+ org.springframework
+ spring-beans
+ ${spring.version}
+
javax.servlet