mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-09 09:57:35 +01:00
Fix compile warnings related to swagger annotations
This commit is contained in:
parent
01d6f4df28
commit
159d3fe3f4
@ -127,6 +127,8 @@ subprojects {
|
||||
testImplementation "com.google.dagger:dagger:$daggerVersion"
|
||||
testAnnotationProcessor "com.google.dagger:dagger-compiler:$daggerVersion"
|
||||
|
||||
compileOnly "io.swagger.core.v3:swagger-core-jakarta:$swaggerVersion"
|
||||
|
||||
// Test Tooling Dependencies
|
||||
testImplementation "org.junit.jupiter:junit-jupiter:$junitVersion" // JUnit 5
|
||||
testImplementation "org.mockito:mockito-core:$mockitoVersion" // Mockito Core
|
||||
|
Loading…
Reference in New Issue
Block a user