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 f03fade commit af8d0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
testImplementation 'org.junit.vintage:junit-vintage-engine'

// MySQL
runtimeOnly 'mysql:mysql-connector-java'
runtimeOnly 'com.mysql:mysql-connector-j'

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

0 comments on commit af8d0e3

Please sign in to comment.