add support for ms sql server (#347)

This commit is contained in:
craig mcclendon
2022-04-09 12:19:44 -05:00
committed by GitHub
parent 6b3f57cf12
commit cdda71b253
2 changed files with 24 additions and 0 deletions

View File

@@ -61,6 +61,10 @@
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
</dependency>
<!-- Needed for Email subscriptions -->
<dependency>