MS SQL Server support in hawkBit runtime (#684)

* Official MS SQL Server support.

Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>

* Fix typo.

Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>
This commit is contained in:
Kai Zimmermann
2018-05-18 14:33:37 +02:00
committed by GitHub
parent 29db5dec15
commit db7bd49897
5 changed files with 8 additions and 3 deletions

View File

@@ -69,6 +69,10 @@
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
</dependency>
</dependencies>