Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
poi1649 authored Nov 29, 2023
1 parent c779b4d commit f03fade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ dependencies {
testImplementation 'io.cucumber:cucumber-spring:7.12.1'
testImplementation 'org.junit.vintage:junit-vintage-engine'

// mariaDB
runtimeOnly 'org.mariadb.jdbc:mariadb-java-client'
// MySQL
runtimeOnly 'mysql:mysql-connector-java'

// jwt
implementation 'io.jsonwebtoken:jjwt-api:0.11.2'
Expand Down

0 comments on commit f03fade

Please sign in to comment.