Skip to content

Commit

Permalink
SHIBUI-2262
Browse files Browse the repository at this point in the history
Adding addition driver for SQL Server
  • Loading branch information
chasegawa committed Jan 24, 2022
1 parent df6ded6 commit 9454577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ dependencies {
runtimeOnly "org.postgresql:postgresql:42.2.20"
runtimeOnly 'org.mariadb.jdbc:mariadb-java-client:2.2.0'
runtimeOnly 'mysql:mysql-connector-java:5.1.48'
runtimeOnly 'com.microsoft.sqlserver:mssql-jdbc:9.4.1.jre11'

//Swagger
compile 'io.springfox:springfox-swagger2:2.9.2'
Expand Down

0 comments on commit 9454577

Please sign in to comment.