|
4 | 4 |
|
5 | 5 | <groupId>com.github.ansonliao</groupId>
|
6 | 6 | <artifactId>Selenium-Extensions</artifactId>
|
7 |
| - <version>2.3.7-1qaz2wedc</version> |
| 7 | + <version>2.3.7</version> |
8 | 8 | <packaging>jar</packaging>
|
9 | 9 |
|
10 | 10 | <name>Selenium-Extensions</name>
|
|
41 | 41 | <maven.jxr.plugin.version>2.3</maven.jxr.plugin.version>
|
42 | 42 | <webdrivermanager.version>2.2.5</webdrivermanager.version>
|
43 | 43 | <thoughtworks.qdox.version>2.0-M7</thoughtworks.qdox.version>
|
44 |
| - <puppycrawl.checkstyle.version>6.1.1</puppycrawl.checkstyle.version> |
| 44 | + <puppycrawl.checkstyle.version>8.18</puppycrawl.checkstyle.version> |
45 | 45 | <maven.compiler.plugin.version>3.6.0</maven.compiler.plugin.version>
|
46 | 46 | <maven.surefire.plugin.version>2.19.1</maven.surefire.plugin.version>
|
47 | 47 | <fast.classpath.scanner.version>2.7.5</fast.classpath.scanner.version>
|
|
50 | 50 | <aeonbits.owner.version>1.0.10</aeonbits.owner.version>
|
51 | 51 | <gson.version>2.8.5</gson.version>
|
52 | 52 | <jsonpath.version>2.4.0</jsonpath.version>
|
| 53 | + <ashot.version>1.5.2</ashot.version> |
53 | 54 | <dependency.locations.enabled>false</dependency.locations.enabled>
|
54 | 55 | </properties>
|
55 | 56 |
|
|
89 | 90 | </exclusion>
|
90 | 91 | </exclusions>
|
91 | 92 | </dependency>
|
| 93 | + <dependency> |
| 94 | + <groupId>ru.yandex.qatools.ashot</groupId> |
| 95 | + <artifactId>ashot</artifactId> |
| 96 | + <version>${ashot.version}</version> |
| 97 | + <exclusions> |
| 98 | + <exclusion> |
| 99 | + <groupId>org.seleniumhq.selenium</groupId> |
| 100 | + <artifactId>selenium-java</artifactId> |
| 101 | + </exclusion> |
| 102 | + <exclusion> |
| 103 | + <groupId>org.hamcrest</groupId> |
| 104 | + <artifactId>hamcrest-all</artifactId> |
| 105 | + </exclusion> |
| 106 | + </exclusions> |
| 107 | + </dependency> |
92 | 108 | <dependency>
|
93 | 109 | <groupId>org.slf4j</groupId>
|
94 | 110 | <artifactId>slf4j-api</artifactId>
|
|
185 | 201 | <dependency>
|
186 | 202 | <groupId>com.puppycrawl.tools</groupId>
|
187 | 203 | <artifactId>checkstyle</artifactId>
|
188 |
| - <version>${puppycrawl.checkstyle.version}</version> |
| 204 | + <version>[${puppycrawl.checkstyle.version},)</version> |
189 | 205 | </dependency>
|
190 | 206 | </dependencies>
|
191 | 207 | <configuration>
|
|
0 commit comments