Skip to content

Commit 884da0d

Browse files
author
Dave Syer
committed
Remove duplicate dependency management
1 parent fc52f41 commit 884da0d

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,6 @@
1818
<relativePath /> <!-- lookup parent from repository -->
1919
</parent>
2020

21-
<dependencyManagement>
22-
<dependencies>
23-
<dependency>
24-
<groupId>org.springframework.cloud</groupId>
25-
<artifactId>spring-cloud-starter-parent</artifactId>
26-
<version>1.0.0.BUILD-SNAPSHOT</version>
27-
<type>pom</type>
28-
<scope>import</scope>
29-
</dependency>
30-
</dependencies>
31-
</dependencyManagement>
32-
3321
<dependencies>
3422
<dependency>
3523
<groupId>org.springframework.cloud</groupId>
@@ -39,10 +27,6 @@
3927
<groupId>org.springframework.cloud</groupId>
4028
<artifactId>spring-cloud-starter-eureka</artifactId>
4129
</dependency>
42-
<dependency>
43-
<groupId>org.springframework.boot</groupId>
44-
<artifactId>spring-boot-starter-web</artifactId>
45-
</dependency>
4630
<dependency>
4731
<groupId>org.springframework.boot</groupId>
4832
<artifactId>spring-boot-starter-security</artifactId>

0 commit comments

Comments
 (0)