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

Commit 119eb6e1 authored by anjiabin's avatar anjiabin

提交测试配置

parent 8f2a567f
...@@ -3,10 +3,11 @@ ...@@ -3,10 +3,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<groupId>org.springframework.boot</groupId> <artifactId>liquidnet-bus-v1</artifactId>
<artifactId>spring-boot-starter-parent</artifactId> <groupId>com.liquidnet</groupId>
<version>2.2.2.RELEASE</version> <version>1.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>liquidnet-bus-common</artifactId> <artifactId>liquidnet-bus-common</artifactId>
...@@ -44,7 +45,6 @@ ...@@ -44,7 +45,6 @@
<module>liquidnet-common-feign</module> <module>liquidnet-common-feign</module>
<!-- <module>liquidnet-common-mybatis</module>--> <!-- <module>liquidnet-common-mybatis</module>-->
</modules> </modules>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
...@@ -96,6 +96,13 @@ ...@@ -96,6 +96,13 @@
<dependencyManagement> <dependencyManagement>
<dependencies> <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> <dependency>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId> <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