记得上下班打卡 | git大法好,push需谨慎

Commit 119eb6e1 authored by anjiabin's avatar anjiabin

提交测试配置

parent 8f2a567f
......@@ -3,10 +3,11 @@
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>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.2.RELEASE</version>
<artifactId>liquidnet-bus-v1</artifactId>
<groupId>com.liquidnet</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>liquidnet-bus-common</artifactId>
......@@ -44,7 +45,6 @@
<module>liquidnet-common-feign</module>
<!-- <module>liquidnet-common-mybatis</module>-->
</modules>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
......@@ -96,6 +96,13 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring-boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment