From 5a6ada817e6c8d32ecf6993db0ac65839358c600 Mon Sep 17 00:00:00 2001 From: CVSz Date: Wed, 16 Nov 2016 18:05:17 +0700 Subject: Add lib for Microsoft JDBC Drivers with maven [INFO] Copying mssql-jdbc-6.1.0.jre8.jar to /root/traccar/target/lib/mssql-jdbc-6.1.0.jre8.jar sample config for mssql lib/mssql-jdbc-6.1.0.jre8.jar com.microsoft.sqlserver.jdbc.SQLServerDriver jdbc:sqlserver://[serverName][\instanceName];user=[userName];password=[password];databaseName=[database]; [userName] [password] --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 24c3b442e..6e63bf0f7 100644 --- a/pom.xml +++ b/pom.xml @@ -127,6 +127,11 @@ jxls-poi 1.0.11 + + com.microsoft.sqlserver + mssql-jdbc + 6.1.0.jre8 + -- cgit v1.2.3 From e42ac7f82e408e0e7307cb3b508489e580cc5b15 Mon Sep 17 00:00:00 2001 From: CVSz Date: Wed, 16 Nov 2016 18:58:14 +0700 Subject: Change jre8 to jre7 by default 6.1.0.jre7 bcoz we can't install both of one dependency --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6e63bf0f7..b71377b49 100644 --- a/pom.xml +++ b/pom.xml @@ -130,7 +130,7 @@ com.microsoft.sqlserver mssql-jdbc - 6.1.0.jre8 + 6.1.0.jre7 -- cgit v1.2.3