From 4a0a7bc800a9066d35d8b3f27852c0fc7d4fe11e Mon Sep 17 00:00:00 2001 From: muskan124947 Date: Tue, 18 Feb 2025 19:04:59 +0530 Subject: [PATCH] Add com.ibm.security.auth.module and com.sun.security.auth.module as optional import (#2609) --- pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 321c4226d..284c17582 100644 --- a/pom.xml +++ b/pom.xml @@ -569,7 +569,10 @@ microsoft.sql - !microsoft.sql,jdk.net;resolution:=optional,* + !microsoft.sql, + com.ibm.security.auth.module;resolution:=optional, + com.sun.security.auth.module;resolution:=optional, + jdk.net;resolution:=optional,* com.microsoft.sqlserver.jdbc.osgi.Activator