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:
Simone Bordet 2020-11-23 15:37:48 +01:00
parent d9b9235919
commit b4f50d6e90
1 changed files with 1 additions and 1 deletions

View File

@ -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 -->