From a6e377889c3f91701f024ee79343174fe6f4434c Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Fri, 7 Feb 2025 10:16:55 +0100 Subject: Reenable tests for the mso-infrastructure-bpmn module - add vintage-engine dependency to mso-infrastructure-bpmn module to reenable tests - fix test case that broke because the InformDmaapClient was renamed to InformKafkaClient - exclude android-json from shazamcrest dep to resolve build warning - remove duplicate maven-dependency-plugin declaration from pom Issue-ID: SO-4134 Change-Id: I42013a81218e2527ab228b45103f128e8dd50cb3 Signed-off-by: Fiete Ostkamp --- pom.xml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index f2e0fa127e..a156bc984e 100644 --- a/pom.xml +++ b/pom.xml @@ -411,13 +411,13 @@ f = new File( p ); if( f.exists() ) { break; - } + } p = "../" + p; } } if( f != null ) { String basePath = f.getCanonicalPath(); - basePath = basePath.substring( 0, basePath.lastIndexOf( File.separator ) ); + basePath = basePath.substring( 0, basePath.lastIndexOf( File.separator ) ); project.properties['base-path'] = basePath.replace( '\\' , '/'); log.info(' - used base path = ' + project.properties['base-path'] ); } else { @@ -578,16 +578,16 @@ ${docker.skip.build} ${docker.skip.push} ${docker.newHost} - ${docker.host.cert.path} - ${dockerPushRepo} - ${dockerPullRepo} - @@ -855,6 +855,10 @@ org.apache.commons commons-lang3 + + com.vaadin.external.google + android-json + -- cgit