From 15c078c0dadf78dd89126164bc1cb5e39ee18bfd Mon Sep 17 00:00:00 2001 From: rchen9 Date: Tue, 12 Dec 2023 16:04:21 +0800 Subject: [PATCH] chore: update the version of arex-storage-config --- arex-web-api/pom.xml | 2 +- arex-web-common/pom.xml | 2 +- arex-web-core/pom.xml | 2 +- arex-web-model-contract/pom.xml | 2 +- .../model/contract/contracts/ReportInitialRequestType.java | 2 +- .../web/model/contract/contracts/common/PlanStatistic.java | 2 ++ arex-web-model/pom.xml | 2 +- .../web/model/dao/mongodb/ReportPlanStatisticCollection.java | 2 +- .../com/arextest/web/model/dto/ReportPlanStatisticDto.java | 2 +- pom.xml | 4 ++-- 10 files changed, 12 insertions(+), 10 deletions(-) diff --git a/arex-web-api/pom.xml b/arex-web-api/pom.xml index 0c9e2c38..7525acc5 100644 --- a/arex-web-api/pom.xml +++ b/arex-web-api/pom.xml @@ -66,7 +66,7 @@ arex-web com.arextest - 0.6.0.13 + 0.6.0.14 diff --git a/arex-web-common/pom.xml b/arex-web-common/pom.xml index 39601abc..e2dee469 100644 --- a/arex-web-common/pom.xml +++ b/arex-web-common/pom.xml @@ -48,6 +48,6 @@ arex-web com.arextest - 0.6.0.13 + 0.6.0.14 \ No newline at end of file diff --git a/arex-web-core/pom.xml b/arex-web-core/pom.xml index 36133c3a..c1570c26 100644 --- a/arex-web-core/pom.xml +++ b/arex-web-core/pom.xml @@ -95,6 +95,6 @@ arex-web com.arextest - 0.6.0.13 + 0.6.0.14 \ No newline at end of file diff --git a/arex-web-model-contract/pom.xml b/arex-web-model-contract/pom.xml index f206ef83..f1029eb1 100644 --- a/arex-web-model-contract/pom.xml +++ b/arex-web-model-contract/pom.xml @@ -34,7 +34,7 @@ arex-web com.arextest - 0.6.0.13 + 0.6.0.14 diff --git a/arex-web-model-contract/src/main/java/com/arextest/web/model/contract/contracts/ReportInitialRequestType.java b/arex-web-model-contract/src/main/java/com/arextest/web/model/contract/contracts/ReportInitialRequestType.java index 639b08b0..303938cb 100644 --- a/arex-web-model-contract/src/main/java/com/arextest/web/model/contract/contracts/ReportInitialRequestType.java +++ b/arex-web-model-contract/src/main/java/com/arextest/web/model/contract/contracts/ReportInitialRequestType.java @@ -44,7 +44,7 @@ public static class CaseSourceEnvironment { private Integer caseSourceType; - private Map caseTags; + private Map caseTags; private Long caseStartTime; diff --git a/arex-web-model-contract/src/main/java/com/arextest/web/model/contract/contracts/common/PlanStatistic.java b/arex-web-model-contract/src/main/java/com/arextest/web/model/contract/contracts/common/PlanStatistic.java index 959773ec..36b28c20 100644 --- a/arex-web-model-contract/src/main/java/com/arextest/web/model/contract/contracts/common/PlanStatistic.java +++ b/arex-web-model-contract/src/main/java/com/arextest/web/model/contract/contracts/common/PlanStatistic.java @@ -50,5 +50,7 @@ public class PlanStatistic { private Integer totalServiceCount; private String errorMessage; + private Map caseTags; + private Map customTags; } diff --git a/arex-web-model/pom.xml b/arex-web-model/pom.xml index bc2761b6..bd9a6579 100644 --- a/arex-web-model/pom.xml +++ b/arex-web-model/pom.xml @@ -46,6 +46,6 @@ arex-web com.arextest - 0.6.0.13 + 0.6.0.14 \ No newline at end of file diff --git a/arex-web-model/src/main/java/com/arextest/web/model/dao/mongodb/ReportPlanStatisticCollection.java b/arex-web-model/src/main/java/com/arextest/web/model/dao/mongodb/ReportPlanStatisticCollection.java index c8486bc6..037a9591 100644 --- a/arex-web-model/src/main/java/com/arextest/web/model/dao/mongodb/ReportPlanStatisticCollection.java +++ b/arex-web-model/src/main/java/com/arextest/web/model/dao/mongodb/ReportPlanStatisticCollection.java @@ -35,7 +35,7 @@ public class ReportPlanStatisticCollection extends ModelBase { private Integer caseSourceType; private String caseRecordVersion; - private Map caseTags; + private Map caseTags; private Long caseStartTime; private Long caseEndTime; diff --git a/arex-web-model/src/main/java/com/arextest/web/model/dto/ReportPlanStatisticDto.java b/arex-web-model/src/main/java/com/arextest/web/model/dto/ReportPlanStatisticDto.java index 5e2fa066..19acdcde 100644 --- a/arex-web-model/src/main/java/com/arextest/web/model/dto/ReportPlanStatisticDto.java +++ b/arex-web-model/src/main/java/com/arextest/web/model/dto/ReportPlanStatisticDto.java @@ -34,7 +34,7 @@ public class ReportPlanStatisticDto { private Integer caseSourceType; - private Map caseTags; + private Map caseTags; private Long caseStartTime; diff --git a/pom.xml b/pom.xml index 0d6cd29c..403ea2f7 100644 --- a/pom.xml +++ b/pom.xml @@ -344,7 +344,7 @@ 0.1.17 0.0.1 - 1.0.40 + 1.0.50 1.0.45 2.8.0 4.4 @@ -386,5 +386,5 @@ https://github.com/arextest/arex-report - 0.6.0.13 + 0.6.0.14 \ No newline at end of file