445 lines
17 KiB
XML
445 lines
17 KiB
XML
<?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>
|
|
|
|
<artifactId>insiis-web</artifactId>
|
|
<groupId>com.insigma</groupId>
|
|
<version>1.1.1-SNAPSHOT</version>
|
|
<packaging>jar</packaging>
|
|
|
|
<name>insiis-web</name>
|
|
<description>Web project for Insiis7</description>
|
|
|
|
<parent>
|
|
<groupId>com.insigma</groupId>
|
|
<artifactId>insiis7</artifactId>
|
|
<version>${revision}</version>
|
|
</parent>
|
|
<properties>
|
|
<leaf-framework.version>7.0.0-SNAPSHOT</leaf-framework.version>
|
|
<ucenter-sdk.version>1.2</ucenter-sdk.version>
|
|
<odin-est.version>1.0.8</odin-est.version>
|
|
<oracle.version>12.2.0.1</oracle.version>
|
|
<mysql.version>8.0.31</mysql.version>
|
|
<kingbase8.version>8.6.0</kingbase8.version>
|
|
<oceanbase.version>2.4.0</oceanbase.version>
|
|
<postgresql.version>42.5.6</postgresql.version>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<maven.compiler.source>11</maven.compiler.source>
|
|
<maven.compiler.target>11</maven.compiler.target>
|
|
<junit.version>4.12</junit.version>
|
|
<vs.common.util.version>1.2.2</vs.common.util.version>
|
|
<vs.common.version>1.2.0</vs.common.version>
|
|
<ox.sprintboot.web.starter.version>1.0-SNAPSHOT</ox.sprintboot.web.starter.version>
|
|
<lombok.version>1.18.20</lombok.version>
|
|
<javax.annotation.api.version>1.3.2</javax.annotation.api.version>
|
|
<logback.classic.version>1.2.3</logback.classic.version>
|
|
<ox.basidc.common>1.0-SNAPSHOT</ox.basidc.common>
|
|
<flyway.version>5.2.4</flyway.version>
|
|
<vs.common.rpc.version>1.3.0-SNAPSHOT</vs.common.rpc.version>
|
|
<vs.sqlmapper.spring>1.0.0-SNAPSHOT</vs.sqlmapper.spring>
|
|
<vs.mock.spring>1.0.0-SNAPSHOT</vs.mock.spring>
|
|
<vs.elasticsearch.version>1.0.0-SNAPSHOT</vs.elasticsearch.version>
|
|
<org.hibernate.core>5.5.7.Final</org.hibernate.core>
|
|
<vs.bo.common>1.0-SNAPSHOT</vs.bo.common>
|
|
<cn.hutool.all>5.7.4</cn.hutool.all>
|
|
<vs.debug.version>1.0.0-SNAPSHOT</vs.debug.version>
|
|
<javax.persistence-api>2.2</javax.persistence-api>
|
|
<elasticsearch.version>7.3.1</elasticsearch.version>
|
|
<dist.version>1.2.2</dist.version>
|
|
</properties>
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>cn.hutool</groupId>
|
|
<artifactId>hutool-all</artifactId>
|
|
<version>${cn.hutool.all}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javax.persistence</groupId>
|
|
<artifactId>javax.persistence-api</artifactId>
|
|
<version>${javax.persistence-api}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.hibernate</groupId>
|
|
<artifactId>hibernate-core</artifactId>
|
|
<version>${org.hibernate.core}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.vs</groupId>
|
|
<artifactId>ox-bo-common</artifactId>
|
|
<version>${vs.bo.common}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-dependencies</artifactId>
|
|
<version>2.6.2</version>
|
|
<type>pom</type>
|
|
<scope>import</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<version>${junit.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.vs</groupId>
|
|
<artifactId>dist</artifactId>
|
|
<version>${dist.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.projectlombok</groupId>
|
|
<artifactId>lombok</artifactId>
|
|
<version>${lombok.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javax.annotation</groupId>
|
|
<artifactId>javax.annotation-api</artifactId>
|
|
<version>${javax.annotation.api.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>ch.qos.logback</groupId>
|
|
<artifactId>logback-classic</artifactId>
|
|
<version>${logback.classic.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.vs</groupId>
|
|
<artifactId>ox-basidc-common</artifactId>
|
|
<version>${ox.basidc.common}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.flywaydb</groupId>
|
|
<artifactId>flyway-core</artifactId>
|
|
<version>${flyway.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.vs</groupId>
|
|
<artifactId>common-rpc</artifactId>
|
|
<version>${vs.common.rpc.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.vs</groupId>
|
|
<artifactId>vs-sqlmapper-spring</artifactId>
|
|
<version>${vs.sqlmapper.spring}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.vs</groupId>
|
|
<artifactId>vs-elasticsearch</artifactId>
|
|
<version>${vs.elasticsearch.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.vs</groupId>
|
|
<artifactId>vs-mock-web</artifactId>
|
|
<version>${vs.mock.spring}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.vs</groupId>
|
|
<artifactId>vs-debug-agent</artifactId>
|
|
<version>${vs.debug.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.vs</groupId>
|
|
<artifactId>vs-debug-plugin</artifactId>
|
|
<version>${vs.debug.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.vs</groupId>
|
|
<artifactId>vs.common.util</artifactId>
|
|
<version>${vs.common.util.version}</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.vs</groupId>
|
|
<artifactId>ox-bo-common</artifactId>
|
|
<version>${vs.bo.common}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.vs</groupId>
|
|
<artifactId>common-rpc</artifactId>
|
|
<version>${vs.common.rpc.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.insigma</groupId>
|
|
<artifactId>insiis-encryptor</artifactId>
|
|
<version>1.2.0-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.insigma</groupId>
|
|
<artifactId>insiis-core</artifactId>
|
|
<version>${revision}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.insigma</groupId>
|
|
<artifactId>insiis-commons</artifactId>
|
|
<version>${revision}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.insigma</groupId>
|
|
<artifactId>insiis-securities</artifactId>
|
|
<version>${revision}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.insigma</groupId>
|
|
<artifactId>insiis-web-support</artifactId>
|
|
<version>${revision}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.insigma</groupId>
|
|
<artifactId>insiis-scheduler</artifactId>
|
|
<version>${revision}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.insigma</groupId>
|
|
<artifactId>insiis-dfs</artifactId>
|
|
<version>${revision}</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>cn.ctyun</groupId>
|
|
<artifactId>oos-sdk</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.insigma</groupId>
|
|
<artifactId>insiis-export-queue</artifactId>
|
|
<version>${revision}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.insigma</groupId>
|
|
<artifactId>ucenter-sdk</artifactId>
|
|
<version>${ucenter-sdk.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.vs</groupId>
|
|
<artifactId>common-rpc</artifactId>
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.vs</groupId>
|
|
<artifactId>vs-sqlmapper-spring</artifactId>
|
|
</dependency>
|
|
<!-- 服务网关客户端 -->
|
|
<dependency>
|
|
<groupId>com.epsoft.isp</groupId>
|
|
<artifactId>isp-assist-client</artifactId>
|
|
<version>5.0.5</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>com.github.danielwegener</groupId>
|
|
<artifactId>logback-kafka-appender</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
|
|
</dependency>
|
|
<!--链路监控-->
|
|
<dependency>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-sleuth-zipkin</artifactId>
|
|
</dependency>
|
|
<!--feignclient调用服务-->
|
|
<dependency>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-starter-openfeign</artifactId>
|
|
</dependency>
|
|
<!-- Druid数据源 -->
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>druid-spring-boot-starter</artifactId>
|
|
<version>${druid.version}</version>
|
|
</dependency>
|
|
<!-- Oracle 驱动 -->
|
|
<dependency>
|
|
<groupId>com.oracle.jdbc</groupId>
|
|
<artifactId>ojdbc8</artifactId>
|
|
<version>${oracle.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>mysql</groupId>
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
<version>${mysql.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.oceanbase</groupId>
|
|
<artifactId>oceanbase-client</artifactId>
|
|
<version>${oceanbase.version}</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>com.google.guava</groupId>
|
|
<artifactId>guava</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cn.com.kingbase</groupId>
|
|
<artifactId>kingbase8</artifactId>
|
|
<version>${kingbase8.version}</version>
|
|
</dependency>
|
|
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
|
|
<dependency>
|
|
<groupId>org.postgresql</groupId>
|
|
<artifactId>postgresql</artifactId>
|
|
<version>${postgresql.version}</version>
|
|
</dependency>
|
|
<!-- gaussdb driver -->
|
|
<!--<dependency>
|
|
<groupId>org.opengauss</groupId>
|
|
<artifactId>opengauss-jdbc</artifactId>
|
|
<version>2.1.0-h0.csi.gaussdb_kernel.opengaussjdbc.r8</version>
|
|
</dependency>-->
|
|
<dependency>
|
|
<groupId>org.apache.commons</groupId>
|
|
<artifactId>commons-lang3</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.mohrss.leaf</groupId>
|
|
<artifactId>leaf-core-framework</artifactId>
|
|
<version>${leaf-framework.version}</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>mybatis-plus-annotation</artifactId>
|
|
<groupId>com.baomidou</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.codehaus.jackson</groupId>
|
|
<artifactId>jackson-mapper-asl</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.mohrss.leaf</groupId>
|
|
<artifactId>leaf-uni-common</artifactId>
|
|
<version>${leaf-framework.version}</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>org.apache.poi</groupId>
|
|
<artifactId>poi-ooxml</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.apache.poi</groupId>
|
|
<artifactId>poi</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>fastjson</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.insigma</groupId>
|
|
<artifactId>odin-est</artifactId>
|
|
<version>${odin-est.version}</version>
|
|
</dependency>
|
|
<!-- nacos配置中心 -->
|
|
<dependency>
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
|
</dependency>
|
|
|
|
<!-- 添加代码生成器依赖 -->
|
|
<dependency>
|
|
<groupId>com.baomidou</groupId>
|
|
<artifactId>mybatis-plus-generator</artifactId>
|
|
<version>${mybaits-plus.version}</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
|
|
<!-- 覆盖升级 -->
|
|
<dependency>
|
|
<groupId>org.yaml</groupId>
|
|
<artifactId>snakeyaml</artifactId>
|
|
<version>2.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.guava</groupId>
|
|
<artifactId>guava</artifactId>
|
|
<version>32.1.3-jre</version>
|
|
</dependency>
|
|
<!-- <dependency>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<artifactId>jackson-databind</artifactId>
|
|
<version>2.14.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<artifactId>jackson-core</artifactId>
|
|
<version>2.14.3</version>
|
|
</dependency>-->
|
|
<dependency>
|
|
<groupId>commons-fileupload</groupId>
|
|
<artifactId>commons-fileupload</artifactId>
|
|
<version>1.5</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.jettison</groupId>
|
|
<artifactId>jettison</artifactId>
|
|
<version>1.5.4</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.thoughtworks.xstream</groupId>
|
|
<artifactId>xstream</artifactId>
|
|
<version>1.4.20</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.fasterxml.woodstox</groupId>
|
|
<artifactId>woodstox-core</artifactId>
|
|
<version>6.5.1</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.insigma</groupId>
|
|
<artifactId>insiis-data-firewall</artifactId>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.demoyjh</groupId>
|
|
<artifactId>demo_person-entrance-web</artifactId>
|
|
<version>3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.demoyjh</groupId>
|
|
<artifactId>demo_person-entrance-rpc</artifactId>
|
|
<version>3.0-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-web</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<build>
|
|
|
|
<finalName>insiis7</finalName>
|
|
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<executions>
|
|
<execution>
|
|
<goals>
|
|
<goal>repackage</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
<configuration>
|
|
<includeSystemScope>true</includeSystemScope>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
|
|
|
|
</project>
|