From b816399cba0eab4af9b8df41b05ae65c45c31942 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Tue, 24 Jan 2023 12:04:48 -0500 Subject: [PATCH] include integrated auth lib --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index aaf1bef..29d5c64 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,6 +27,7 @@ dependencies { implementation 'org.postgresql:postgresql:42.5.0' implementation 'net.sf.jt400:jt400:11.0' implementation 'com.microsoft.sqlserver:mssql-jdbc:9.2.0.jre8' + implementation 'com.microsoft.sqlserver:mssql-jdbc_auth:9.2.0.x64' } application {