aboutsummaryrefslogtreecommitdiffstats
path: root/common/pom.xml
diff options
context:
space:
mode:
authorRupali Shirode <rupali.shirode@t-systems.com>2023-12-07 16:39:19 +0530
committerRupali Shirode <rupali.shirode@t-systems.com>2023-12-07 16:39:53 +0530
commit61b3ff91485571c24834b31c6ee7efc7ab1d0243 (patch)
treee66c5fa97e486d3ba4c54ae83862f2f6d72c0cfc /common/pom.xml
parente83aa94d93e78e92fbed0c45924fce5aaf2d00c8 (diff)
[SO] Remove DMaap Dependency in SO-bpmn-infra
Remove DMaap Dependency in SO-bpmn-infra Issue-ID: SO-4122 Change-Id: I8fbe5761430c21b3f49b31a45ede095fdb72628f Signed-off-by: Rupali Shirode <rupali.shirode@t-systems.com>
Diffstat (limited to 'common/pom.xml')
-rw-r--r--common/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/common/pom.xml b/common/pom.xml
index 9713d006e1..847c9464a0 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -308,6 +308,23 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-sleuth</artifactId>
</dependency>
+ <!-- kafka dependency -->
+ <dependency>
+ <groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-clients</artifactId>
+ <version>3.3.1</version>
+ </dependency>
+ <dependency>
+ <groupId>uk.org.webcompere</groupId>
+ <artifactId>system-stubs-jupiter</artifactId>
+ <version>1.1.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-engine</artifactId>
+ <version>5.5.2</version>
+ </dependency>
</dependencies>
<dependencyManagement>
<dependencies>