Explorar o código

依赖模块调整

xucaiqin %!s(int64=2) %!d(string=hai) anos
pai
achega
a0910d1cdf
Modificáronse 2 ficheiros con 56 adicións e 510 borrados
  1. 56 509
      iot-dependencies/pom.xml
  2. 0 1
      pom.xml

+ 56 - 509
iot-dependencies/pom.xml

@@ -46,17 +46,9 @@
         <podam.version>8.0.0.RELEASE</podam.version>
         <jedis-mock.version>1.0.10</jedis-mock.version>
         <mockito-inline.version>5.2.0</mockito-inline.version>
-        <!-- Bpm 工作流相关 -->
-        <flowable.version>7.0.0</flowable.version>
-        <!-- 工具类相关 -->
-        <captcha-plus.version>2.0.3</captcha-plus.version>
-        <jsoup.version>1.16.1</jsoup.version>
         <lombok.version>1.18.30</lombok.version>
-        <mapstruct.version>1.5.5.Final</mapstruct.version>
         <hutool.version>5.8.22</hutool.version>
         <easyexcel.verion>3.3.2</easyexcel.verion>
-        <velocity.version>2.3</velocity.version>
-        <screw.version>1.0.5</screw.version>
         <fastjson.version>1.2.83</fastjson.version>
         <guava.version>32.1.2-jre</guava.version>
         <guice.version>5.1.0</guice.version>
@@ -111,45 +103,20 @@
                 <version>${revision}</version>
             </dependency>
 
-            <!-- 业务组件 -->
-            <!--            <dependency>-->
-            <!--                <groupId>com.middle.platform</groupId>-->
-            <!--                <artifactId>iot-starter-banner</artifactId>-->
-            <!--                <version>${revision}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>com.middle.platform</groupId>-->
-            <!--                <artifactId>iot-starter-biz-operatelog</artifactId>-->
-            <!--                <version>${revision}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>com.middle.platform</groupId>-->
-            <!--                <artifactId>iot-starter-biz-dict</artifactId>-->
-            <!--                <version>${revision}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>com.middle.platform</groupId>-->
-            <!--                <artifactId>iot-starter-biz-sms</artifactId>-->
-            <!--                <version>${revision}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>com.middle.platform</groupId>-->
-            <!--                <artifactId>iot-starter-biz-pay</artifactId>-->
-            <!--                <version>${revision}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>com.middle.platform</groupId>-->
-            <!--                <artifactId>iot-starter-biz-weixin</artifactId>-->
-            <!--                <version>${revision}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>com.middle.platform</groupId>-->
-            <!--                <artifactId>iot-starter-biz-tenant</artifactId>-->
-            <!--                <version>${revision}</version>-->
-            <!--            </dependency>-->
+            <!-- 组件 -->
             <dependency>
                 <groupId>com.middle.platform</groupId>
-                <artifactId>iot-starter-data-permission</artifactId>
+                <artifactId>iot-starter-log</artifactId>
+                <version>${revision}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.middle.platform</groupId>
+                <artifactId>iot-starter-mqtt</artifactId>
+                <version>${revision}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.middle.platform</groupId>
+                <artifactId>iot-starter-tdengine</artifactId>
                 <version>${revision}</version>
             </dependency>
             <dependency>
@@ -157,81 +124,31 @@
                 <artifactId>iot-starter-es</artifactId>
                 <version>${revision}</version>
             </dependency>
