We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dbcac4 commit 80a14b9Copy full SHA for 80a14b9
build.gradle
@@ -56,10 +56,6 @@ dependencies {
56
implementation 'org.postgresql:postgresql'
57
implementation 'org.flywaydb:flyway-core'
58
59
- testImplementation 'org.springframework.boot:spring-boot-starter-test'
60
- testImplementation 'org.springframework.boot:spring-boot-starter-data-jdbc'
61
- testImplementation 'org.testcontainers:junit-jupiter'
62
-
63
integrationImplementation 'org.springframework.boot:spring-boot-starter-test'
64
integrationImplementation 'org.testcontainers:postgresql'
65
integrationImplementation 'org.testcontainers:junit-jupiter'
0 commit comments