From c63bf9125f2a2b2a45b4aa2e3543cef61a18bbd8 Mon Sep 17 00:00:00 2001 From: hongwei Date: Fri, 12 Dec 2025 14:58:00 +0100 Subject: [PATCH] refactor/Remove http4s-jar Maven profile from obp-api pom.xml --- obp-api/pom.xml | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) diff --git a/obp-api/pom.xml b/obp-api/pom.xml index c11d23533..99f7340f2 100644 --- a/obp-api/pom.xml +++ b/obp-api/pom.xml @@ -23,52 +23,6 @@ src/main/resources/web.xml - - http4s-jar - - - - org.apache.maven.plugins - maven-assembly-plugin - 3.6.0 - - false - ${project.artifactId}-http4s - - - bootstrap.http4s.Http4sServer - - - - jar-with-dependencies - - - - / - true - runtime - - - - - ${project.build.outputDirectory} - / - - - - - - http4s-fat-jar - package - - single - - - - - - -