初始化项目
This commit is contained in:
parent
930a7abee4
commit
9976cd6e0e
|
@ -62,10 +62,10 @@
|
|||
</dependency>
|
||||
|
||||
<!-- 浇水模块-->
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>com.ruoyi</groupId>-->
|
||||
<!-- <artifactId>Autosprout-watering</artifactId>-->
|
||||
<!-- </dependency>-->
|
||||
<dependency>
|
||||
<groupId>com.ruoyi</groupId>
|
||||
<artifactId>Autosprout-watering</artifactId>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>AutoSprout-watering</artifactId>
|
||||
<artifactId>Autosprout-watering</artifactId>
|
||||
|
||||
<description>
|
||||
浇水模块
|
||||
|
@ -20,7 +20,13 @@
|
|||
<!-- 通用工具-->
|
||||
<dependency>
|
||||
<groupId>com.ruoyi</groupId>
|
||||
<artifactId>AutoSprout-common</artifactId>
|
||||
<artifactId>Autosprout-common</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- 系统模块-->
|
||||
<dependency>
|
||||
<groupId>com.ruoyi</groupId>
|
||||
<artifactId>Autosprout-system</artifactId>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
|
12
pom.xml
12
pom.xml
|
@ -171,11 +171,11 @@
|
|||
</dependency>
|
||||
|
||||
<!-- 浇水模式 -->
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>com.ruoyi</groupId>-->
|
||||
<!-- <artifactId>Autosprout-watering</artifactId>-->
|
||||
<!-- <version>${ruoyi.version}</version>-->
|
||||
<!-- </dependency>-->
|
||||
<dependency>
|
||||
<groupId>com.ruoyi</groupId>
|
||||
<artifactId>Autosprout-watering</artifactId>
|
||||
<version>${ruoyi.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
@ -187,7 +187,7 @@
|
|||
<module>Autosprout-quartz</module>
|
||||
<module>Autosprout-generator</module>
|
||||
<module>Autosprout-common</module>
|
||||
<!-- <module>AutoSprout-watering</module>-->
|
||||
<module>AutoSprout-watering</module>
|
||||
</modules>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user