Add entry for SQL Server's JDBC driver

Closes gh-313
This commit is contained in:
Stephane Nicoll
2016-11-19 07:22:49 +09:00
parent 227b2452d3
commit ad4ed895d9

View File

@@ -298,6 +298,14 @@ initializr:
version: 9.4-1201-jdbc41
scope: runtime
starter: false
- name: SQL Server
id: sqlserver
description: Microsoft SQL Server jdbc driver
versionRange: 1.5.0.RC1
groupId: com.microsoft.sqlserver
artifactId: mssql-jdbc
scope: runtime
starter: false
- name: Flyway
id: flyway
description: Flyway Database Migrations library