Skip to content

Commit

Permalink
Update SQL Server JDBC driver to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
electrum committed Nov 14, 2018
1 parent 3ce9339 commit 19b25ad
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -727,21 +727,7 @@
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>6.1.0.jre8</version>
<exclusions>
<exclusion>
<groupId>net.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-core</artifactId>
</exclusion>
</exclusions>
<version>7.0.0.jre8</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 19b25ad

Please sign in to comment.