From 8aaa46756e372dea81c280d161931c38718c2bf5 Mon Sep 17 00:00:00 2001 From: hongwei Date: Mon, 11 Aug 2025 14:43:29 +0200 Subject: [PATCH 1/6] refactor/uncomment the soap plugin --- obp-api/pom.xml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/obp-api/pom.xml b/obp-api/pom.xml index 9955f4ad7d..3113454c72 100644 --- a/obp-api/pom.xml +++ b/obp-api/pom.xml @@ -693,24 +693,24 @@ - - - - - - - - - - - - - - - - - - + + org.scalaxb + scalaxb-maven-plugin + 1.7.5 + + code.adapter.soap + src/main/resources/custom_webapp/wsdl + src/main/resources/custom_webapp/xsd + + + + scalaxb + + generate + + + + - - org.scalaxb - scalaxb-maven-plugin - 1.7.5 - - code.adapter.soap - src/main/resources/custom_webapp/wsdl - src/main/resources/custom_webapp/xsd - - - - scalaxb - - generate - - - - + + + + + + + + + + + + + + + + + +