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 {