1
0

2 Коммитууд ebef77a3ce ... 87e9f02cd5

Эзэн SHA1 Мессеж Огноо
  Zimo 87e9f02cd5 Merge remote-tracking branch 'origin/master' 1 сар өмнө
  Zimo f26d531341 设备分类问题 1 сар өмнө
2 өөрчлөгдсөн 6 нэмэгдсэн , 6 устгасан
  1. 1 1
      pom.xml
  2. 5 5
      yudao-server/pom.xml

+ 1 - 1
pom.xml

@@ -25,7 +25,7 @@
         <module>yudao-module-pms</module>
         <!--        <module>yudao-module-crm</module>-->
 <!--        <module>yudao-module-erp</module>-->
-        <module>yudao-module-iot</module>
+<!--        <module>yudao-module-iot</module>-->
         <!-- AI 大模型的开启,请参考 https://doc.iocoder.cn/ai/build/ 文档,对 JDK 版本要要求! -->
 <!--        <module>yudao-module-ai</module>-->
     </modules>

+ 5 - 5
yudao-server/pom.xml

@@ -123,11 +123,11 @@
 <!--        </dependency>-->
 
         <!-- IoT 物联网相关模块。默认注释,保证编译速度 -->
-        <dependency>
-            <groupId>cn.iocoder.boot</groupId>
-            <artifactId>yudao-module-iot-biz</artifactId>
-            <version>${revision}</version>
-        </dependency>
+<!--        <dependency>-->
+<!--            <groupId>cn.iocoder.boot</groupId>-->
+<!--            <artifactId>yudao-module-iot-biz</artifactId>-->
+<!--            <version>${revision}</version>-->
+<!--        </dependency>-->
 
         <!-- spring boot 配置所需依赖 -->
         <dependency>