diff --git a/modules/apim-adapter/src/main/java/com/axway/apim/lib/error/ErrorCode.java b/modules/apim-adapter/src/main/java/com/axway/apim/lib/error/ErrorCode.java
index af3d8f1ba..6c51cb875 100644
--- a/modules/apim-adapter/src/main/java/com/axway/apim/lib/error/ErrorCode.java
+++ b/modules/apim-adapter/src/main/java/com/axway/apim/lib/error/ErrorCode.java
@@ -11,7 +11,7 @@ public enum ErrorCode {
MISSING_PARAMETER(5, "There is a missing parameter.", false),
INVALID_PARAMETER(6, "There is an invalid parameter.", false),
API_ALREADY_EXISTS(7, "The API already exists for another organization.", false),
- BACKEND_API_DEF_NA(8, "The API already exists for another organization.", false),
+ BACKEND_API_DEF_NA(8, "Backend API definition is not available.", false),
NO_CHANGE(10, "No change between desired and actual API has been detected.", false, LogLevel.WARN),
EXPORT_FOLDER_EXISTS(12, "Export failed Export-Folder already exists.", false),
UPDATE_ONLY_IS_SET(13, "Creating of a new API fails, when flag updateOnly is set.", false),
diff --git a/modules/apim-cli-tests/pom.xml b/modules/apim-cli-tests/pom.xml
index a448defe1..38d7a8510 100644
--- a/modules/apim-cli-tests/pom.xml
+++ b/modules/apim-cli-tests/pom.xml
@@ -58,6 +58,11 @@
citrus-validation-xml
${citrus.version}
+
+ org.citrusframework
+ citrus-java-dsl
+ 4.0.0-M1
+
org.citrusframework
citrus-sql