From 9552a061aa27b05f6044d60efd265553a275b58e Mon Sep 17 00:00:00 2001
From: wuzeyu <1223318623@qq.com>
Date: 星期四, 09 五月 2024 13:43:19 +0800
Subject: [PATCH] 流浪控制器增加、删除、查询接口
---
pipIrr-platform/pipIrr-web/pom.xml | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/pipIrr-platform/pipIrr-web/pom.xml b/pipIrr-platform/pipIrr-web/pom.xml
index 568c48c..59af32a 100644
--- a/pipIrr-platform/pipIrr-web/pom.xml
+++ b/pipIrr-platform/pipIrr-web/pom.xml
@@ -24,6 +24,9 @@
<module>pipIrr-web-remote</module>
<module>pipIrr-web-statistics</module>
<module>pipIrr-web-gis</module>
+ <module>pipIrr-web-sell</module>
+ <module>pipIrr-web-project</module>
+ <module>pipIrr-web-irrigate</module>
</modules>
<dependencies>
@@ -80,6 +83,12 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>*</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- 绯荤粺鐩戠 -->
--
Gitblit v1.8.0