Skip to content

Commit

Permalink
Adding needed mssql dependency for SQL Server support (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schuler authored Jan 22, 2024
1 parent 602d235 commit f1fed2a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,12 @@
<type>war</type>
</dependency>

<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>8.4.1.jre11</version>
</dependency>

<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark</artifactId>
Expand Down

0 comments on commit f1fed2a

Please sign in to comment.