diff --git a/continew-starter-dependencies/pom.xml b/continew-starter-dependencies/pom.xml
index fc59d5bf..790dc855 100644
--- a/continew-starter-dependencies/pom.xml
+++ b/continew-starter-dependencies/pom.xml
@@ -61,6 +61,7 @@
4.2.0
3.9.1
3.24.3
+ 3.0.4
1.6.2
4.3.0
5.8.23
@@ -138,6 +139,13 @@
${redisson.version}
+
+
+ org.dromara.sms4j
+ sms4j-spring-boot-starter
+ ${sms4j.version}
+
+
com.github.whvcse
@@ -190,6 +198,13 @@
${revision}
+
+
+ top.charles7c.continew
+ continew-starter-messaging-sms
+ ${revision}
+
+
top.charles7c.continew
diff --git a/continew-starter-messaging/continew-starter-messaging-sms/pom.xml b/continew-starter-messaging/continew-starter-messaging-sms/pom.xml
new file mode 100644
index 00000000..e6423adc
--- /dev/null
+++ b/continew-starter-messaging/continew-starter-messaging-sms/pom.xml
@@ -0,0 +1,25 @@
+
+
+ 4.0.0
+
+ top.charles7c.continew
+ continew-starter-messaging
+ ${revision}
+
+
+ continew-starter-messaging-sms
+ jar
+
+ ${project.artifactId}
+ ContiNew Starter 消息模块 - SMS
+
+
+
+
+ org.dromara.sms4j
+ sms4j-spring-boot-starter
+
+
+
\ No newline at end of file
diff --git a/continew-starter-messaging/continew-starter-messaging-sms/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports b/continew-starter-messaging/continew-starter-messaging-sms/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
new file mode 100644
index 00000000..e69de29b
diff --git a/continew-starter-messaging/pom.xml b/continew-starter-messaging/pom.xml
new file mode 100644
index 00000000..12e626af
--- /dev/null
+++ b/continew-starter-messaging/pom.xml
@@ -0,0 +1,29 @@
+
+
+ 4.0.0
+
+ top.charles7c.continew
+ continew-starter
+ ${revision}
+
+
+ continew-starter-messaging
+ pom
+
+ ${project.artifactId}
+ ContiNew Starter 消息模块
+
+
+ continew-starter-messaging-sms
+
+
+
+
+
+ top.charles7c.continew
+ continew-starter-core
+
+
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index ff254f20..a0c01a3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,6 +75,7 @@
continew-starter-cache
continew-starter-data
continew-starter-auth
+ continew-starter-messaging