Skip to content

Commit 1b27088

Browse files
authored
Stripped out the additions for integration testing with a dynamic kafka-container. (#17)
1 parent 16e135e commit 1b27088

File tree

3 files changed

+0
-211
lines changed

3 files changed

+0
-211
lines changed

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ dependencies {
2727

2828
testCompile "org.junit.jupiter:junit-jupiter-api:5.3.0"
2929
testCompile "org.apache.kafka:connect-api:2.3.0"
30-
testCompile 'org.testcontainers:testcontainers:1.11.4'
31-
// https://mvnrepository.com/artifact/org.testcontainers/kafka
32-
testCompile group: 'org.testcontainers', name: 'kafka', version: '1.12.2'
33-
testCompile("org.assertj:assertj-core:3.11.1")
34-
// https://mvnrepository.com/artifact/org.apache.kafka/connect-runtime
35-
testCompile group: 'org.apache.kafka', name: 'connect-runtime', version: '2.3.1'
3630

3731
// Needed by Gradle 4.6+ - see https://www.petrikainulainen.net/programming/testing/junit-5-tutorial-running-unit-tests-with-gradle/
3832
testRuntime "org.junit.jupiter:junit-jupiter-engine:5.3.0"

src/test/java/com/marklogic/kafka/connect/MarkLogicConnectionTest.java

Lines changed: 0 additions & 49 deletions
This file was deleted.

src/test/java/com/marklogic/kafka/connect/sinkIntegration/KafkaConnectionTest.java

Lines changed: 0 additions & 156 deletions
This file was deleted.

0 commit comments

Comments
 (0)