From d536c5fac12a58cca39a6b31ef3868ea536230d3 Mon Sep 17 00:00:00 2001 From: Andrei Kamarouski Date: Mon, 3 Apr 2023 22:02:12 +0300 Subject: [PATCH 1/9] change version of carina-commons to 1.0.2.P1-SNAPSHOT --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7c15ada..48b00c6 100644 --- a/pom.xml +++ b/pom.xml @@ -50,12 +50,11 @@ UTF-8 11 1.0.1 - 1.0.1 + 1.0.2.P1-SNAPSHOT 1.7.30 12.7.0 2.14.1 7.7.1 - 3.0.1 3.8.0 3.0.1 From 7ad8fb0981d0f1d6f44e08edf9a4678fe9b98645 Mon Sep 17 00:00:00 2001 From: Andrei Kamarouski Date: Mon, 3 Apr 2023 22:03:20 +0300 Subject: [PATCH 2/9] bump up azure-storage-blob version to 12.20.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 48b00c6..94eaf81 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ 1.0.1 1.0.2.P1-SNAPSHOT 1.7.30 - 12.7.0 + 12.20.3 2.14.1 7.7.1 3.0.1 From 6ed530c0c7a0fb030c84ef6332d6ed6eeb9872f2 Mon Sep 17 00:00:00 2001 From: Andrei Kamarouski Date: Mon, 3 Apr 2023 22:05:14 +0300 Subject: [PATCH 3/9] refactor(pom.xml): exclude testng, selenium and rest-assured from the carina-utils --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 94eaf81..b702b17 100644 --- a/pom.xml +++ b/pom.xml @@ -82,6 +82,20 @@ com.zebrunner carina-utils ${carina-utils.version} + + + org.testng + * + + + org.seleniumhq.selenium + * + + + io.rest-assured + * + + com.zebrunner From 089bd5e1b2002eefcbc4403fb3cf88aed0d26503 Mon Sep 17 00:00:00 2001 From: Andrei Kamarouski Date: Mon, 3 Apr 2023 22:10:19 +0300 Subject: [PATCH 4/9] bump up carina-utils version to 1.0.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b702b17..310d65c 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ UTF-8 11 - 1.0.1 + 1.0.3 1.0.2.P1-SNAPSHOT 1.7.30 12.20.3 From adbfffd17a3b23322d15efaaf5594487de05272f Mon Sep 17 00:00:00 2001 From: Andrei Kamarouski Date: Mon, 3 Apr 2023 22:11:36 +0300 Subject: [PATCH 5/9] change scope of testng dependency to test --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 310d65c..c758657 100644 --- a/pom.xml +++ b/pom.xml @@ -121,7 +121,7 @@ org.testng testng ${testng.version} - compile + test From a4f83faba55ef0d9e1cd9cb67506d5e99572bcb0 Mon Sep 17 00:00:00 2001 From: Andrei Kamarouski Date: Mon, 3 Apr 2023 22:12:45 +0300 Subject: [PATCH 6/9] remove jackson dependency --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index c758657..e550076 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,6 @@ 1.0.2.P1-SNAPSHOT 1.7.30 12.20.3 - 2.14.1 7.7.1 3.0.1 3.8.0 @@ -112,11 +111,6 @@ azure-storage-blob ${azure-storage-blob.version} - - com.fasterxml.jackson.core - jackson-databind - ${jackson.version} - org.testng testng From df8dd356807441f86ef5a07dc8e76a3c900d5a92 Mon Sep 17 00:00:00 2001 From: Andrei Kamarouski Date: Mon, 3 Apr 2023 22:16:16 +0300 Subject: [PATCH 7/9] bump up azure-storage-blob version to 12.21.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e550076..8ccbaed 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ 1.0.3 1.0.2.P1-SNAPSHOT 1.7.30 - 12.20.3 + 12.21.1 7.7.1 3.0.1 3.8.0 From 546ae444cb26995cc49f41b3ac1fe4da5de4e664 Mon Sep 17 00:00:00 2001 From: Andrei Kamarouski Date: Mon, 3 Apr 2023 22:17:20 +0300 Subject: [PATCH 8/9] refactor(pom.xml): uncomment snapshot repo --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8ccbaed..ef4f8b7 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ 1.6 - + From 5890fa5aba0d939a9206b8a4281f2f8de597512f Mon Sep 17 00:00:00 2001 From: Andrei Kamarouski Date: Tue, 4 Apr 2023 15:36:54 +0300 Subject: [PATCH 9/9] change version of carina-commons to 1.0.2 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ef4f8b7..9ff075c 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ UTF-8 11 1.0.3 - 1.0.2.P1-SNAPSHOT + 1.0.2 1.7.30 12.21.1 7.7.1 @@ -62,7 +62,7 @@ 1.6 - +