<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
<modelVersion>4.0.0</modelVersion>
|
<parent>
|
<groupId>com.qianwen</groupId>
|
<artifactId>qwmdc-parent</artifactId>
|
<version>1.0.0-SNAPSHOT</version>
|
</parent>
|
<artifactId>collect</artifactId>
|
|
<name>collect</name>
|
<description>Mdc collect</description>
|
|
<properties>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
<java.version>1.8</java.version>
|
<!--
|
<druid.version>1.1.18</druid.version>
|
-->
|
<druid.version>1.2.8</druid.version>
|
<fastjson.version>1.2.58</fastjson.version>
|
<commons-io.version>2.10.0</commons-io.version>
|
<commons-codec.version>1.10</commons-codec.version>
|
<mysql-connector.version>8.0.17</mysql-connector.version>
|
<jedis.version>3.1.0</jedis.version>
|
<commons-pool2.version>2.6.2</commons-pool2.version>
|
<jna.version>5.14.0</jna.version>
|
<tdengine.version>3.0.2</tdengine.version>
|
<skipTests>false</skipTests>
|
|
<localLibPath>D:/yangys/mdm/locallib</localLibPath>
|
</properties>
|
|
<dependencies>
|
<!-- spring boot begin -->
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>com.alibaba</groupId>
|
<artifactId>druid-spring-boot-starter</artifactId>
|
<version>${druid.version}</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.baomidou</groupId>
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>com.baomidou</groupId>
|
<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
|
<version>4.3.1</version>
|
</dependency>
|
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-web</artifactId>
|
</dependency>
|
|
<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-data-redis</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.commons</groupId>
|
<artifactId>commons-pool2</artifactId>
|
</dependency>
|
|
<!-- spring boot end -->
|
<!-- commons-io -->
|
<dependency>
|
<groupId>commons-io</groupId>
|
<artifactId>commons-io</artifactId>
|
</dependency>
|
|
<!--json-->
|
<dependency>
|
<groupId>com.alibaba</groupId>
|
<artifactId>fastjson</artifactId>
|
<version>${fastjson.version}</version>
|
</dependency>
|
|
<!--commons-codec-->
|
<dependency>
|
<groupId>commons-codec</groupId>
|
<artifactId>commons-codec</artifactId>
|
</dependency>
|
|
<!--mysql-->
|
<dependency>
|
<groupId>mysql</groupId>
|
<artifactId>mysql-connector-java</artifactId>
|
</dependency>
|
|
<!--mybatis-->
|
<dependency>
|
<groupId>io.github.lmlx66</groupId>
|
<artifactId>yitter-idgenerator-spring-boot-starter</artifactId>
|
</dependency>
|
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-starter-tenant</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-starter-mybatis</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
<!--
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-starter-redis</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
-->
|
|
<!-- <dependency>
|
<groupId>org.opcfoundation</groupId>
|
<artifactId>opc-ua</artifactId>
|
<version>1.0.0</version>
|
</dependency> -->
|
|
<dependency>
|
<groupId>org.springframework.integration</groupId>
|
<artifactId>spring-integration-core</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-integration</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.integration</groupId>
|
<artifactId>spring-integration-stream</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.integration</groupId>
|
<artifactId>spring-integration-mqtt</artifactId>
|
</dependency>
|
|
<!-- iotdb -->
|
<dependency>
|
<groupId>org.apache.iotdb</groupId>
|
<artifactId>iotdb-session</artifactId>
|
<version>1.3.2</version>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.iotdb</groupId>
|
<artifactId>iotdb-jdbc</artifactId>
|
<version>1.3.2</version>
|
</dependency>
|
|
<!-- xxl-job -->
|
<dependency>
|
<groupId>com.xuxueli</groupId>
|
<artifactId>xxl-job-core</artifactId>
|
<version>2.1.2</version>
|
</dependency>
|
|
|
</dependencies>
|
|
<build>
|
<finalName>collect-api</finalName>
|
<plugins>
|
<plugin>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
<configuration>
|
<mainClass>com.qianwen.mdc.collect.MdcTansApplication</mainClass>
|
<layout>ZIP</layout>
|
<includes>
|
<include>
|
<groupId>nothing</groupId>
|
<artifactId>nothing</artifactId>
|
</include>
|
|
</includes>
|
</configuration>
|
</plugin>
|
|
<plugin>
|
<groupId>org.apache.maven.plugins</groupId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
<configuration>
|
<source>1.8</source>
|
<target>1.8</target>
|
<encoding>UTF-8</encoding>
|
<compilerArguments>
|
<extdirs>${project.basedir}/src/main/resources/lib/opcua</extdirs>
|
</compilerArguments>
|
</configuration>
|
</plugin>
|
</plugins>
|
</build>
|
</project>
|