Commit 598752a5 by qiuchaofei

1.修改parent的版本

parent 28223c94
......@@ -14,7 +14,7 @@
<parent>
<groupId>com.keymobile</groupId>
<artifactId>parent</artifactId>
<version>1.1.1-release</version>
<version>1.1.2-release</version>
</parent>
<properties>
......@@ -130,6 +130,12 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>RELEASE</version>
<scope>test</scope>
</dependency>
</dependencies>
<dependencyManagement>
......@@ -144,6 +150,14 @@
<artifactId>crypto</artifactId>
<version>1.1.0-release</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
......
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