| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359 |
- <?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">
- <modelVersion>4.0.0</modelVersion>
- <groupId>com.middle.platform</groupId>
- <artifactId>iot-dependencies</artifactId>
- <version>${revision}</version>
- <name>${project.artifactId}</name>
- <packaging>pom</packaging>
- <description>物联中台pom依赖管理</description>
- <properties>
- <revision>1.0.0</revision>
- <flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
- <!-- 统一依赖管理 -->
- <spring.boot.version>3.1.4</spring.boot.version>
- <spring.cloud.version>2022.0.4</spring.cloud.version>
- <spring.cloud.alibaba.version>2022.0.0.0</spring.cloud.alibaba.version>
- <!-- Web 相关 -->
- <servlet.versoin>2.5</servlet.versoin>
- <springdoc.version>2.2.0</springdoc.version>
- <knife4j.version>4.3.0</knife4j.version>
- <satoken.version>1.37.0</satoken.version>
- <pagehelper.starter.version>2.0.0</pagehelper.starter.version>
- <pagehelper.version>6.0.0</pagehelper.version>
- <!-- DB 相关 -->
- <druid.version>1.2.19</druid.version>
- <mybatis-plus.version>3.5.3.2</mybatis-plus.version>
- <mybatis-plus-generator.version>3.5.3.2</mybatis-plus-generator.version>
- <dynamic-datasource.version>3.6.1</dynamic-datasource.version>
- <mybatis-plus-join-boot-starter.version>1.4.6</mybatis-plus-join-boot-starter.version>
- <redisson.version>3.23.4</redisson.version>
- <dm8.jdbc.version>8.1.2.141</dm8.jdbc.version>
- <taos.version>3.2.7</taos.version>
- <!-- RPC 相关 -->
- <!-- Config 配置中心相关 -->
- <apollo.version>1.9.2</apollo.version>
- <!-- Job 定时任务相关 -->
- <xxl-job.version>2.3.1</xxl-job.version>
- <!-- 服务保障相关 -->
- <lock4j.version>2.2.3</lock4j.version>
- <resilience4j.version>2.1.0</resilience4j.version>
- <!-- 监控相关 -->
- <skywalking.version>9.0.0</skywalking.version>
- <spring-boot-admin.version>3.1.6</spring-boot-admin.version>
- <opentracing.version>0.33.0</opentracing.version>
- <!-- Test 测试相关 -->
- <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>
- <lombok.version>1.18.30</lombok.version>
- <hutool.version>5.8.22</hutool.version>
- <easyexcel.verion>3.3.2</easyexcel.verion>
- <fastjson.version>1.2.83</fastjson.version>
- <guava.version>32.1.2-jre</guava.version>
- <guice.version>5.1.0</guice.version>
- <transmittable-thread-local.version>2.14.2</transmittable-thread-local.version>
- <commons-net.version>3.9.0</commons-net.version>
- <jsch.version>0.1.55</jsch.version>
- <tika-core.version>2.9.0</tika-core.version>
- <ip2region.version>2.7.0</ip2region.version>
- <reflections.version>0.10.2</reflections.version>
- <!-- 三方云服务相关 -->
- <okio.version>3.5.0</okio.version>
- <okhttp3.version>4.11.0</okhttp3.version>
- <commons-io.version>2.13.0</commons-io.version>
- <minio.version>8.5.6</minio.version>
- <aliyun-java-sdk-core.version>4.6.4</aliyun-java-sdk-core.version>
- <aliyun-java-sdk-dysmsapi.version>2.2.1</aliyun-java-sdk-dysmsapi.version>
- <tencentcloud-sdk-java.version>3.1.853</tencentcloud-sdk-java.version>
- <justauth.version>2.0.3</justauth.version>
- <jimureport.version>1.5.8</jimureport.version>
- <xercesImpl.version>2.12.2</xercesImpl.version>
- <weixin-java.version>4.5.5.B</weixin-java.version>
- <coap.version>3.11.0</coap.version>
- <netty.version>4.1.107.Final</netty.version>
- <aliyun-oss.version>3.17.4</aliyun-oss.version>
- </properties>
- <dependencyManagement>
- <dependencies>
- <!-- 统一依赖管理 -->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-dependencies</artifactId>
- <version>${spring.boot.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- <dependency>
- <groupId>org.springframework.cloud</groupId>
- <artifactId>spring-cloud-dependencies</artifactId>
- <version>${spring.cloud.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- <dependency>
- <groupId>com.alibaba.cloud</groupId>
- <artifactId>spring-cloud-alibaba-dependencies</artifactId>
- <version>${spring.cloud.alibaba.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- <dependency>
- <groupId>com.squareup.okhttp3</groupId>
- <artifactId>okhttp</artifactId>
- <version>${okhttp3.version}</version>
- </dependency>
- <dependency>
- <groupId>com.github.pagehelper</groupId>
- <artifactId>pagehelper</artifactId>
- <version>${pagehelper.version}</version>
- </dependency>
- <dependency>
- <groupId>com.github.pagehelper</groupId>
- <artifactId>pagehelper-spring-boot-starter</artifactId>
- <version>${pagehelper.starter.version}</version>
- </dependency>
- <!-- Sa-Token 权限认证 -->
- <dependency>
- <groupId>cn.dev33</groupId>
- <artifactId>sa-token-dependencies</artifactId>
- <version>${satoken.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- <!--common模块-->
- <dependency>
- <groupId>com.middle.platform</groupId>
- <artifactId>iot-common-core</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>io.netty</groupId>
- <artifactId>netty-all</artifactId>
- <version>${netty.version}</version>
- </dependency>
- <!-- 组件 -->
- <dependency>
- <groupId>com.middle.platform</groupId>
- <artifactId>iot-starter-satoken</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>com.middle.platform</groupId>
- <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>
- <groupId>com.middle.platform</groupId>
- <artifactId>iot-starter-es</artifactId>
- <version>${revision}</version>
- </dependency>
- <!-- Web 相关 -->
- <dependency>
- <groupId>com.middle.platform</groupId>
- <artifactId>iot-starter-web</artifactId>
- <version>${revision}</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-pagehelper</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>com.middle.platform</groupId>
- <artifactId>iot-starter-redis</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>com.middle.platform</groupId>
- <artifactId>iot-starter-excel</artifactId>
- <version>${revision}</version>
- </dependency>
- <!-- RPC 远程调用相关 -->
- <dependency>
- <groupId>com.middle.platform</groupId>
- <artifactId>iot-starter-feign</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>com.middle.platform</groupId>
- <artifactId>iot-starter-biz-dict</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>org.eclipse.californium</groupId>
- <artifactId>californium-core</artifactId>
- <version>${coap.version}</version>
- </dependency>
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>druid-spring-boot-3-starter</artifactId>
- <version>${druid.version}</version>
- </dependency>
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus-boot-starter</artifactId>
- <version>${mybatis-plus.version}</version>
- </dependency>
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>dynamic-datasource-spring-boot-starter</artifactId> <!-- 多数据源 -->
- <version>${dynamic-datasource.version}</version>
- </dependency>
- <dependency>
- <groupId>com.github.yulichang</groupId>
- <artifactId>mybatis-plus-join-boot-starter</artifactId> <!-- MyBatis 联表查询 -->
- <version>${mybatis-plus-join-boot-starter.version}</version>
- </dependency>
- <dependency>
- <groupId>org.redisson</groupId>
- <artifactId>redisson-spring-boot-starter</artifactId>
- <version>${redisson.version}</version>
- </dependency>
- <dependency>
- <groupId>com.dameng</groupId>
- <artifactId>DmJdbcDriver18</artifactId>
- <version>${dm8.jdbc.version}</version>
- </dependency>
- <dependency>
- <groupId>com.taosdata.jdbc</groupId>
- <artifactId>taos-jdbcdriver</artifactId>
- <version>${taos.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>com.alibaba</groupId>
- <artifactId>fastjson</artifactId>
- <version>${fastjson.version}</version>
- </dependency>
- <dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <version>${guava.version}</version>
- </dependency>
- <dependency>
- <groupId>com.aliyun.oss</groupId>
- <artifactId>aliyun-sdk-oss</artifactId>
- <version>${aliyun-oss.version}</version>
- </dependency>
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>transmittable-thread-local</artifactId> <!-- 解决 ThreadLocal 父子线程的传值问题 -->
- <version>${transmittable-thread-local.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-starter-rabbitmq</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>com.middle.platform</groupId>
- <artifactId>iot-starter-kafka</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>
- <dependency>
- <groupId>com.middle.platform</groupId>
- <artifactId>iot-starter-oss</artifactId>
- <version>${revision}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
- <build>
- <plugins>
- <!-- 统一 revision 版本 -->
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>flatten-maven-plugin</artifactId>
- <version>${flatten-maven-plugin.version}</version>
- <configuration>
- <flattenMode>resolveCiFriendliesOnly</flattenMode>
- <updatePomFile>true</updatePomFile>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>flatten</goal>
- </goals>
- <id>flatten</id>
- <phase>process-resources</phase>
- </execution>
- <execution>
- <goals>
- <goal>clean</goal>
- </goals>
- <id>flatten.clean</id>
- <phase>clean</phase>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </project>
|