From 5d97b0934973737a903f45d1d89e095b2e255694 Mon Sep 17 00:00:00 2001
From: zxh <279049017@qq.com>
Date: Fri, 21 Aug 2020 10:12:36 +0800
Subject: [PATCH] 提交到Gitblit

---
 kidgrow-plugin/kidgrow-plugin-sms/pom.xml |   40 +++++++++++-----------------------------
 1 files changed, 11 insertions(+), 29 deletions(-)

diff --git a/kidgrow-plugin/kidgrow-plugin-sms/pom.xml b/kidgrow-plugin/kidgrow-plugin-sms/pom.xml
index 5f40342..6e2eef0 100644
--- a/kidgrow-plugin/kidgrow-plugin-sms/pom.xml
+++ b/kidgrow-plugin/kidgrow-plugin-sms/pom.xml
@@ -10,43 +10,25 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>kidgrow-plugin-sms</artifactId>
-
-
+    <packaging>pom</packaging>
+    <modules>
+        <module>kidgrow-plugin-sms-api</module>
+        <module>kidgrow-plugin-sms-biz</module>
+        <module>kidgrow-plugin-sms-center-server</module>
+    </modules>
     <dependencies>
-        <dependency>
-            <groupId>com.kidgrow</groupId>
-            <artifactId>kidgrow-config</artifactId>
-        </dependency>
+
         <dependency>
             <groupId>com.kidgrow</groupId>
             <artifactId>kidgrow-common-spring-boot-starter</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.kidgrow</groupId>
+            <artifactId>kidgrow-redis-spring-boot-starter</artifactId>
         </dependency>
         <dependency>
             <groupId>com.aliyun</groupId>
             <artifactId>aliyun-java-sdk-core</artifactId>
         </dependency>
     </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-deploy-plugin</artifactId>
-                <configuration>
-                    <skip>true</skip>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.springframework.boot</groupId>
-                <artifactId>spring-boot-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>repackage</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
 </project>
\ No newline at end of file

--
Gitblit v1.8.0