diff options
author | Mavlushechka <mavlushechka@gmail.com> | 2022-11-04 16:58:29 +0500 |
---|---|---|
committer | Mavlushechka <mavlushechka@gmail.com> | 2022-11-04 16:58:29 +0500 |
commit | b35d0d37087a240ff0a0a61dbeab66f7132e1ba4 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /pom.xml | |
parent | 417d0364d12557bf2725660fcb77db80ffa906ff (diff) |
Revert "Framework initialization"main
This reverts commit 417d0364d12557bf2725660fcb77db80ffa906ff.
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/pom.xml b/pom.xml deleted file mode 100644 index 21edb71..0000000 --- a/pom.xml +++ /dev/null @@ -1,46 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - - <groupId>com.mavlushechka.a1qa</groupId> - <artifactId>task3</artifactId> - <version>1.0-SNAPSHOT</version> - - <dependencies> - <dependency> - <groupId>com.github.aquality-automation</groupId> - <artifactId>aquality-selenium</artifactId> - <version>3.1.0</version> - </dependency> - <dependency> - <groupId>org.testng</groupId> - <artifactId>testng</artifactId> - <version>7.6.1</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.json</groupId> - <artifactId>json</artifactId> - <version>20220924</version> - </dependency> - <dependency> - <groupId>com.google.code.gson</groupId> - <artifactId>gson</artifactId> - <version>2.10</version> - </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-core</artifactId> - <version>2.19.0</version> - </dependency> - </dependencies> - - <properties> - <maven.compiler.source>18</maven.compiler.source> - <maven.compiler.target>18</maven.compiler.target> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> - -</project>
\ No newline at end of file |