Index: build.gradle =================================================================== diff -u -r096fca5bd06ae4ed88e372af0835f5a6673c2159 -r14b49fa746953edbabdb32cad4ec2d08b37ab1e0 --- build.gradle (.../build.gradle) (revision 096fca5bd06ae4ed88e372af0835f5a6673c2159) +++ build.gradle (.../build.gradle) (revision 14b49fa746953edbabdb32cad4ec2d08b37ab1e0) @@ -92,9 +92,11 @@ compile 'javax.mail:mail:1.4.5' - provided 'net.sourceforge.jtds:jtds:1.3.1' + //provided 'net.sourceforge.jtds:jtds:1.3.1' + provided 'com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre11' + compile 'com.lemans.grails.plugins:lemans-core:0.1.0' compile 'com.lemans.grails.plugins:lemans-security:0.1.2c' compile 'com.lemans.grails.plugins:lemans-rest:0.1.0c'