Fixed dependency.
Updating api-ldap-schema-data to 2.0.1 was breaking the requireUpperBoundDeps enforcement because the other apacheds dependencies only depend on 2.0.0. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
parent
d9b9235919
commit
b4f50d6e90
|
@ -125,7 +125,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.directory.api</groupId>
|
||||
<artifactId>api-ldap-schema-data</artifactId>
|
||||
<version>2.0.1</version>
|
||||
<version>2.0.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<!-- because directory server do not have yet junit5 extensions -->
|
||||
|
|
Loading…
Reference in New Issue