diff --git a/config-data-executor/pom.xml b/config-data-executor/pom.xml
index ce0d141..9aa50ae 100644
--- a/config-data-executor/pom.xml
+++ b/config-data-executor/pom.xml
@@ -75,6 +75,10 @@
javax.servlet-api
provided
+
+ ru.cg.webbpm.modules.core
+ core-runtime-api
+
diff --git a/config-data-executor/src/main/java/org/micord/exceptions/IllegalRequestParametersException.java b/config-data-executor/src/main/java/org/micord/exceptions/IllegalRequestParametersException.java
index 08aa4a0..3be8ab6 100644
--- a/config-data-executor/src/main/java/org/micord/exceptions/IllegalRequestParametersException.java
+++ b/config-data-executor/src/main/java/org/micord/exceptions/IllegalRequestParametersException.java
@@ -5,7 +5,6 @@ import lombok.Getter;
@Getter
public class IllegalRequestParametersException extends IllegalArgumentException {
-
public IllegalRequestParametersException(String message) {
super(message);
}
diff --git a/config-data-executor/src/main/java/org/micord/models/requests/BaseRequest.java b/config-data-executor/src/main/java/org/micord/models/requests/BaseRequest.java
index d11d271..1207a82 100644
--- a/config-data-executor/src/main/java/org/micord/models/requests/BaseRequest.java
+++ b/config-data-executor/src/main/java/org/micord/models/requests/BaseRequest.java
@@ -24,4 +24,5 @@ public abstract class BaseRequest {
@XmlElement(name = "RequestValidationRules")
private RequestValidationRules requestValidationRules;
+
}
diff --git a/config/cde-xml/unblock.xml b/config/cde-xml/unblock.xml
index 2789b6b..7b70b06 100644
--- a/config/cde-xml/unblock.xml
+++ b/config/cde-xml/unblock.xml
@@ -1,5 +1,9 @@
+