-            <!--            <dependency>-->
-            <!--                <groupId>com.middle.platform</groupId>-->
-            <!--                <artifactId>iot-starter-biz-social</artifactId>-->
-            <!--                <version>${revision}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>com.middle.platform</groupId>-->
-            <!--                <artifactId>iot-starter-biz-error-code</artifactId>-->
-            <!--                <version>${revision}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>com.middle.platform</groupId>-->
-            <!--                <artifactId>iot-starter-biz-ip</artifactId>-->
-            <!--                <version>${revision}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>com.middle.platform</groupId>-->
-            <!--                <artifactId>iot-starter-captcha</artifactId>-->
-            <!--                <version>${revision}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>com.middle.platform</groupId>-->
-            <!--                <artifactId>iot-starter-desensitize</artifactId>-->
-            <!--                <version>${revision}</version>-->
-            <!--            </dependency>-->
-
-            <!-- Spring 核心 -->
-            <!--            <dependency>-->
-            <!--                &lt;!&ndash; 用于生成自定义的 Spring @ConfigurationProperties 配置类的说明文件 &ndash;&gt;-->
-            <!--                <groupId>org.springframework.boot</groupId>-->
-            <!--                <artifactId>spring-boot-configuration-processor</artifactId>-->
-            <!--                <version>${spring.boot.version}</version>-->
-            <!--            </dependency>-->
-
-            <!--            <dependency>-->
-            <!--                <groupId>com.middle.platform</groupId>-->
-            <!--                <artifactId>iot-starter-env</artifactId>-->
-            <!--                <version>${revision}</version>-->
-            <!--            </dependency>-->
-
             <!-- Web 相关 -->
             <dependency>
                 <groupId>com.middle.platform</groupId>
                 <artifactId>iot-starter-web</artifactId>
                 <version>${revision}</version>
             </dependency>
-
-            <!--            <dependency>-->
-            <!--                <groupId>com.middle.platform</groupId>-->
-            <!--                <artifactId>iot-starter-security</artifactId>-->
-            <!--                <version>${revision}</version>-->
-            <!--            </dependency>-->
-
-            <!--            <dependency>-->
-            <!--                <groupId>com.github.xiaoymin</groupId>-->
-            <!--                <artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>-->
-            <!--                <version>${knife4j.version}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>org.springdoc</groupId>-->
-            <!--                <artifactId>springdoc-openapi-starter-webmvc-api</artifactId>-->
-            <!--                <version>${springdoc.version}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>com.github.xiaoymin</groupId> &lt;!&ndash; 接口文档 UI:knife4j【网关专属】 &ndash;&gt;-->
-            <!--                <artifactId>knife4j-gateway-spring-boot-starter</artifactId>-->
-            <!--                <version>${knife4j.version}</version>-->
-            <!--            </dependency>-->
-
             <!-- DB 相关 -->
             <dependency>
                 <groupId>com.middle.platform</groupId>
                 <artifactId>iot-starter-mybatis</artifactId>
                 <version>${revision}</version>
             </dependency>
+            <dependency>
+                <groupId>com.middle.platform</groupId>
+                <artifactId>iot-starter-redis</artifactId>
+                <version>${revision}</version>
+            </dependency>
+            <!-- RPC 远程调用相关 -->
+            <dependency>
+                <groupId>com.middle.platform</groupId>
+                <artifactId>iot-starter-feign</artifactId>
+                <version>${revision}</version>
+            </dependency>
+
+
 
             <dependency>
                 <groupId>com.alibaba</groupId>
@@ -255,18 +172,6 @@
                 <version>${mybatis-plus-join-boot-starter.version}</version>
             </dependency>
 
-            <!--            <dependency>-->
-            <!--                <groupId>com.baomidou</groupId>-->
-            <!--                <artifactId>mybatis-plus-generator</artifactId> &lt;!&ndash; 代码生成器,使用它解析表结构 &ndash;&gt;-->
-            <!--                <version>${mybatis-plus-generator.version}</version>-->
-            <!--            </dependency>-->
-
-
-            <dependency>
-                <groupId>com.middle.platform</groupId>
-                <artifactId>iot-starter-redis</artifactId>
-                <version>${revision}</version>
-            </dependency>
 
             <dependency>
                 <groupId>org.redisson</groupId>
@@ -280,266 +185,28 @@
                 <version>${dm8.jdbc.version}</version>
             </dependency>
 
