Skip to content

Commit

Permalink
Add com.ibm.security.auth.module and com.sun.security.auth.module as …
Browse files Browse the repository at this point in the history
…optional import (#2609)
  • Loading branch information
muskan124947 authored Feb 18, 2025
1 parent e63814e commit 4a0a7bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,10 @@
microsoft.sql
</_exportcontents>
<Import-Package>
!microsoft.sql,jdk.net;resolution:=optional,*</Import-Package>
!microsoft.sql,
com.ibm.security.auth.module;resolution:=optional,
com.sun.security.auth.module;resolution:=optional,
jdk.net;resolution:=optional,*</Import-Package>
<Bundle-Activator>
com.microsoft.sqlserver.jdbc.osgi.Activator</Bundle-Activator>
</instructions>
Expand Down

0 comments on commit 4a0a7bc

Please sign in to comment.