Skip to content

Commit

Permalink
unboundid-ldapsdk 6.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaenick committed Oct 21, 2023
1 parent 5a603d3 commit e7606ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion GPMS-glassfish3-ldap-realm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>com.unboundid</groupId>
<artifactId>unboundid-ldapsdk</artifactId>
<version>6.0.9</version>
<version>6.0.10</version>
</dependency>
</dependencies>

Expand Down
11 changes: 1 addition & 10 deletions GPMS-ldap-loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@
<artifactId>GPMS-db-model</artifactId>
<version>${project.version}</version>
</dependency>

<!--
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>8.0.1</version>
<scope>provided</scope>
</dependency>
-->
<dependency>
<groupId>jakarta.platform</groupId>
<artifactId>jakarta.jakartaee-api</artifactId>
Expand All @@ -64,7 +55,7 @@
<dependency>
<groupId>com.unboundid</groupId>
<artifactId>unboundid-ldapsdk</artifactId>
<version>6.0.9</version>
<version>6.0.10</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit e7606ab

Please sign in to comment.