From 3a5278ce87ac5cfd42651285a05dc853196c16e4 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 21 Jan 2019 08:55:10 +0100 Subject: [PATCH] #52 - Switch mssql-jdbc driver dependency to test scope. We use JDBC drivers only during testing so converting mssql-jdbc to a test-only dependency. --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 665d56cc..2c747325 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 @@ -242,6 +243,7 @@ com.microsoft.sqlserver mssql-jdbc ${mssql-jdbc.version} + test