spring-ldap
spring-ldap copied to clipboard
Consider splitting repositories into separate XSD
trafficstars
spring-ldap.xsd imports spring-repository.xsd. This means that spring-data-commons is a required dependency for Spring LDAP XML configuration, even if no Spring Data features are used in an application.
One way to solve this would be to move the repositories definition into a separate XSD.