Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OAK-11386: oak-auth-ldap: update o.a.d.api-api-all dependency to 2.1.… #1985

Draft
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
OAK-11386: oak-auth-ldap: update o.a.d.api-api-all dependency to 2.1.…
…7 and mina dependency to 2.2.4

Updated dependencies and removed unnecessary embeddings.
mbaedke committed Jan 14, 2025
commit c286e99cac0e9b069ef93768d6e5606a2fffcf56
29 changes: 23 additions & 6 deletions oak-auth-ldap/pom.xml
Original file line number Diff line number Diff line change
@@ -52,13 +52,10 @@
!org.xmlpull.v1,
!sun.net.util,
!net.sf.cglib.proxy,
!antlr,
!antlr.collections.impl,
!org.apache.mina.*,
*
</Import-Package>
<Embed-Dependency>
api-all,commons-pool2,mina-core,org.apache.servicemix.bundles.antlr
api-all
</Embed-Dependency>
</instructions>
</configuration>
@@ -80,7 +77,7 @@
<dependency>
<groupId>org.apache.directory.api</groupId>
<artifactId>api-all</artifactId>
<version>2.0.1</version>
<version>2.1.7</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
@@ -91,10 +88,30 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.13.0</version>
</dependency>
<dependency>
<groupId>org.apache.mina</groupId>
<artifactId>mina-core</artifactId>
<version>2.1.10</version>
<version>2.2.4</version>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>3.1.8</version>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.36.0</version>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.48.4</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix.bundles</groupId>