You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
342 lines
12 KiB
342 lines
12 KiB
|
4 weeks ago
|
<?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.sdhxgk</groupId>
|
||
|
|
<artifactId>sdhxgk-parent</artifactId>
|
||
|
|
<packaging>pom</packaging>
|
||
|
|
<version>1.0-SNAPSHOT</version>
|
||
|
|
<modules>
|
||
|
|
<!--<module>camunda</module>-->
|
||
|
|
<module>commons</module>
|
||
|
|
<module>device-mana</module>
|
||
|
|
<module>data-query</module>
|
||
|
|
<!--<module>data-base</module>
|
||
|
|
|
||
|
|
<module>data-quality</module>
|
||
|
|
<module>data-share</module>-->
|
||
|
|
<module>job</module>
|
||
|
|
<!--<module>dcs</module>
|
||
|
|
<module>gas-steam</module>-->
|
||
|
|
<module>dlp</module>
|
||
|
|
<!--<module>data-kpi</module>-->
|
||
|
|
</modules>
|
||
|
|
|
||
|
|
<properties>
|
||
|
|
<maven.compiler.source>8</maven.compiler.source>
|
||
|
|
<maven.compiler.target>8</maven.compiler.target>
|
||
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||
|
|
<jxls.version>2.11.0</jxls.version>
|
||
|
|
<jxls-reader.version>2.0.6</jxls-reader.version>
|
||
|
|
<poi.version>4.1.2</poi.version>
|
||
|
|
<poi.version>4.1.2</poi.version>
|
||
|
|
<aws-java-sdk-s3.version>1.12.263</aws-java-sdk-s3.version>
|
||
|
|
</properties>
|
||
|
|
|
||
|
|
<parent>
|
||
|
|
<groupId>com.lnsoft.mmbdf</groupId>
|
||
|
|
<artifactId>service</artifactId>
|
||
|
|
<version>1.2.1-SNAPSHOT</version>
|
||
|
|
<!-- <version>1.2.1-SNAPSHOT</version>-->
|
||
|
|
</parent>
|
||
|
|
|
||
|
|
<dependencyManagement>
|
||
|
|
<dependencies>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework.boot</groupId>
|
||
|
|
<artifactId>spring-boot-starter-integration</artifactId>
|
||
|
|
<version>2.5.6</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework.integration</groupId>
|
||
|
|
<artifactId>spring-integration-stream</artifactId>
|
||
|
|
<version>5.5.5</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework.integration</groupId>
|
||
|
|
<artifactId>spring-integration-mqtt</artifactId>
|
||
|
|
<version>5.5.5</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework.boot</groupId>
|
||
|
|
<artifactId>spring-boot-starter-websocket</artifactId>
|
||
|
|
<version>2.1.6.RELEASE</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework.boot</groupId>
|
||
|
|
<artifactId>spring-boot-starter-thymeleaf</artifactId>
|
||
|
|
<version>2.1.6.RELEASE</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework</groupId>
|
||
|
|
<artifactId>spring-websocket</artifactId>
|
||
|
|
<version>5.1.12.RELEASE</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.amazonaws</groupId>
|
||
|
|
<artifactId>aws-java-sdk-core</artifactId>
|
||
|
|
<version>${aws-java-sdk-s3.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.amazonaws</groupId>
|
||
|
|
<artifactId>jmespath-java</artifactId>
|
||
|
|
<version>${aws-java-sdk-s3.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.amazonaws</groupId>
|
||
|
|
<artifactId>aws-java-sdk-kms</artifactId>
|
||
|
|
<version>${aws-java-sdk-s3.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.amazonaws</groupId>
|
||
|
|
<artifactId>aws-java-sdk-s3</artifactId>
|
||
|
|
<version>${aws-java-sdk-s3.version}</version>
|
||
|
|
</dependency>
|
||
|
|
</dependencies>
|
||
|
|
</dependencyManagement>
|
||
|
|
|
||
|
|
|
||
|
|
<dependencies>
|
||
|
|
<!-- 微服务框架security工具类 -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.lnsoft.mmbdf.base</groupId>
|
||
|
|
<artifactId>base-commons-security</artifactId>
|
||
|
|
<version>${mmbdf-parent-version}</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>cn.com.vastdata</groupId>
|
||
|
|
<artifactId>vastbase</artifactId>
|
||
|
|
<version>2.0</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.projectlombok</groupId>
|
||
|
|
<artifactId>lombok</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.lnsoft.mmbdf.service</groupId>
|
||
|
|
<artifactId>service-feign</artifactId>
|
||
|
|
<version>${mmbdf-parent-version}</version>
|
||
|
|
<exclusions>
|
||
|
|
<exclusion>
|
||
|
|
<groupId>cn.hutool</groupId>
|
||
|
|
<artifactId>hutool-all</artifactId>
|
||
|
|
</exclusion>
|
||
|
|
<exclusion>
|
||
|
|
<groupId>com.lnsoft.mmbdf.framework</groupId>
|
||
|
|
<artifactId>framework-auth-api</artifactId>
|
||
|
|
</exclusion>
|
||
|
|
</exclusions>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.lnsoft.mmbdf.framework</groupId>
|
||
|
|
<artifactId>framework-auth-api</artifactId>
|
||
|
|
<version>1.2.1-SNAPSHOT</version>
|
||
|
|
<exclusions>
|
||
|
|
<exclusion>
|
||
|
|
<groupId>com.alibaba</groupId>
|
||
|
|
<artifactId>druid-spring-boot-starter</artifactId>
|
||
|
|
</exclusion>
|
||
|
|
<exclusion>
|
||
|
|
<groupId>com.baomidou</groupId>
|
||
|
|
<artifactId>mybatis-plus-extension</artifactId>
|
||
|
|
</exclusion>
|
||
|
|
<exclusion>
|
||
|
|
<groupId>com.github.jsqlparser</groupId>
|
||
|
|
<artifactId>jsqlparser</artifactId>
|
||
|
|
</exclusion>
|
||
|
|
<exclusion>
|
||
|
|
<groupId>org.mybatis</groupId>
|
||
|
|
<artifactId>mybatis</artifactId>
|
||
|
|
</exclusion>
|
||
|
|
</exclusions>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>io.springfox</groupId>
|
||
|
|
<artifactId>springfox-swagger2</artifactId>
|
||
|
|
<version>2.9.2</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.github.xiaoymin</groupId>
|
||
|
|
<artifactId>swagger-bootstrap-ui</artifactId>
|
||
|
|
<version>1.9.3</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>cn.hutool</groupId>
|
||
|
|
<artifactId>hutool-all</artifactId>
|
||
|
|
<version>5.8.26</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- xml解析 -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>dom4j</groupId>
|
||
|
|
<artifactId>dom4j</artifactId>
|
||
|
|
<version>1.6.1</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.axiom</groupId>
|
||
|
|
<artifactId>com.springsource.org.apache.axiom</artifactId>
|
||
|
|
<version>1.2.5</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- zip解析 -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.ant</groupId>
|
||
|
|
<artifactId>ant</artifactId>
|
||
|
|
<version>1.10.8</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- Google Guava 通用组件 -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.google.guava</groupId>
|
||
|
|
<artifactId>guava</artifactId>
|
||
|
|
<version>22.0</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- 通用编码/解码算法(例如,语音,base64,URL) -->
|
||
|
|
<!-- 扩展java.utils -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.commons</groupId>
|
||
|
|
<artifactId>commons-collections4</artifactId>
|
||
|
|
<version>4.4</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- 读取各种格式的配置/选项文件 -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.commons</groupId>
|
||
|
|
<artifactId>commons-configuration2</artifactId>
|
||
|
|
<version>2.8.0</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- 扩展java.io -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>commons-io</groupId>
|
||
|
|
<artifactId>commons-io</artifactId>
|
||
|
|
<version>2.7</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- 扩展java.lang包 -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.commons</groupId>
|
||
|
|
<artifactId>commons-lang3</artifactId>
|
||
|
|
<version>3.10</version><!--$NO-MVN-MAN-VER$-->
|
||
|
|
</dependency>
|
||
|
|
<!-- 包装各种日志API的实现 -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>commons-logging</groupId>
|
||
|
|
<artifactId>commons-logging</artifactId>
|
||
|
|
<version>1.2</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- 轻量级,独立的数学和统计组件 -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.commons</groupId>
|
||
|
|
<artifactId>commons-math3</artifactId>
|
||
|
|
<version>3.6.1</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- 网络应用程序和协议实现的集合 -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>commons-net</groupId>
|
||
|
|
<artifactId>commons-net</artifactId>
|
||
|
|
<version>3.6</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- 在xml文件中定义验证器和验证规则的框架,比如验证Email字符串,日期字符串等是否合法 -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>commons-validator</groupId>
|
||
|
|
<artifactId>commons-validator</artifactId>
|
||
|
|
<version>1.6</version>
|
||
|
|
</dependency>
|
||
|
|
<!--jxls导入导出-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.jxls</groupId>
|
||
|
|
<artifactId>jxls</artifactId>
|
||
|
|
<version>${jxls.version}</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.jxls</groupId>
|
||
|
|
<artifactId>jxls-poi</artifactId>
|
||
|
|
<version>${jxls.version}</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.jxls</groupId>
|
||
|
|
<artifactId>jxls-reader</artifactId>
|
||
|
|
<version>${jxls-reader.version}</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!-- Mysql Connector -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.mysql</groupId>
|
||
|
|
<artifactId>mysql-connector-j</artifactId>
|
||
|
|
<version>8.0.33</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework.boot</groupId>
|
||
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
||
|
|
<exclusions>
|
||
|
|
<exclusion>
|
||
|
|
<groupId>org.springframework.boot</groupId>
|
||
|
|
<artifactId>spring-boot-starter-tomcat</artifactId>
|
||
|
|
</exclusion>
|
||
|
|
</exclusions>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>jakarta.annotation</groupId>
|
||
|
|
<artifactId>jakarta.annotation-api</artifactId>
|
||
|
|
<version>1.3.5</version>
|
||
|
|
<scope>compile</scope>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.tomcat.embed</groupId>
|
||
|
|
<artifactId>tomcat-embed-core</artifactId>
|
||
|
|
<version>9.0.102</version>
|
||
|
|
<scope>compile</scope>
|
||
|
|
<exclusions>
|
||
|
|
<exclusion>
|
||
|
|
<artifactId>tomcat-annotations-api</artifactId>
|
||
|
|
<groupId>org.apache.tomcat</groupId>
|
||
|
|
</exclusion>
|
||
|
|
</exclusions>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.glassfish</groupId>
|
||
|
|
<artifactId>jakarta.el</artifactId>
|
||
|
|
<version>3.0.3</version>
|
||
|
|
<scope>compile</scope>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.tomcat.embed</groupId>
|
||
|
|
<artifactId>tomcat-embed-websocket</artifactId>
|
||
|
|
<version>9.0.102</version>
|
||
|
|
<scope>compile</scope>
|
||
|
|
<exclusions>
|
||
|
|
<exclusion>
|
||
|
|
<artifactId>tomcat-annotations-api</artifactId>
|
||
|
|
<groupId>org.apache.tomcat</groupId>
|
||
|
|
</exclusion>
|
||
|
|
</exclusions>
|
||
|
|
</dependency>
|
||
|
|
</dependencies>
|
||
|
|
|
||
|
|
<!-- <distributionManagement>-->
|
||
|
|
<!-- <snapshotRepository>-->
|
||
|
|
<!-- <id>maven-mixed</id>-->
|
||
|
|
<!-- <url>http://22.40.215.240:8089/repository/sdhxgk/</url>-->
|
||
|
|
<!-- </snapshotRepository>-->
|
||
|
|
<!-- </distributionManagement>-->
|
||
|
|
|
||
|
|
<!--<distributionManagement>
|
||
|
|
<repository>
|
||
|
|
<id>maven-ahuo-mixed</id>
|
||
|
|
<url>http://22.40.215.240:8089/repository/maven-ahuo-mixed/</url>
|
||
|
|
</repository>
|
||
|
|
<snapshotRepository>
|
||
|
|
<id>maven-snapshots</id>
|
||
|
|
<url>http://22.40.215.240:8089/repository/maven-snapshots/</url>
|
||
|
|
</snapshotRepository>
|
||
|
|
</distributionManagement>-->
|
||
|
|
|
||
|
|
</project>
|