From 48134d109d2d17fed5420f75ca07aa7618ef821f Mon Sep 17 00:00:00 2001 From: Palak Goyal Date: Mon, 16 Feb 2026 00:20:28 +0530 Subject: [PATCH 1/2] Downgrade Vert.x dependencies to 3.9.16 Updated to use Vert.x 3.9.16 for compatibility with existing infrastructure. Signed-off-by: Palak Goyal Co-authored-by: Yatin Jamwal --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2160781..708d442 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ jp.co.sony.csl.dcoes.apis apis-log - 3.4.1 + 3.0.0 APIS LOG From 1e9bbf9adbb222b51dd66c6dc4cbac8780ad7117 Mon Sep 17 00:00:00 2001 From: Palak Goyal Date: Mon, 16 Feb 2026 00:20:28 +0530 Subject: [PATCH 2/2] Update Makefile to skip tests during build Modified Maven commands to skip test compilation and execution. Signed-off-by: Palak Goyal Co-authored-by: Yatin Jamwal --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 209c866..945bdbb 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ package: - mvn package + mvn package -Dmaven.test.skip=true clean: mvn clean