Browse Source

Removed duplicated depenedncy

pull/250/merge
Marcin Grzejszczak 7 years ago
parent
commit
5903c68396
  1. 5
      spring-cloud-commons/pom.xml

5
spring-cloud-commons/pom.xml

@ -56,11 +56,6 @@ @@ -56,11 +56,6 @@
<artifactId>spring-boot-starter-web</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-crypto</artifactId>

Loading…
Cancel
Save