|
6 | 6 |
|
7 | 7 | <groupId>net.itarray</groupId> |
8 | 8 | <artifactId>automotion</artifactId> |
9 | | - <version>1.4.6</version> |
| 9 | + <version>2.2.0</version> |
10 | 10 | <name>Automotion</name> |
11 | | - <description>Library for automation testing</description> |
12 | | - <url>https://www.itarray.net</url> |
| 11 | + <description>Library for smart visual automation testing</description> |
| 12 | + <url>https://automotion.itarray.net</url> |
13 | 13 |
|
14 | 14 | <licenses> |
15 | 15 | <license> |
|
22 | 22 | <developer> |
23 | 23 | <name>ITArray</name> |
24 | 24 | <email>denys.zaiats@gmail.com</email> |
25 | | - <organization>FACEY.TOP</organization> |
| 25 | + <organization>ITArray</organization> |
26 | 26 | <organizationUrl>https://www.itarray.net</organizationUrl> |
27 | 27 | </developer> |
28 | 28 | </developers> |
|
58 | 58 | <plugin> |
59 | 59 | <groupId>org.sonatype.plugins</groupId> |
60 | 60 | <artifactId>nexus-staging-maven-plugin</artifactId> |
61 | | - <version>1.6.3</version> |
| 61 | + <version>1.6.7</version> |
62 | 62 | <extensions>true</extensions> |
63 | 63 | <configuration> |
64 | 64 | <serverId>ossrh</serverId> |
|
82 | 82 | </execution> |
83 | 83 | </executions> |
84 | 84 | </plugin> |
85 | | - |
| 85 | + <plugin> |
| 86 | + <groupId>net.itarray</groupId> |
| 87 | + <artifactId>automotion-maven-plugin</artifactId> |
| 88 | + <version>1.0.5</version> |
| 89 | + <!--<executions>--> |
| 90 | + <!--<execution>--> |
| 91 | + <!--<id>automotion</id>--> |
| 92 | + <!--<phase>install</phase>--> |
| 93 | + <!--<goals>--> |
| 94 | + <!--<goal>automotion-report</goal>--> |
| 95 | + <!--</goals>--> |
| 96 | + <!--</execution>--> |
| 97 | + <!--</executions>--> |
| 98 | + </plugin> |
86 | 99 | <plugin> |
87 | 100 | <groupId>org.apache.maven.plugins</groupId> |
88 | 101 | <artifactId>maven-javadoc-plugin</artifactId> |
|
96 | 109 | </executions> |
97 | 110 | <configuration> |
98 | 111 | <additionalparam>-Xdoclint:none</additionalparam> |
| 112 | + <javadocDirectory>${project.basedir}/target/generated-sources/apidocs</javadocDirectory> |
| 113 | + <failOnError>false</failOnError> |
| 114 | + <excludePackageNames>net.itarray.automotion.internal:net.itarray.automotion.internal.* |
| 115 | + </excludePackageNames> |
99 | 116 | </configuration> |
100 | 117 | </plugin> |
101 | | - |
| 118 | + <plugin> |
| 119 | + <groupId>org.pitest</groupId> |
| 120 | + <artifactId>pitest-maven</artifactId> |
| 121 | + <version>1.2.2</version> |
| 122 | + </plugin> |
| 123 | + <plugin> |
| 124 | + <groupId>org.codehaus.mojo</groupId> |
| 125 | + <artifactId>exec-maven-plugin</artifactId> |
| 126 | + <version>1.2.1</version> |
| 127 | + <executions> |
| 128 | + <execution> |
| 129 | + <id>compress-facelets</id> |
| 130 | + <phase>prepare-package</phase> |
| 131 | + <goals> |
| 132 | + <goal>java</goal> |
| 133 | + </goals> |
| 134 | + <configuration> |
| 135 | + <mainClass>net.itarray.automotion.JavadocImageGenerator</mainClass> |
| 136 | + <arguments> |
| 137 | + <argument>${project.basedir}/target</argument> |
| 138 | + </arguments> |
| 139 | + </configuration> |
| 140 | + </execution> |
| 141 | + </executions> |
| 142 | + </plugin> |
| 143 | + <plugin> |
| 144 | + <groupId>net.itarray</groupId> |
| 145 | + <artifactId>automotion-maven-plugin</artifactId> |
| 146 | + <version>1.0.5</version> |
| 147 | + </plugin> |
102 | 148 | </plugins> |
103 | 149 | </build> |
104 | 150 |
|
|
117 | 163 | <dependency> |
118 | 164 | <groupId>org.seleniumhq.selenium</groupId> |
119 | 165 | <artifactId>selenium-java</artifactId> |
120 | | - <version>3.4.0</version> |
| 166 | + <version>3.141.59</version> |
121 | 167 | </dependency> |
122 | 168 | <dependency> |
123 | 169 | <groupId>org.seleniumhq.selenium</groupId> |
124 | 170 | <artifactId>selenium-server</artifactId> |
125 | | - <version>3.4.0</version> |
| 171 | + <version>3.141.59</version> |
126 | 172 | </dependency> |
127 | 173 | <dependency> |
128 | 174 | <groupId>org.seleniumhq.selenium</groupId> |
129 | 175 | <artifactId>selenium-remote-driver</artifactId> |
130 | | - <version>3.4.0</version> |
| 176 | + <version>3.141.59</version> |
131 | 177 | </dependency> |
132 | 178 | <dependency> |
133 | 179 | <groupId>io.appium</groupId> |
134 | 180 | <artifactId>java-client</artifactId> |
135 | | - <version>4.1.2</version> |
| 181 | + <version>7.0.0</version> |
136 | 182 | </dependency> |
137 | 183 | <dependency> |
138 | 184 | <groupId>com.google.guava</groupId> |
139 | 185 | <artifactId>guava</artifactId> |
140 | | - <version>21.0</version> |
| 186 | + <version>24.0-jre</version> |
141 | 187 | </dependency> |
142 | 188 | <dependency> |
143 | 189 | <groupId>org.apache.httpcomponents</groupId> |
144 | 190 | <artifactId>httpclient</artifactId> |
145 | | - <version>4.5.3</version> |
| 191 | + <version>4.5.6</version> |
146 | 192 | </dependency> |
147 | 193 | <dependency> |
148 | 194 | <groupId>org.apache.httpcomponents</groupId> |
149 | 195 | <artifactId>httpmime</artifactId> |
150 | | - <version>4.5.3</version> |
| 196 | + <version>4.5.6</version> |
| 197 | + </dependency> |
| 198 | + <dependency> |
| 199 | + <groupId>org.apache.commons</groupId> |
| 200 | + <artifactId>commons-math3</artifactId> |
| 201 | + <version>3.6.1</version> |
151 | 202 | </dependency> |
152 | 203 | <dependency> |
153 | 204 | <groupId>com.googlecode.json-simple</groupId> |
|
161 | 212 | </dependency> |
162 | 213 | <dependency> |
163 | 214 | <groupId>javax.mail</groupId> |
164 | | - <artifactId>mail</artifactId> |
165 | | - <version>1.4.7</version> |
| 215 | + <artifactId>javax.mail-api</artifactId> |
| 216 | + <version>1.6.2</version> |
166 | 217 | </dependency> |
| 218 | + <dependency> |
| 219 | + <groupId>ru.yandex.qatools.ashot</groupId> |
| 220 | + <artifactId>ashot</artifactId> |
| 221 | + <version>1.5.4</version> |
| 222 | + </dependency> |
| 223 | + |
167 | 224 | <dependency> |
168 | 225 | <groupId>com.optimaize.languagedetector</groupId> |
169 | 226 | <artifactId>language-detector</artifactId> |
|
172 | 229 | <dependency> |
173 | 230 | <groupId>com.codeborne</groupId> |
174 | 231 | <artifactId>phantomjsdriver</artifactId> |
175 | | - <version>1.4.3</version> |
| 232 | + <version>1.4.4</version> |
176 | 233 | <exclusions> |
177 | 234 | <exclusion> |
178 | 235 | <groupId>org.seleniumhq.selenium</groupId> |
|
191 | 248 | <dependency> |
192 | 249 | <groupId>com.webfirmframework</groupId> |
193 | 250 | <artifactId>wffweb</artifactId> |
194 | | - <version>2.1.8</version> |
| 251 | + <version>3.0.0</version> |
195 | 252 | </dependency> |
196 | 253 | <dependency> |
197 | 254 | <groupId>org.assertj</groupId> |
198 | 255 | <artifactId>assertj-core</artifactId> |
199 | | - <version>3.2.0</version> |
| 256 | + <version>3.11.1</version> |
| 257 | + <scope>test</scope> |
| 258 | + </dependency> |
| 259 | + <dependency> |
| 260 | + <groupId>org.mockito</groupId> |
| 261 | + <artifactId>mockito-core</artifactId> |
| 262 | + <version>2.23.4</version> |
| 263 | + <scope>test</scope> |
| 264 | + </dependency> |
| 265 | + <dependency> |
| 266 | + <groupId>junit</groupId> |
| 267 | + <artifactId>junit</artifactId> |
| 268 | + <version>4.12</version> |
200 | 269 | <scope>test</scope> |
201 | 270 | </dependency> |
202 | 271 | </dependencies> |
|
0 commit comments