DATALDAP-68 - Remove superfluous spring-web dependency.

spring-web is not required for Spring Data LDAP.
This commit is contained in:
Mark Paluch
2018-04-11 16:47:04 +02:00
parent f7694d09fd
commit ab12540644

View File

@@ -55,11 +55,6 @@
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core</artifactId>