Skip to content

Commit

Permalink
Update JSS and LDAP SDK dependencies
Browse files Browse the repository at this point in the history
The pom.xml has been updated to support newer JSS and LDAP SDK.
  • Loading branch information
edewata committed Mar 4, 2024
1 parent 84897ad commit 8ebac0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
<dependency>
<groupId>org.dogtagpki.jss</groupId>
<artifactId>jss-base</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>[5.5.0-SNAPSHOT,)</version>
</dependency>

<dependency>
<groupId>org.dogtagpki.ldap-sdk</groupId>
<artifactId>ldapjdk</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>[5.5.0-SNAPSHOT,)</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 8ebac0c

Please sign in to comment.