diff options
author | MichaelMorris <michael.morris@est.tech> | 2023-06-02 12:46:04 +0000 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2023-06-02 16:20:24 +0000 |
commit | fccb576dfeb307bf30de6994fe462d1bfdd51fd5 (patch) | |
tree | dce9564bb1431b7c6537ecbcc458e582a77a536e /catalog-be/pom.xml | |
parent | b206d04b36eb66fc69c1ac96c700d19ca0fbbd37 (diff) |
Revert "[SDC-BE] Add kafka ssl config"
This reverts commit 3405456c46937352863ce19c39266a51dd7760db.
Reason for revert: deployment issues with TLS
Change-Id: I58aa51f7d563cf74d3747a5ff59104906b294d18
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4476
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r-- | catalog-be/pom.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index 051eb2e595..d503b0b36a 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -908,12 +908,7 @@ <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> |