| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns="http://maven.apache.org/POM/4.0.0"
- 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.tuoren</groupId>
- <artifactId>nb-root</artifactId>
- <name>${project.artifactId}</name>
- <packaging>pom</packaging>
- <version>1.0</version>
- <properties>
- <nb.version>1.0</nb.version>
- <java.version>1.8</java.version>
- <maven.compiler.source>1.8</maven.compiler.source>
- <maven.compiler.target>1.8</maven.compiler.target>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <versions-maven-plugin.version>2.7</versions-maven-plugin.version>
- <skipTests>true</skipTests>
- <hutool.version>5.7.21</hutool.version>
- <pinyin.verison>2.5.1</pinyin.verison>
- <guava.version>30.1.1-jre</guava.version>
- <druid.version>1.2.8</druid.version>
- <spring-boot.version>2.5.8</spring-boot.version>
- <mybatis-plus.version>3.5.1</mybatis-plus.version>
- <mybatis-plus-generator.version>3.4.1</mybatis-plus-generator.version>
- <mysql-connector.version>8.0.27</mysql-connector.version>
- <fastjson.version>1.2.79</fastjson.version>
- <easyexcel.version>3.0.5</easyexcel.version>
- <minio.version>8.3.7</minio.version>
- <okhttp.version>4.9.3</okhttp.version>
- <velocity.version>2.3</velocity.version>
- <log4j2.version>2.17.1</log4j2.version>
- <satoken.version>1.29.0</satoken.version>
- <springfox.version>3.0.0</springfox.version>
- <tio.version>3.6.0.v20200315-RELEASE</tio.version>
- <jython.version>2.7.1</jython.version>
- <knife4j.version>2.0.7</knife4j.version>
- <redisson.version>3.17.0</redisson.version>
- <captcha.version>1.6.2</captcha.version>
- <aliyun.iot.verison>7.31.0</aliyun.iot.verison>
- <aliyun.sdk.verison>4.5.6</aliyun.sdk.verison>
- <jms.verison>0.56.0</jms.verison>
- </properties>
- <modules>
- <module>nb-admin</module>
- <module>nb-common</module>
- <module>nb-oss</module>
- <module>nb-auth</module>
- <module>nb-core</module>
- <module>nb-service-api</module>
- <module>nb-service</module>
- <module>nb-im</module>
- </modules>
- <dependencies>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-test</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-actuator</artifactId>
- </dependency>
- </dependencies>
- <!-- 依赖管理 -->
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>com.tuoren</groupId>
- <artifactId>nb-im</artifactId>
- <version>${nb.version}</version>
- </dependency>
- <dependency>
- <groupId>com.tuoren</groupId>
- <artifactId>app-msg-api</artifactId>
- <version>${nb.version}</version>
- </dependency>
- <dependency>
- <groupId>com.tuoren</groupId>
- <artifactId>app-msg</artifactId>
- <version>${nb.version}</version>
- </dependency>
- <dependency>
- <groupId>com.tuoren</groupId>
- <artifactId>app-assistant-api</artifactId>
- <version>${nb.version}</version>
- </dependency>
- <dependency>
- <groupId>com.tuoren</groupId>
- <artifactId>app-assistant</artifactId>
- <version>${nb.version}</version>
- </dependency>
- <dependency>
- <groupId>com.tuoren</groupId>
- <artifactId>app-doctor-api</artifactId>
- <version>${nb.version}</version>
- </dependency>
- <dependency>
- <groupId>com.tuoren</groupId>
- <artifactId>app-doctor</artifactId>
- <version>${nb.version}</version>
- </dependency>
- <dependency>
- <groupId>com.tuoren</groupId>
- <artifactId>ws-common</artifactId>
- <version>${nb.version}</version>
- </dependency>
- <dependency>
- <groupId>com.tuoren</groupId>
- <artifactId>config-common</artifactId>
- <version>${nb.version}</version>
- </dependency>
- <dependency>
- <groupId>com.tuoren</groupId>
- <artifactId>crud-common</artifactId>
- <version>${nb.version}</version>
- </dependency>
- <dependency>
- <groupId>com.tuoren</groupId>
- <artifactId>delay-queue-common</artifactId>
- <version>${nb.version}</version>
- </dependency>
- <dependency>
- <groupId>com.tuoren</groupId>
- <artifactId>log-common</artifactId>
- <version>${nb.version}</version>
- </dependency>
- <dependency>
- <groupId>com.tuoren</groupId>
- <artifactId>nb-core</artifactId>
- <version>${nb.version}</version>
- </dependency>
- <dependency>
- <groupId>com.tuoren</groupId>
- <artifactId>nb-auth</artifactId>
- <version>${nb.version}</version>
- </dependency>
- <!-- https://mvnrepository.com/artifact/org.python/jython-standalone -->
- <dependency>
- <groupId>org.python</groupId>
- <artifactId>jython-standalone</artifactId>
- <version>${jython.version}</version>
- </dependency>
- <!-- spring boot -->
- <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.t-io</groupId>
- <artifactId>tio-websocket-spring-boot-starter</artifactId>
- <version>${tio.version}</version>
- </dependency>
- <!--swagger模块 -->
- <dependency>
- <groupId>com.github.xiaoymin</groupId>
- <artifactId>knife4j-spring-boot-starter</artifactId>
- <version>${knife4j.version}</version>
- </dependency>
- <!--阿里数据库连接池 -->
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>druid-spring-boot-starter</artifactId>
- <version>${druid.version}</version>
- </dependency>
- <!-- web 模块 -->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-web</artifactId>
- <version>${spring-boot.version}</version>
- </dependency>
- <!-- mybatis plus -->
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus-boot-starter</artifactId>
- <version>${mybatis-plus.version}</version>
- </dependency>
- <!-- mybatis plus generator -->
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus-generator</artifactId>
- <version>${mybatis-plus-generator.version}</version>
- </dependency>
- <!-- MySQL -->
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- <version>${mysql-connector.version}</version>
- </dependency>
- <!-- hutool -->
- <dependency>
- <groupId>cn.hutool</groupId>
- <artifactId>hutool-all</artifactId>
- <version>${hutool.version}</version>
- </dependency>
- <!-- guava -->
- <dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <version>${guava.version}</version>
- </dependency>
- <!-- fastjson -->
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>fastjson</artifactId>
- <version>${fastjson.version}</version>
- </dependency>
- <!-- easyexcel -->
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>easyexcel</artifactId>
- <version>${easyexcel.version}</version>
- </dependency>
- <!-- velocity -->
- <dependency>
- <groupId>org.apache.velocity</groupId>
- <artifactId>velocity-engine-core</artifactId>
- <version>${velocity.version}</version>
- </dependency>
- <!-- minio -->
- <dependency>
- <groupId>io.minio</groupId>
- <artifactId>minio</artifactId>
- <version>${minio.version}</version>
- </dependency>
- <!-- okhttp -->
- <dependency>
- <groupId>com.squareup.okhttp3</groupId>
- <artifactId>okhttp</artifactId>
- <version>${okhttp.version}</version>
- </dependency>
- <!-- log4j -->
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-api</artifactId>
- <version>${log4j2.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-to-slf4j</artifactId>
- <version>${log4j2.version}</version>
- </dependency>
- <!-- sa-token -->
- <dependency>
- <groupId>cn.dev33</groupId>
- <artifactId>sa-token-spring-boot-starter</artifactId>
- <version>${satoken.version}</version>
- </dependency>
- <!-- sa-token redis -->
- <dependency>
- <groupId>cn.dev33</groupId>
- <artifactId>sa-token-dao-redis-jackson</artifactId>
- <version>${satoken.version}</version>
- </dependency>
- <!-- 核心模块 -->
- <!-- 通用模块 -->
- <!-- 系统模块 -->
- <dependency>
- <groupId>com.tuoren</groupId>
- <artifactId>iot-service-api</artifactId>
- <version>${nb.version}</version>
- </dependency>
- <dependency>
- <groupId>com.tuoren</groupId>
- <artifactId>iot-service</artifactId>
- <version>${nb.version}</version>
- </dependency>
- <dependency>
- <groupId>com.tuoren</groupId>
- <artifactId>web-service-api</artifactId>
- <version>${nb.version}</version>
- </dependency>
- <dependency>
- <groupId>com.tuoren</groupId>
- <artifactId>web-service</artifactId>
- <version>${nb.version}</version>
- </dependency>
- <!-- OSS文件存储模块 -->
- <dependency>
- <groupId>com.tuoren</groupId>
- <artifactId>nb-oss</artifactId>
- <version>${nb.version}</version>
- </dependency>
- <dependency>
- <groupId>org.jboss.marshalling</groupId>
- <artifactId>jboss-marshalling</artifactId>
- <version>2.0.9.Final</version>
- </dependency>
- <!-- redisson配置 -->
- <dependency>
- <groupId>org.redisson</groupId>
- <artifactId>redisson-spring-boot-starter</artifactId>
- <version>${redisson.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-web</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <!--验证码配置-->
- <dependency>
- <groupId>com.github.whvcse</groupId>
- <artifactId>easy-captcha</artifactId>
- <version>${captcha.version}</version>
- </dependency>
- <!--阿里云物联网sdk-->
- <!-- https://mvnrepository.com/artifact/com.aliyun/aliyun-java-sdk-iot -->
- <dependency>
- <groupId>com.aliyun</groupId>
- <artifactId>aliyun-java-sdk-iot</artifactId>
- <version>${aliyun.iot.verison}</version>
- </dependency>
- <dependency>
- <groupId>com.aliyun</groupId>
- <artifactId>aliyun-java-sdk-core</artifactId>
- <version>${aliyun.sdk.verison}</version>
- </dependency>
- <!-- amqp 1.0 qpid client -->
- <dependency>
- <groupId>org.apache.qpid</groupId>
- <artifactId>qpid-jms-client</artifactId>
- <version>${jms.verison}</version>
- </dependency>
- <dependency>
- <groupId>com.belerweb</groupId>
- <artifactId>pinyin4j</artifactId>
- <version>${pinyin.verison}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
- </project>
|