include integrated auth lib

This commit is contained in:
Paul Trowbridge 2023-01-24 12:04:48 -05:00
parent fe39c6a2ae
commit b816399cba
1 changed files with 1 additions and 0 deletions

View File

@ -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 {