summaryrefslogtreecommitdiffstats
path: root/ms/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ms/pom.xml')
-rw-r--r--ms/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/ms/pom.xml b/ms/pom.xml
index d13a2931b..d99558b62 100644
--- a/ms/pom.xml
+++ b/ms/pom.xml
@@ -39,6 +39,19 @@
<module>sdclistener</module>
</modules>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-text</artifactId>
+ <version>1.10.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.kafka</groupId>
+ <artifactId>spring-kafka</artifactId>
+ <version>2.9.13</version>
+ </dependency>
+ </dependencies>
+
<build>
<pluginManagement>
<plugins>