From eabf73eaa53a22bfef94a6975c6d1ffa4e15eef6 Mon Sep 17 00:00:00 2001 From: Miklas Boskamp Date: Fri, 1 Nov 2024 14:23:13 +0100 Subject: [PATCH] fix(flaky): change tomcat port for XTaC IT Related to https://github.com/camunda/team-automation-platform/issues/87 --- clients/java/client/pom.xml | 10 +++++----- .../src/it/resources/integration-rules.properties | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/clients/java/client/pom.xml b/clients/java/client/pom.xml index 985426736a9..2c005e88f24 100644 --- a/clients/java/client/pom.xml +++ b/clients/java/client/pom.xml @@ -18,11 +18,11 @@ ${engine.runtime}/server/apache-tomcat-${version.tomcat} ${tomcat.connector.http.port} - 48080 - 48443 - 48009 - 48443 - 48005 + 50080 + 50443 + 50009 + 50443 + 50005 240000 60000 diff --git a/clients/java/client/src/it/resources/integration-rules.properties b/clients/java/client/src/it/resources/integration-rules.properties index 6e77f3bedfc..648a27cfb50 100644 --- a/clients/java/client/src/it/resources/integration-rules.properties +++ b/clients/java/client/src/it/resources/integration-rules.properties @@ -1,3 +1,3 @@ #for tests internal usage only -camunda.engine.rest=http://localhost:48080/engine-rest +camunda.engine.rest=http://localhost:50080/engine-rest camunda.engine.name=/engine/default \ No newline at end of file