Skip to content

Commit 4a43ee3

Browse files
committed
Restore missing dependency
1 parent 895318e commit 4a43ee3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

kafka-connect-http-test/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<dependency>
1717
<groupId>org.projectlombok</groupId>
1818
<artifactId>lombok</artifactId>
19+
<scope>provided</scope>
1920
</dependency>
2021
<dependency>
2122
<groupId>org.slf4j</groupId>
@@ -29,6 +30,10 @@
2930
<groupId>ch.qos.logback</groupId>
3031
<artifactId>logback-classic</artifactId>
3132
</dependency>
33+
<dependency>
34+
<groupId>org.apache.kafka</groupId>
35+
<artifactId>connect-api</artifactId>
36+
</dependency>
3237
<dependency>
3338
<groupId>com.github.castorm</groupId>
3439
<artifactId>kafka-connect-http</artifactId>

0 commit comments

Comments
 (0)