-            <!-- RPC 远程调用相关 -->
-            <dependency>
-                <groupId>com.middle.platform</groupId>
-                <artifactId>iot-starter-feign</artifactId>
-                <version>${revision}</version>
-            </dependency>
-
-            <!-- Registry 注册中心相关 -->
-
-            <!-- Config 配置中心相关 -->
-
-            <!-- Job 定时任务相关 -->
-            <!--            <dependency>-->
-            <!--                <groupId>com.xuxueli</groupId>-->
-            <!--                <artifactId>xxl-job-core</artifactId>-->
-            <!--                <version>${xxl-job.version}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>com.middle.platform</groupId>-->
-            <!--                <artifactId>iot-starter-job</artifactId>-->
-            <!--                <version>${revision}</version>-->
-            <!--            </dependency>-->
-
-            <!-- 消息队列相关 -->
-            <!--            <dependency>-->
-            <!--                <groupId>com.middle.platform</groupId>-->
-            <!--                <artifactId>iot-starter-mq</artifactId>-->
-            <!--                <version>${revision}</version>-->
-            <!--            </dependency>-->
-
-            <!-- 服务保障相关 -->
-            <!--            <dependency>-->
-            <!--                <groupId>com.middle.platform</groupId>-->
-            <!--                <artifactId>iot-starter-protection</artifactId>-->
-            <!--                <version>${revision}</version>-->
-            <!--            </dependency>-->
-
-            <!--            <dependency>-->
-            <!--                <groupId>com.baomidou</groupId>-->
-            <!--                <artifactId>lock4j-redisson-spring-boot-starter</artifactId>-->
-            <!--                <version>${lock4j.version}</version>-->
-            <!--                <exclusions>-->
-            <!--                    <exclusion>-->
-            <!--                        <artifactId>redisson-spring-boot-starter</artifactId>-->
-            <!--                        <groupId>org.redisson</groupId>-->
-            <!--                    </exclusion>-->
-            <!--                </exclusions>-->
-            <!--            </dependency>-->
-
-            <!--            <dependency>-->
-            <!--                <groupId>io.github.resilience4j</groupId>-->
-            <!--                <artifactId>resilience4j-ratelimiter</artifactId>-->
-            <!--                <version>${resilience4j.version}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>io.github.resilience4j</groupId>-->
-            <!--                <artifactId>resilience4j-spring-boot3</artifactId>-->
-            <!--                <version>${resilience4j.version}</version>-->
-            <!--            </dependency>-->
-
-            <!-- 监控相关 -->
-            <!--            <dependency>-->
-            <!--                <groupId>com.middle.platform</groupId>-->
-            <!--                <artifactId>iot-starter-monitor</artifactId>-->
-            <!--                <version>${revision}</version>-->
-            <!--            </dependency>-->
-
-            <!--            <dependency>-->
-            <!--                <groupId>org.apache.skywalking</groupId>-->
-            <!--                <artifactId>apm-toolkit-trace</artifactId>-->
-            <!--                <version>${skywalking.version}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>org.apache.skywalking</groupId>-->
-            <!--                <artifactId>apm-toolkit-logback-1.x</artifactId>-->
-            <!--                <version>${skywalking.version}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>org.apache.skywalking</groupId>-->
-            <!--                <artifactId>apm-toolkit-opentracing</artifactId>-->
-            <!--                <version>${skywalking.version}</version>-->
-            <!--                &lt;!&ndash;                <exclusions>&ndash;&gt;-->
-            <!--                &lt;!&ndash;                    <exclusion>&ndash;&gt;-->
-            <!--                &lt;!&ndash;                        <artifactId>opentracing-api</artifactId>&ndash;&gt;-->
-            <!--                &lt;!&ndash;                        <groupId>io.opentracing</groupId>&ndash;&gt;-->
-            <!--                &lt;!&ndash;                    </exclusion>&ndash;&gt;-->
-            <!--                &lt;!&ndash;                    <exclusion>&ndash;&gt;-->
-            <!--                &lt;!&ndash;                        <artifactId>opentracing-util</artifactId>&ndash;&gt;-->
-            <!--                &lt;!&ndash;                        <groupId>io.opentracing</groupId>&ndash;&gt;-->
-            <!--                &lt;!&ndash;                    </exclusion>&ndash;&gt;-->
-            <!--                &lt;!&ndash;                </exclusions>&ndash;&gt;-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>io.opentracing</groupId>-->
-            <!--                <artifactId>opentracing-api</artifactId>-->
-            <!--                <version>${opentracing.version}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>io.opentracing</groupId>-->
-            <!--                <artifactId>opentracing-util</artifactId>-->
-            <!--                <version>${opentracing.version}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>io.opentracing</groupId>-->
-            <!--                <artifactId>opentracing-noop</artifactId>-->
-            <!--                <version>${opentracing.version}</version>-->
-            <!--            </dependency>-->
-
-            <!--            <dependency>-->
-            <!--                <groupId>de.codecentric</groupId>-->
-            <!--                <artifactId>spring-boot-admin-starter-server</artifactId> &lt;!&ndash; 实现 Spring Boot Admin Server 服务端 &ndash;&gt;-->
-            <!--                <version>${spring-boot-admin.version}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>de.codecentric</groupId>-->
-            <!--                <artifactId>spring-boot-admin-starter-client</artifactId> &lt;!&ndash; 实现 Spring Boot Admin Server 服务端 &ndash;&gt;-->
-            <!--                <version>${spring-boot-admin.version}</version>-->
-            <!--            </dependency>-->
-
-            <!--            &lt;!&ndash; Test 测试相关 &ndash;&gt;-->
-            <!--            <dependency>-->
-            <!--                <groupId>com.middle.platform</groupId>-->
-            <!--                <artifactId>iot-starter-test</artifactId>-->
-            <!--                <version>${revision}</version>-->
-            <!--                <scope>test</scope>-->
-            <!--            </dependency>-->
-
-            <!--            <dependency>-->
-            <!--                <groupId>org.mockito</groupId>-->
-            <!--                <artifactId>mockito-inline</artifactId>-->
-            <!--                <version>${mockito-inline.version}</version> &lt;!&ndash; 支持 Mockito 的 final 类与 static 方法的 mock &ndash;&gt;-->
-            <!--            </dependency>-->
-
-            <!--            <dependency>-->
-            <!--                <groupId>org.springframework.boot</groupId>-->
-            <!--                <artifactId>spring-boot-starter-test</artifactId>-->
-            <!--                <version>${spring.boot.version}</version>-->
-            <!--                <exclusions>-->
-            <!--                    <exclusion>-->
-            <!--                        <artifactId>asm</artifactId>-->
-            <!--                        <groupId>org.ow2.asm</groupId>-->
-            <!--                    </exclusion>-->
-            <!--                    <exclusion>-->
-            <!--                        <groupId>org.mockito</groupId>-->
-            <!--                        <artifactId>mockito-core</artifactId>-->
-            <!--                    </exclusion>-->
-            <!--                </exclusions>-->
-            <!--            </dependency>-->
-
-            <!--            <dependency>-->
-            <!--                <groupId>com.github.fppt</groupId> &lt;!&ndash; 单元测试,我们采用内嵌的 Redis 数据库 &ndash;&gt;-->
-            <!--                <artifactId>jedis-mock</artifactId>-->
-            <!--                <version>${jedis-mock.version}</version>-->
-            <!--            </dependency>-->
-
-            <!--            <dependency>-->
-            <!--                <groupId>uk.co.jemos.podam</groupId> &lt;!&ndash; 单元测试,随机生成 POJO 类 &ndash;&gt;-->
-            <!--                <artifactId>podam</artifactId>-->
-            <!--                <version>${podam.version}</version>-->
-            <!--            </dependency>-->
-
-            <!--            &lt;!&ndash; 工作流相关 &ndash;&gt;-->
-            <!--            <dependency>-->
-            <!--                <groupId>com.middle.platform</groupId>-->
-            <!--                <artifactId>iot-starter-flowable</artifactId>-->
-            <!--                <version>${revision}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>org.flowable</groupId>-->
-            <!--                <artifactId>flowable-spring-boot-starter-process</artifactId>-->
-            <!--                <version>${flowable.version}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>org.flowable</groupId>-->
-            <!--                <artifactId>flowable-spring-boot-starter-actuator</artifactId>-->
-            <!--                <version>${flowable.version}</version>-->
-            <!--            </dependency>-->
-            <!--            &lt;!&ndash; 工作流相关结束 &ndash;&gt;-->
-
-            <!--            &lt;!&ndash; 工具类相关 &ndash;&gt;-->
-            <!--            <dependency>-->
-            <!--                <groupId>com.middle.platform</groupId>-->
-            <!--                <artifactId>yudao-common</artifactId>-->
-            <!--                <version>${revision}</version>-->
-            <!--            </dependency>-->
-
-            <!--            <dependency>-->
-            <!--                <groupId>com.middle.platform</groupId>-->
-            <!--                <artifactId>iot-starter-excel</artifactId>-->
-            <!--                <version>${revision}</version>-->
-            <!--            </dependency>-->
-
-
-            <!--            <dependency>-->
-            <!--                <groupId>org.mapstruct</groupId>-->
-            <!--                <artifactId>mapstruct</artifactId> &lt;!&ndash; use mapstruct-jdk8 for Java 8 or higher &ndash;&gt;-->
-            <!--                <version>${mapstruct.version}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>org.mapstruct</groupId>-->
-            <!--                <artifactId>mapstruct-jdk8</artifactId>-->
-            <!--                <version>${mapstruct.version}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>org.mapstruct</groupId>-->
-            <!--                <artifactId>mapstruct-processor</artifactId>-->
-            <!--                <version>${mapstruct.version}</version>-->
-            <!--            </dependency>-->
-
             <dependency>
                 <groupId>cn.hutool</groupId>
                 <artifactId>hutool-all</artifactId>
                 <version>${hutool.version}</version>
             </dependency>
 
