Remove unnecessary versions
This commit is contained in:
@@ -22,6 +22,9 @@ project: spring-cloud
|
||||
# Project github URL
|
||||
github_repo_url: http://github.com/spring-cloud
|
||||
|
||||
# Project forum URL
|
||||
forum: http://stackoverflow.com/questions/tagged/spring-cloud
|
||||
|
||||
# If you want to include a custom pom.xml or gradle template set these value to true and add _include files
|
||||
custom_pom_template: true
|
||||
custom_gradle_template: true
|
||||
|
||||
@@ -7,12 +7,10 @@
|
||||
<dependency>
|
||||
<groupId>{@= groupId @}</groupId>
|
||||
<artifactId>spring-cloud-starter-config</artifactId>
|
||||
<version>{@= version @}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>{@= groupId @}</groupId>
|
||||
<artifactId>spring-cloud-starter-eureka</artifactId>
|
||||
<version>{@= version @}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user