Skip to content

Commit

Permalink
deps: Added HikariCP
Browse files Browse the repository at this point in the history
Fixes #140
  • Loading branch information
jruaux committed Apr 29, 2024
1 parent d2c9d86 commit c1d974e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions connectors/riot-db/riot-db.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dependencies {
implementation project(':riot-core')
implementation 'org.springframework.boot:spring-boot-autoconfigure'
implementation 'org.springframework:spring-jdbc'
implementation 'com.zaxxer:HikariCP'
implementation 'com.mysql:mysql-connector-j'
implementation 'org.postgresql:postgresql'
implementation 'com.microsoft.sqlserver:mssql-jdbc'
Expand Down

0 comments on commit c1d974e

Please sign in to comment.