diff --git a/README.md b/README.md
index 13199231..740fafb7 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@
------------------------------
-🇨🇳简体中文 | 🇺🇸[English](./README-EN.md) | [更新日志](https://github.com/hope-for/hope-boot/commits/master) | 当前版本:label:[0.0.2](https://github.com/hope-for/hope-boot)
+🇨🇳简体中文 | 🇺🇸[English](./README-EN.md) | [更新日志](https://github.com/hope-for/hope-boot/commits/master) | 当前版本:label:[0.0.3](https://github.com/hope-for/hope-boot)
# 模块划分
diff --git a/hope-flyway/pom.xml b/hope-flyway/pom.xml
index 9d330d3d..c169cd86 100644
--- a/hope-flyway/pom.xml
+++ b/hope-flyway/pom.xml
@@ -14,26 +14,44 @@
- com.hope
- hope-boot
- 0.0.1-SNAPSHOT
+ org.springframework.boot
+ spring-boot-starter-parent
+ 2.0.5.RELEASE
+
+
+ UTF-8
+ UTF-8
+ 1.8
+
+
org.mybatis.spring.boot
mybatis-spring-boot-starter
1.3.2
+
+ org.springframework.boot
+ spring-boot-starter-web
+
org.flywaydb
flyway-core
+
mysql
mysql-connector-java
runtime
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
diff --git a/pom.xml b/pom.xml
index 939301a0..346cf761 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,6 @@
hope-framework
hope-sso-server
hope-generator
- hope-flyway
pom
@@ -92,11 +91,6 @@
hope-generator
0.0.1-SNAPSHOT
-
- com.hope
- hope-flyway
- 0.0.1-SNAPSHOT
-