Skip to content

Commit

Permalink
Fixed dependency.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
sbordet committed Nov 23, 2020
1 parent d9b9235 commit b4f50d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetty-jaas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit b4f50d6

Please sign in to comment.