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.

301 lines
11 KiB

3 months ago
<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">
<parent>
<groupId>com.dxhy</groupId>
<artifactId>pt</artifactId>
<version>8.0.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>dxhy-operation-flow</artifactId>
<groupId>com.dxhy.jxpt.operation</groupId>
<version>${jxpt.version}</version>
<packaging>jar</packaging>
<description>dxhy-operation-flow</description>
<dependencies>
<dependency>
<groupId>com.dxhy.jxpt</groupId>
<artifactId>dxhy-jx-auth</artifactId>
<version>${jxpt.version}</version>
</dependency>
<dependency>
<artifactId>dxhy-core</artifactId>
<groupId>com.dxhy.core</groupId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>com.dxhy.jxpt</groupId>
<artifactId>dxhy-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.dxhy.jxpt.base</groupId>
<artifactId>dxhy-base</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>com.dxhy.jxpt</groupId>
<artifactId>dxhy-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.dxhy.jxpt.customs</groupId>
<artifactId>dxhy-customs</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>com.dxhy.jxpt</groupId>
<artifactId>dxhy-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<!--<dependency>
<groupId>com.dxhy.jxpt</groupId>
<artifactId>dxhy-erp</artifactId>
<version>3.1.0</version>
</dependency>-->
<dependency>
<groupId>com.dxhy.jxpt.erp</groupId>
<artifactId>dxhy-erp</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>com.dxhy.jxpt</groupId>
<artifactId>dxhy-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.dxhy.jxpt.domestic</groupId>
<artifactId>dxhy-export-domestic</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>com.dxhy.jxpt</groupId>
<artifactId>dxhy-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.dxhy.jxpt.extend</groupId>
<artifactId>dxhy-extend</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>com.dxhy.jxpt</groupId>
<artifactId>dxhy-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.dxhy.jxpt.passenger</groupId>
<artifactId>dxhy-passengerTicket</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>com.dxhy.jxpt</groupId>
<artifactId>dxhy-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.dxhy.jxpt.sign</groupId>
<artifactId>dxhy-sign</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>com.dxhy.jxpt</groupId>
<artifactId>dxhy-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.dxhy.jxpt</groupId>
<artifactId>dxhy-config</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>com.dxhy.jxpt</groupId>
<artifactId>dxhy-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.dxhy.jxpt</groupId>
<artifactId>dxhy-base-service</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>com.dxhy.jxpt</groupId>
<artifactId>dxhy-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.dxhy.jxpt</groupId>
<artifactId>dxhy-rz</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>com.dxhy.jxpt</groupId>
<artifactId>dxhy-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.dxhy.jxpt</groupId>
<artifactId>dxhy-ncp</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>com.dxhy.jxpt</groupId>
<artifactId>dxhy-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>9.0.90</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-websocket</artifactId>
<version>9.0.90</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-annotations-api</artifactId>
<version>9.0.90</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-el</artifactId>
<version>9.0.90</version>
</dependency>
<dependency>
<groupId>com.dxhy.jxpt</groupId>
<artifactId>dxhy-common</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
</exclusion>
<!--去除依赖-->
<exclusion>
<groupId>com.google</groupId>
<artifactId>guava</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-websocket</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-annotations-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-el</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-loadbalancer</artifactId>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
<dependency>
<groupId>cn.com.kingbase</groupId>
<artifactId>kingbase8</artifactId>
<version>8.6.0</version>
</dependency>
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
<exclusions>
<exclusion>
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-client</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
<exclusions>
<exclusion>
<groupId>org.hdrhistogram</groupId>
<artifactId>HdrHistogram</artifactId>
</exclusion>
<exclusion>
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-client</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-ribbon</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-client</artifactId>
</dependency>
<!-- springboot admin插件 -->
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-client</artifactId>
<version>${spring.boot.admin.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-bootstrap</artifactId>
<version>3.0.2</version>
</dependency>
</dependencies>
<build>
<finalName>${project.artifactId}</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<skip>${project.flow.spring-boot-maven-plugin.skip}</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>