146 lines
5.1 KiB
XML
146 lines
5.1 KiB
XML
|
<?xml version="1.0"?>
|
||
|
<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>
|
||
|
<parent>
|
||
|
<artifactId>loan-parent</artifactId>
|
||
|
<groupId>com.zkj.loan</groupId>
|
||
|
<version>5.0</version>
|
||
|
</parent>
|
||
|
|
||
|
<artifactId>loan-online-boot</artifactId>
|
||
|
<packaging>jar</packaging>
|
||
|
<name>loan-online-boot</name>
|
||
|
|
||
|
<properties>
|
||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||
|
<redisson.version>3.17.7</redisson.version>
|
||
|
</properties>
|
||
|
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>com.zkj.loan</groupId>
|
||
|
<artifactId>loan-common-next-probe</artifactId>
|
||
|
<version>5.0</version>
|
||
|
<exclusions>
|
||
|
<exclusion>
|
||
|
<artifactId>javax.el-api</artifactId>
|
||
|
<groupId>javax.el</groupId>
|
||
|
</exclusion>
|
||
|
</exclusions>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework.boot</groupId>
|
||
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
||
|
</dependency>
|
||
|
<!-- 配置中心来做配置管理-->
|
||
|
<dependency>
|
||
|
<groupId>com.alibaba.cloud</groupId>
|
||
|
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>com.alibaba.cloud</groupId>
|
||
|
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.zkj.loan</groupId>
|
||
|
<artifactId>loan-online-internet-application</artifactId>
|
||
|
<version>5.0</version>
|
||
|
<exclusions>
|
||
|
<exclusion>
|
||
|
<artifactId>commons-fileupload</artifactId>
|
||
|
<groupId>commons-fileupload</groupId>
|
||
|
</exclusion>
|
||
|
<exclusion>
|
||
|
<artifactId>javax.el-api</artifactId>
|
||
|
<groupId>javax.el</groupId>
|
||
|
</exclusion>
|
||
|
</exclusions>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.junit.platform</groupId>
|
||
|
<artifactId>junit-platform-launcher</artifactId>
|
||
|
<version>1.6.3</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework.boot</groupId>
|
||
|
<artifactId>spring-boot-starter-test</artifactId>
|
||
|
<scope>test</scope>
|
||
|
<exclusions>
|
||
|
<exclusion>
|
||
|
<artifactId>spring-jcl</artifactId>
|
||
|
<groupId>org.springframework</groupId>
|
||
|
</exclusion>
|
||
|
<exclusion>
|
||
|
<groupId>com.jayway.jsonpath</groupId>
|
||
|
<artifactId>json-path</artifactId>
|
||
|
</exclusion>
|
||
|
</exclusions>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework.cloud</groupId>
|
||
|
<artifactId>spring-cloud-starter-openfeign</artifactId>
|
||
|
<exclusions>
|
||
|
<exclusion>
|
||
|
<groupId>commons-logging</groupId>
|
||
|
<artifactId>commons-logging</artifactId>
|
||
|
</exclusion>
|
||
|
</exclusions>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>org.activiti</groupId>
|
||
|
<artifactId>activiti-process-validation</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.activiti</groupId>
|
||
|
<artifactId>activiti-image-generator</artifactId>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>org.apache.tomcat</groupId>
|
||
|
<artifactId>el-api</artifactId>
|
||
|
<version>6.0.26</version>
|
||
|
</dependency>
|
||
|
|
||
|
<!-- 添加 dm8 jdbc jar 包依赖-->
|
||
|
<dependency>
|
||
|
<groupId>com.dameng</groupId>
|
||
|
<artifactId>DmJdbcDriver18</artifactId>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>com.github.ulisesbocchio</groupId>
|
||
|
<artifactId>jasypt-spring-boot-starter</artifactId>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
<build>
|
||
|
<finalName>loan-online</finalName>
|
||
|
<plugins>
|
||
|
<plugin>
|
||
|
<groupId>org.springframework.boot</groupId>
|
||
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||
|
<version>2.1.2.RELEASE</version>
|
||
|
<configuration>
|
||
|
<mainClass>com.zkj.loan.boot.application.LoanApplication</mainClass>
|
||
|
<layout>JAR</layout>
|
||
|
<includeSystemScope>true</includeSystemScope>
|
||
|
</configuration>
|
||
|
<executions>
|
||
|
<execution>
|
||
|
<goals>
|
||
|
<goal>repackage</goal>
|
||
|
</goals>
|
||
|
</execution>
|
||
|
</executions>
|
||
|
</plugin>
|
||
|
</plugins>
|
||
|
<resources>
|
||
|
<resource>
|
||
|
<directory>src/main/resources</directory>
|
||
|
</resource>
|
||
|
</resources>
|
||
|
</build>
|
||
|
</project>
|