diff --git a/backend/build.gradle b/backend/build.gradle index eed3c05..d4eacdc 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -25,6 +25,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'org.springframework.boot:spring-boot-starter-webmvc' implementation 'org.flywaydb:flyway-database-postgresql' + implementation 'org.jsoup:jsoup:1.18.1' implementation 'io.jsonwebtoken:jjwt-api:0.12.6' developmentOnly 'org.springframework.boot:spring-boot-devtools' compileOnly 'org.projectlombok:lombok'