ruoyi-system/pom.xml
@@ -5,7 +5,8 @@ <parent> <artifactId>ruoyi-vue-plus</artifactId> <groupId>com.ruoyi</groupId> <version>4.0.1</version> <version>${revision}</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -29,6 +30,12 @@ <artifactId>ruoyi-oss</artifactId> </dependency> <!-- SMS功能模块 --> <dependency> <groupId>com.ruoyi</groupId> <artifactId>ruoyi-sms</artifactId> </dependency> </dependencies> </project>