autosprout/AutoSprout-watering/pom.xml

39 lines
1.1 KiB
XML
Raw Normal View History

2023-11-11 12:02:52 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>Autosprout</artifactId>
<groupId>com.ruoyi</groupId>
<version>3.8.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
2023-11-11 12:06:04 +08:00
<artifactId>Autosprout-watering</artifactId>
2023-11-11 12:02:52 +08:00
<description>
浇水模块
</description>
<dependencies>
<!-- 通用工具-->
<dependency>
<groupId>com.ruoyi</groupId>
2023-11-11 12:06:04 +08:00
<artifactId>Autosprout-common</artifactId>
</dependency>
<!-- 系统模块-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>Autosprout-system</artifactId>
2023-11-11 12:02:52 +08:00
</dependency>
2023-11-11 21:09:36 +08:00
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
2023-11-11 12:02:52 +08:00
</dependencies>
</project>