Commit 3693303c authored by zero-mac's avatar zero-mac

fix pom.

parent 6e974c75
......@@ -5,7 +5,7 @@
<parent>
<artifactId>commons</artifactId>
<groupId>cn.quantgroup</groupId>
<version>0.0.7</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......@@ -28,13 +28,6 @@
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Edgware.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
......
......@@ -5,12 +5,31 @@
<parent>
<artifactId>commons</artifactId>
<groupId>cn.quantgroup</groupId>
<version>0.0.7</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-spring-cloud</artifactId>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.8.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Edgware.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
......
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