From d78105c3b772846fcf8396a70510ebb57ffab687 Mon Sep 17 00:00:00 2001 From: AKurakin Date: Mon, 2 Oct 2023 20:38:54 +0300 Subject: [PATCH] =?UTF-8?q?test-api-clearing=20issues/31=20=D0=B8=D0=BD?= =?UTF-8?q?=D1=82=D0=B5=D0=B3=D1=80=D0=B0=D1=86=D0=B8=D1=8F=20=D1=82=D0=B5?= =?UTF-8?q?=D1=81=D1=82=D0=BE=D0=B2=D0=BE=D0=B3=D0=BE=20=D0=BC=D0=BE=D0=B4?= =?UTF-8?q?=D1=83=D0=BB=D1=8F=20=D0=BA=20hazelcast=20=D0=BA=D0=B0=D0=BA=20?= =?UTF-8?q?=D0=BA=D0=BB=D0=B8=D0=B5=D0=BD=D1=82=D0=B0=20(=D0=B1=D1=8B?= =?UTF-8?q?=D0=BB=D0=B8=20=D0=BE=D0=B3=D1=80=D0=B0=D0=BD=D0=B8=D1=87=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F),=20=D1=82=D0=B5=D1=81=D1=82=D0=B8=D1=80?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D1=82=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=BE=D0=B2=D0=BE=D0=B3=D0=BE=20=D0=BC=D0=BE=D0=B4=D1=83=D0=BB?= =?UTF-8?q?=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clearing-parent/test-api-clearing/pom.xml | 42 +++++++--------- .../ru/spcex/clearing/test/ImdgService.java | 50 ++++++++++++------- .../ru/spcex/clearing/test/KafkaService.java | 5 +- .../clearing/test/config/KafkaConfig.java | 14 +++++- .../controller/HttpServerSimpleFramework.java | 1 - 5 files changed, 65 insertions(+), 47 deletions(-) diff --git a/clearing-parent/test-api-clearing/pom.xml b/clearing-parent/test-api-clearing/pom.xml index 7444c7297..37e2fcdc0 100644 --- a/clearing-parent/test-api-clearing/pom.xml +++ b/clearing-parent/test-api-clearing/pom.xml @@ -68,6 +68,11 @@ com.fasterxml.jackson.core jackson-databind + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + + @@ -96,18 +101,6 @@ ru.spcex.platform platform-imdg-api-hazelcast-impl - - ru.spcex.platform - platform-messaging - - - io.springfox - springfox-swagger2 - - - io.springfox - springfox-swagger-ui - org.apache.commons @@ -116,19 +109,18 @@ - - org.springframework.boot - spring-boot-starter-web - - - io.springfox - springfox-swagger2 - - - io.springfox - springfox-swagger-ui - - + + + + + + + + + + + +