-            <!--            <dependency>-->
-            <!--                <groupId>com.alibaba</groupId>-->
-            <!--                <artifactId>easyexcel</artifactId>-->
-            <!--                <version>${easyexcel.verion}</version>-->
-            <!--            </dependency>-->
-
-            <!--            <dependency>-->
-            <!--                <groupId>commons-io</groupId>-->
-            <!--                <artifactId>commons-io</artifactId>-->
-            <!--                <version>${commons-io.version}</version>-->
-            <!--            </dependency>-->
-
-            <!--            <dependency>-->
-            <!--                <groupId>org.apache.tika</groupId>-->
-            <!--                <artifactId>tika-core</artifactId> &lt;!&ndash; 文件类型的识别 &ndash;&gt;-->
-            <!--                <version>${tika-core.version}</version>-->
-            <!--            </dependency>-->
-
-            <!--            <dependency>-->
-            <!--                <groupId>org.apache.velocity</groupId>-->
-            <!--                <artifactId>velocity-engine-core</artifactId>-->
-            <!--                <version>${velocity.version}</version>-->
-            <!--            </dependency>-->
-
-            <!--            <dependency>-->
-            <!--                <groupId>com.alibaba</groupId>-->
-            <!--                <artifactId>fastjson</artifactId>-->
-            <!--                <version>${fastjson.version}</version>-->
-            <!--            </dependency>-->
+            <dependency>
+                <groupId>com.alibaba</groupId>
+                <artifactId>easyexcel</artifactId>
+                <version>${easyexcel.verion}</version>
+            </dependency>
 
