From 4a5e5c4b5ebe3f0961f31ec0797369c350c7c97b Mon Sep 17 00:00:00 2001 From: Mavlushechka Date: Fri, 4 Nov 2022 17:25:47 +0500 Subject: Add pom.xml file --- pom.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..21edb71 --- /dev/null +++ b/pom.xml @@ -0,0 +1,46 @@ + + + 4.0.0 + + com.mavlushechka.a1qa + task3 + 1.0-SNAPSHOT + + + + com.github.aquality-automation + aquality-selenium + 3.1.0 + + + org.testng + testng + 7.6.1 + test + + + org.json + json + 20220924 + + + com.google.code.gson + gson + 2.10 + + + org.apache.logging.log4j + log4j-core + 2.19.0 + + + + + 18 + 18 + UTF-8 + + + \ No newline at end of file -- cgit v1.2.3