aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/pom.xml
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2023-04-21 15:42:02 +0100
committerVasyl Razinkov <vasyl.razinkov@est.tech>2023-04-25 19:30:59 +0000
commit3405456c46937352863ce19c39266a51dd7760db (patch)
tree96e1240d6d4e768e864574dc37aa64609d882e49 /catalog-be/pom.xml
parent5d3954987dd1d53d2e9623648b6d436592a4c195 (diff)
[SDC-BE] Add kafka ssl config
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I9e7c0e44566c46bd6225397a680015bf1c0f1c0b Issue-ID: SDC-4476
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r--catalog-be/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml
index 567bc5fb43..9f5348acd7 100644
--- a/catalog-be/pom.xml
+++ b/catalog-be/pom.xml
@@ -920,7 +920,12 @@
<version>${mockitoJupiter.version}</version>
<scope>test</scope>
</dependency>
-
+ <dependency>
+ <groupId>org.junit-pioneer</groupId>
+ <artifactId>junit-pioneer</artifactId>
+ <version>2.0.1</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>