Ver código fonte

fix: 删除多余依赖

jay 1 ano atrás
pai
commit
31a6bec131
1 arquivos alterados com 5 adições e 41 exclusões
  1. 5 41
      iot-module/iot-openapi/pom.xml

+ 5 - 41
iot-module/iot-openapi/pom.xml

@@ -24,60 +24,28 @@
             <artifactId>iot-common-model</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>cc.iotkit</groupId>
-            <artifactId>iot-common-core</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>cc.iotkit</groupId>
-            <artifactId>iot-rule-engine</artifactId>
-        </dependency>
-
-
-        <dependency>
-            <groupId>cc.iotkit</groupId>
-            <artifactId>iot-virtual-device</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>cc.iotkit</groupId>
             <artifactId>iot-message-core</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>cc.iotkit</groupId>
-            <artifactId>iot-common-oss</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>cc.iotkit</groupId>
             <artifactId>iot-temporal-service</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>cc.iotkit</groupId>
-            <artifactId>iot-data-serviceImpl-rdb</artifactId>
-        </dependency>
 
         <dependency>
             <groupId>cc.iotkit</groupId>
             <artifactId>iot-data-serviceImpl-cache</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>cc.iotkit</groupId>
-            <artifactId>iot-common-web</artifactId>
-        </dependency>
 
         <dependency>
             <groupId>cc.iotkit</groupId>
             <artifactId>iot-common-doc</artifactId>
         </dependency>
-        <dependency>
-            <groupId>cc.iotkit</groupId>
-            <artifactId>iot-common-satoken</artifactId>
-        </dependency>
+
 
         <dependency>
             <groupId>cc.iotkit</groupId>
@@ -95,21 +63,17 @@
             <groupId>cc.iotkit</groupId>
             <artifactId>iot-system</artifactId>
         </dependency>
-        <dependency>
-            <groupId>cc.iotkit</groupId>
-            <artifactId>iot-manager</artifactId>
-        </dependency>
+
         <dependency>
             <groupId>io.github.linpeilie</groupId>
             <artifactId>mapstruct-plus-spring-boot-starter</artifactId>
             <version>${mapstruct-plus.version}</version>
         </dependency>
         <dependency>
-            <groupId>com.alibaba</groupId>
-            <artifactId>fastjson</artifactId>
-            <version>1.2.83</version>
-            <scope>compile</scope>
+            <groupId>cc.iotkit</groupId>
+            <artifactId>iot-manager</artifactId>
         </dependency>
+
     </dependencies>
 
     <properties>