Skip to content

Commit 3a5278c

Browse files
committed
#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.
1 parent 3d1041c commit 3a5278c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34

45
<modelVersion>4.0.0</modelVersion>
56

@@ -242,6 +243,7 @@
242243
<groupId>com.microsoft.sqlserver</groupId>
243244
<artifactId>mssql-jdbc</artifactId>
244245
<version>${mssql-jdbc.version}</version>
246+
<scope>test</scope>
245247
</dependency>
246248

247249
<dependency>

0 commit comments

Comments
 (0)