Commit 598752a5 by qiuchaofei

1.修改parent的版本

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