add dependency

This commit is contained in:
ggmaleva 2021-12-30 17:12:29 +03:00
parent e01a2d68cf
commit 191303b325
2 changed files with 4 additions and 1 deletions

View File

@ -121,6 +121,10 @@
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-streams</artifactId>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>connect-api</artifactId>
</dependency>
<!--test-->
<dependency>

View File

@ -9,7 +9,6 @@ import com.rbkmoney.woody.api.flow.error.WUnavailableResultException;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.apache.kafka.connect.errors.RetriableException;
import org.apache.thrift.TApplicationException;
import org.apache.thrift.TException;
import org.springframework.stereotype.Service;