Removed duplicate dependency from spring-cloud-cloudfoundry-dependencies (#76)
Really minor detail but I noticed that org.springframework.cloud:spring-cloud-cloudfoundry-commons was duplicated in the dependencyManagement section of spring-cloud-cloudfoundry-dependencies. It isn't hurting anything but it isn't necessary either.
This commit is contained in:
@@ -31,11 +31,6 @@
|
||||
<artifactId>spring-cloud-cloudfoundry-web</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-cloudfoundry-commons</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-cloudfoundry</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user