-            <!--            <dependency>-->
-            <!--                <groupId>cn.smallbun.screw</groupId>-->
-            <!--                <artifactId>screw-core</artifactId> &lt;!&ndash; 实现数据库文档 &ndash;&gt;-->
-            <!--                <version>${screw.version}</version>-->
-            <!--                <exclusions>-->
-            <!--                    <exclusion>-->
-            <!--                        <groupId>org.freemarker</groupId>-->
-            <!--                        <artifactId>freemarker</artifactId> &lt;!&ndash; 移除 Freemarker 依赖,采用 Velocity 作为模板引擎 &ndash;&gt;-->
-            <!--                    </exclusion>-->
-            <!--                    <exclusion>-->
-            <!--                        <groupId>com.alibaba</groupId>-->
-            <!--                        <artifactId>fastjson</artifactId> &lt;!&ndash; 最新版screw-core1.0.5依赖fastjson1.2.73存在漏洞,移除。 &ndash;&gt;-->
-            <!--                    </exclusion>-->
-            <!--                </exclusions>-->
-            <!--            </dependency>-->
+            <dependency>
+                <groupId>commons-io</groupId>
+                <artifactId>commons-io</artifactId>
+                <version>${commons-io.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.alibaba</groupId>
+                <artifactId>fastjson</artifactId>
+                <version>${fastjson.version}</version>
+            </dependency>
 
             <dependency>
                 <groupId>com.google.guava</groupId>
@@ -547,153 +214,33 @@
                 <version>${guava.version}</version>
             </dependency>
 
-            <!--            <dependency>-->
-            <!--                <groupId>com.google.inject</groupId>-->
-            <!--                <artifactId>guice</artifactId>-->
-            <!--                <version>${guice.version}</version>-->
-            <!--            </dependency>-->
-
             <dependency>
                 <groupId>com.alibaba</groupId>
                 <artifactId>transmittable-thread-local</artifactId> <!-- 解决 ThreadLocal 父子线程的传值问题 -->
                 <version>${transmittable-thread-local.version}</version>
             </dependency>
 
-            <!--            <dependency>-->
-            <!--                <groupId>commons-net</groupId>-->
-            <!--                <artifactId>commons-net</artifactId> &lt;!&ndash; 解决 ftp 连接 &ndash;&gt;-->
-            <!--                <version>${commons-net.version}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>com.jcraft</groupId>-->
-            <!--                <artifactId>jsch</artifactId> &lt;!&ndash; 解决 sftp 连接 &ndash;&gt;-->
-            <!--                <version>${jsch.version}</version>-->
-            <!--            </dependency>-->
-
-            <!--            <dependency>-->
-            <!--                <groupId>com.xingyuv</groupId>-->
-            <!--                <artifactId>spring-boot-starter-captcha-plus</artifactId>-->
-            <!--                <version>${captcha-plus.version}</version>-->
-            <!--            </dependency>-->
-
-            <!--            <dependency>-->
-            <!--                <groupId>org.lionsoul</groupId>-->
-            <!--                <artifactId>ip2region</artifactId>-->
-            <!--                <version>${ip2region.version}</version>-->
-            <!--            </dependency>-->
-
-            <!--            <dependency>-->
-            <!--                <groupId>org.jsoup</groupId>-->
-            <!--                <artifactId>jsoup</artifactId>-->
-            <!--                <version>${jsoup.version}</version>-->
-            <!--            </dependency>-->
-
-            <!--            <dependency>-->
-            <!--                <groupId>org.reflections</groupId>-->
-            <!--                <artifactId>reflections</artifactId>-->
-            <!--                <version>${reflections.version}</version>-->
-            <!--            </dependency>-->
-
-            <!--            &lt;!&ndash; 三方云服务相关 &ndash;&gt;-->
-            <!--            <dependency>-->
-            <!--                <groupId>com.squareup.okio</groupId>-->
-            <!--                <artifactId>okio</artifactId>-->
-            <!--                <version>${okio.version}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>com.squareup.okhttp3</groupId>-->
-            <!--                <artifactId>okhttp</artifactId>-->
-            <!--                <version>${okhttp3.version}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>com.middle.platform</groupId>-->
-            <!--                <artifactId>iot-starter-file</artifactId>-->
-            <!--                <version>${revision}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>io.minio</groupId>-->
-            <!--                <artifactId>minio</artifactId>-->
-            <!--                <version>${minio.version}</version>-->
-            <!--            </dependency>-->
-
-            <!--            <dependency>-->
-            <!--                <groupId>com.github.binarywang</groupId>-->
-            <!--                <artifactId>weixin-java-pay</artifactId>-->
-            <!--                <version>${weixin-java.version}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>com.github.binarywang</groupId>-->
-            <!--                <artifactId>weixin-java-mp</artifactId>-->
-            <!--                <version>${weixin-java.version}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>com.github.binarywang</groupId>-->
-            <!--                <artifactId>wx-java-mp-spring-boot-starter</artifactId>-->
-            <!--                <version>${weixin-java.version}</version>-->
-            <!--            </dependency>-->
-
-            <!--            &lt;!&ndash; SMS SDK begin &ndash;&gt;-->
-            <!--            <dependency>-->
-            <!--                <groupId>com.aliyun</groupId>-->
-            <!--                <artifactId>aliyun-java-sdk-core</artifactId>-->
-            <!--                <version>${aliyun-java-sdk-core.version}</version>-->
-            <!--                <exclusions>-->
-            <!--                    <exclusion>-->
-            <!--                        <artifactId>opentracing-api</artifactId>-->
-            <!--                        <groupId>io.opentracing</groupId>-->
-            <!--                    </exclusion>-->
-            <!--                    <exclusion>-->
-            <!--                        <artifactId>opentracing-util</artifactId>-->
-            <!--                        <groupId>io.opentracing</groupId>-->
-            <!--                    </exclusion>-->
-            <!--                </exclusions>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>com.aliyun</groupId>-->
-            <!--                <artifactId>aliyun-java-sdk-dysmsapi</artifactId>-->
-            <!--                <version>${aliyun-java-sdk-dysmsapi.version}</version>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>com.tencentcloudapi</groupId>-->
-            <!--                <artifactId>tencentcloud-sdk-java-sms</artifactId>-->
-            <!--                <version>${tencentcloud-sdk-java.version}</version>-->
-            <!--            </dependency>-->
-            <!--            &lt;!&ndash; SMS SDK end &ndash;&gt;-->
-
-            <!--            <dependency>-->
-            <!--                <groupId>com.xingyuv</groupId>-->
-            <!--                <artifactId>spring-boot-starter-justauth</artifactId> &lt;!&ndash; 社交登陆(例如说,个人微信、企业微信等等) &ndash;&gt;-->
-            <!--                <version>${justauth.version}</version>-->
-            <!--                <exclusions>-->
-            <!--                    <exclusion>-->
-            <!--                        <groupId>cn.hutool</groupId>-->
-            <!--                        <artifactId>hutool-core</artifactId>-->
-            <!--                    </exclusion>-->
-            <!--                </exclusions>-->
-            <!--            </dependency>-->
-
-            <!--            &lt;!&ndash; 积木报表&ndash;&gt;-->
-            <!--            <dependency>-->
-            <!--                <groupId>org.jeecgframework.jimureport</groupId>-->
-            <!--                <artifactId>jimureport-spring-boot-starter</artifactId>-->
-            <!--                <version>${jimureport.version}</version>-->
-            <!--                <exclusions>-->
-            <!--                    <exclusion>-->
-            <!--                        <groupId>com.alibaba</groupId>-->
-            <!--                        <artifactId>druid</artifactId>-->
-            <!--                    </exclusion>-->
-            <!--                </exclusions>-->
-            <!--            </dependency>-->
-            <!--            <dependency>-->
-            <!--                <groupId>xerces</groupId>-->
-            <!--                <artifactId>xercesImpl</artifactId>-->
-            <!--                <version>${xercesImpl.version}</version>-->
-            <!--            </dependency>-->
             <dependency>
                 <groupId>com.middle.platform</groupId>
                 <artifactId>iot-module-system-api</artifactId>
                 <version>${revision}</version>
             </dependency>
+
+            <dependency>
+                <groupId>com.middle.platform</groupId>
+                <artifactId>iot-module-manage-api</artifactId>
+                <version>${revision}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.middle.platform</groupId>
+                <artifactId>iot-module-data-api</artifactId>
+                <version>${revision}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.middle.platform</groupId>
+                <artifactId>iot-module-auth-api</artifactId>
+                <version>${revision}</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 

+ 0 - 1
pom.xml

@@ -20,7 +20,6 @@
     </properties>
 
     <modules>
-
         <module>iot-dependencies</module>
         <module>iot-framework</module>
         <module>iot-gateway</module>