File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/test/java/com/omnia/sdk Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1919 httpClientVersion = ' 4.5.13'
2020 postgresqlDriverVersion = ' 42.7.3'
2121 opensearchtestcontainersVersion = ' 2.1.3'
22+ slf4jVersion = " 1.7.36"
2223}
2324
2425dependencies {
@@ -42,6 +43,10 @@ dependencies {
4243 testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:$junitVersion "
4344 testRuntimeOnly " org.junit.platform:junit-platform-launcher:1.12.0"
4445
46+ // sfl4j (test containers use it)
47+ testImplementation " org.slf4j:slf4j-api:$slf4jVersion "
48+ testImplementation " org.slf4j:slf4j-simple:$slf4jVersion "
49+
4550 // Test Containers
4651 testImplementation " org.testcontainers:junit-jupiter:$testcontainersVersion "
4752 testImplementation " org.testcontainers:testcontainers:$testcontainersVersion "
Original file line number Diff line number Diff line change 3131
3232import static org .junit .jupiter .api .Assertions .assertEquals ;
3333
34- @ Testcontainers
34+ @ Testcontainers ( disabledWithoutDocker = true )
3535public class OmniaSDKPostgreSQLTest {
3636
3737 private static final String FEATURE_NAME = "test-feature" ;
You can’t perform that action at this time.
0 commit comments