From e3e7574c359bca19f9aded2f1610fa8d1f455d75 Mon Sep 17 00:00:00 2001 From: Andrei Kamarouski Date: Mon, 3 Apr 2023 15:50:03 +0300 Subject: [PATCH 1/6] refactor(pom.xml): change testng scope to test --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c194a6a..90a380f 100644 --- a/pom.xml +++ b/pom.xml @@ -123,7 +123,7 @@ org.testng testng ${testng.version} - compile + test From e99bd1e7d2589d1a9061171597b452dabecdf43c Mon Sep 17 00:00:00 2001 From: Andrei Kamarouski Date: Mon, 3 Apr 2023 16:15:42 +0300 Subject: [PATCH 2/6] refactor(pom.xml): exclude org.testng, org.seleniumhq.selenium, io.rest-assured from the carina-utils --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 90a380f..fc8cec6 100644 --- a/pom.xml +++ b/pom.xml @@ -84,6 +84,20 @@ com.zebrunner carina-utils ${carina-utils.version} + + + org.testng + * + + + org.seleniumhq.selenium + * + + + io.rest-assured + * + + com.zebrunner From 48e19dc980ea89bbdf5dfb8a548802e460097364 Mon Sep 17 00:00:00 2001 From: Andrei Kamarouski Date: Mon, 3 Apr 2023 21:42:40 +0300 Subject: [PATCH 3/6] bump up aws-java-sdk version to 1.12.429 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fc8cec6..be0bd16 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ 1.0.1 1.7.30 - 1.12.376 + 1.12.429 7.7.1 From 557a75ed71c27570932222a25c9b7c33d6cd5e49 Mon Sep 17 00:00:00 2001 From: Andrei Kamarouski Date: Mon, 3 Apr 2023 21:57:55 +0300 Subject: [PATCH 4/6] change version of carina-commons to 1.0.2.P1-SNAPSHOT --- pom.xml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index be0bd16..cc4570f 100644 --- a/pom.xml +++ b/pom.xml @@ -50,13 +50,10 @@ UTF-8 11 1.0.1 - 1.0.1 - + 1.0.2.P1-SNAPSHOT 1.7.30 1.12.429 - 7.7.1 - 3.0.1 3.8.0 3.0.1 @@ -65,7 +62,7 @@ 1.6 - + From fd380136d3b95c020ecc8b98c692bce470644251 Mon Sep 17 00:00:00 2001 From: Andrei Kamarouski Date: Mon, 3 Apr 2023 22:06:02 +0300 Subject: [PATCH 5/6] 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 cc4570f..073543f 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 1.12.429 From 5afa95ee6249474f5ddd87b114d7a2d4ec43e7e7 Mon Sep 17 00:00:00 2001 From: Andrei Kamarouski Date: Tue, 4 Apr 2023 12:14:23 +0300 Subject: [PATCH 6/6] 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 073543f..a4cfd6a 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 1.12.429 7.7.1 @@ -62,7 +62,7 @@ 1.6 - +