|
6 | 6 |
|
7 | 7 | <groupId>com.eliasnogueira</groupId>
|
8 | 8 | <artifactId>selenium-java-lean-test-architecture</artifactId>
|
9 |
| - <version>3.3.9</version> |
| 9 | + <version>3.3.10</version> |
10 | 10 |
|
11 | 11 | <scm>
|
12 | 12 | < connection>scm: [email protected]:eliasnogueira/selenium-java-lean-test-architecture.git</ connection>
|
|
27 | 27 | <assertj.version>3.25.1</assertj.version>
|
28 | 28 | <datafaker.version>2.1.0</datafaker.version>
|
29 | 29 | <log4j.version>2.22.1</log4j.version>
|
30 |
| - <webdrivermanager.version>5.6.3</webdrivermanager.version> |
31 | 30 | <owner.version>1.0.12</owner.version>
|
32 | 31 | <allure.version>2.25.0</allure.version>
|
33 | 32 | <allure-maven.version>2.12.0</allure-maven.version>
|
|
37 | 36 | </allure.cmd.download.url>
|
38 | 37 | <testcontainers.selenium.version>1.19.4</testcontainers.selenium.version>
|
39 | 38 |
|
40 |
| - <!-- security libraries override --> |
41 |
| - <jackson-databind.version>2.16.1</jackson-databind.version> |
42 |
| - |
43 | 39 | <suite>local</suite>
|
44 | 40 | </properties>
|
45 | 41 |
|
|
104 | 100 | <version>${owner.version}</version>
|
105 | 101 | </dependency>
|
106 | 102 |
|
107 |
| - <dependency> |
108 |
| - <groupId>io.github.bonigarcia</groupId> |
109 |
| - <artifactId>webdrivermanager</artifactId> |
110 |
| - <version>${webdrivermanager.version}</version> |
111 |
| - <exclusions> |
112 |
| - <exclusion> |
113 |
| - <groupId>com.fasterxml.jackson.core</groupId> |
114 |
| - <artifactId>jackson-databind</artifactId> |
115 |
| - </exclusion> |
116 |
| - </exclusions> |
117 |
| - </dependency> |
118 |
| - |
119 | 103 | <dependency>
|
120 | 104 | <groupId>io.qameta.allure</groupId>
|
121 | 105 | <artifactId>allure-testng</artifactId>
|
|
146 | 130 | <version>${testcontainers.selenium.version}</version>
|
147 | 131 | </dependency>
|
148 | 132 |
|
149 |
| - <!-- security libraries override --> |
150 |
| - <dependency> |
151 |
| - <groupId>com.fasterxml.jackson.core</groupId> |
152 |
| - <artifactId>jackson-databind</artifactId> |
153 |
| - <version>${jackson-databind.version}</version> |
154 |
| - </dependency> |
155 |
| - |
156 | 133 | </dependencies>
|
157 | 134 |
|
158 | 135 | <!-- This profile execute the TestNG suite inside the suites folder on test/resources -->
|
|
0 commit comments