Skip to content

Commit a4132c5

Browse files
committed
prøver å bruke spring boot kafka test
1 parent bbf5102 commit a4132c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@ dependencies {
154154
implementation("io.confluent:kafka-connect-avro-converter:$confluentVersion")
155155
implementation("io.confluent:kafka-avro-serializer:$confluentVersion")
156156
implementation("org.apache.avro:avro:1.12.1")
157-
testImplementation("org.springframework.kafka:spring-kafka-test")
158-
157+
testImplementation("org.springframework.boot:spring-boot-starter-kafka-test")
159158
// PDF
160159
implementation("com.openhtmltopdf:openhtmltopdf-pdfbox:$openhtmltopdfVersion")
161160
implementation("com.openhtmltopdf:openhtmltopdf-slf4j:$openhtmltopdfVersion")

0 commit comments

Comments
 (0)