sel2/pom.xml
Александров Александр Владимирович d201ad8bfb Revert "v2-1"
This reverts commit b3e391167ba3987bd41454f442d38223155c6cea.
2025-06-23 23:56:32 +03:00

31 lines
926 B
XML

<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>ru.ibs</groupId>
<artifactId>sel1</artifactId>
<version>1.0-SNAPSHOT</version>
<name>Archetype - sel1</name>
<url>https://git.goodtester.ru</url>
<dependencies>
<!-- https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-java -->
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.33.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/junit/junit -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>