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:
Chris Mathews
2021-02-17 17:48:32 -05:00
committed by GitHub
parent 7cff9860dd
commit 4632ea0be6

View File

@@ -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>