Unify TasksV1 and TasksV2 implementations (#1358)

This commit is contained in:
Aditya Chandel
2025-10-15 19:59:30 -06:00
committed by GitHub
parent 675bed1a65
commit d90cb73148
27 changed files with 176 additions and 1070 deletions

View File

@@ -31,7 +31,6 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-websocket'
implementation 'org.springframework.boot:spring-boot-starter-quartz'
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'org.springframework.boot:spring-boot-configuration-processor'
implementation 'org.springframework.boot:spring-boot-starter-security'