WIP
authorKai Moritz <kai@juplo.de>
Sat, 25 Jun 2022 10:01:01 +0000 (12:01 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 25 Jun 2022 10:01:01 +0000 (12:01 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index c3e5cb9..ba3b836 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <artifactId>spring-boot-configuration-processor</artifactId>
       <optional>true</optional>
     </dependency>
+    <dependency>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-starter-integration</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.springframework.kafka</groupId>
       <artifactId>spring-kafka</artifactId>
       <artifactId>spring-boot-starter-test</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.springframework.integration</groupId>
+      <artifactId>spring-integration-test</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.springframework.kafka</groupId>
       <artifactId>spring-kafka-test</artifactId>