File tree Expand file tree Collapse file tree
src/main/java/com/applitools/imagetester Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55 <groupId >com.applitools.imagetester</groupId >
66 <artifactId >ImageTester</artifactId >
7- <version >3.10.0 </version >
7+ <version >3.10.1 </version >
88 <packaging >jar</packaging >
99 <properties >
1010 <maven .compiler.source>1.8</maven .compiler.source>
6767 <scope >test</scope >
6868 </dependency >
6969 <dependency >
70- <groupId >com.github. applitools</groupId >
70+ <groupId >com.applitools.eyesutilities </groupId >
7171 <artifactId >EyesUtilities</artifactId >
7272 <version >1.6.6</version >
7373 </dependency >
316316 </execution >
317317 </executions >
318318 </plugin >
319- <plugin >
320- <groupId >org.owasp</groupId >
321- <artifactId >dependency-check-maven</artifactId >
322- <version >7.1.1</version >
323- <executions >
324- <execution >
325- <goals >
326- <goal >check</goal >
327- </goals >
328- </execution >
329- </executions >
330- </plugin >
331319 <plugin >
332320 <!-- This plugin required to control version addition to the manifest so it will be consumable on runtime -->
333321 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 2626import com .applitools .imagetester .lib .Utils ;
2727
2828public class ImageTester {
29- private static final String cur_ver = "3.10.0 " ;
29+ private static final String cur_ver = "3.10.1 " ;
3030 private static final String DEFAULT_THREADS = String .valueOf (Runtime .getRuntime ().availableProcessors () * 2 );
3131
3232 public static void main (String [] args ) {
You can’t perform that action at this time.
0 commit comments