diff --git a/backend/pom.xml b/backend/pom.xml
index 77e756f5..d5b6baae 100644
--- a/backend/pom.xml
+++ b/backend/pom.xml
@@ -213,7 +213,7 @@
kr.motd.maven
os-maven-plugin
- 1.6.2
+ ${os-maven-plugin.version}
diff --git a/frontend/src/ts/ervu/service/FilterService.ts b/frontend/src/ts/ervu/service/FilterService.ts
index db617807..52f24f84 100644
--- a/frontend/src/ts/ervu/service/FilterService.ts
+++ b/frontend/src/ts/ervu/service/FilterService.ts
@@ -72,7 +72,6 @@ export class FilterService {
: "Файл отсутствует";
return {
- conditionOperator: undefined,
conditions: [{
filterValue: displayValue,
filterType: "equals"
@@ -86,7 +85,6 @@ export class FilterService {
endValue?: string
): FilterInfo {
return {
- conditionOperator: undefined,
conditions: [{
filterValue: endValue ? `${filterValue} to ${endValue}` : filterValue,
filterType: filterType,
diff --git a/pom.xml b/pom.xml
index 5a6faaf2..5ba24ef6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,6 +22,7 @@
2.9.2
3.192.26
72000
+ 1.6.2