4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
- <groupId >net.autobox .tools</groupId >
7
+ <groupId >com.github.automatedowl .tools</groupId >
8
8
<artifactId >chromedriver-js-errors-collector</artifactId >
9
- <version >1.0-SNAPSHOT </version >
9
+ <version >1.0.1 </version >
10
10
<build >
11
11
<sourceDirectory >src/main/java</sourceDirectory >
12
12
<testSourceDirectory >src/test/java</testSourceDirectory >
46
46
<artifactId >junit-platform-launcher</artifactId >
47
47
<version >1.2.0</version >
48
48
</dependency >
49
- <dependency >
50
- <groupId >org.seleniumhq.selenium</groupId >
51
- <artifactId >selenium-api</artifactId >
52
- <version >3.8.1</version >
53
- <scope >test</scope >
54
- </dependency >
55
49
<dependency >
56
50
<groupId >org.seleniumhq.selenium</groupId >
57
51
<artifactId >selenium-chrome-driver</artifactId >
58
52
<version >3.8.1</version >
59
- <scope >test</scope >
60
- </dependency >
61
- <dependency >
62
- <groupId >org.seleniumhq.selenium</groupId >
63
- <artifactId >selenium-remote-driver</artifactId >
64
- <version >3.8.1</version >
65
53
</dependency >
66
54
<dependency >
67
55
<groupId >org.seleniumhq.selenium</groupId >
68
56
<artifactId >selenium-api</artifactId >
69
- <version >3.12.0</version >
70
- </dependency >
71
- <dependency >
72
- <groupId >org.testng</groupId >
73
- <artifactId >testng</artifactId >
74
- <version >6.14.3</version >
75
- <scope >test</scope >
76
- </dependency >
77
- <dependency >
78
- <groupId >org.testng</groupId >
79
- <artifactId >testng</artifactId >
80
- <version >6.14.3</version >
57
+ <version >3.8.1</version >
81
58
</dependency >
82
59
<dependency >
83
60
<groupId >org.testng</groupId >
84
61
<artifactId >testng</artifactId >
85
62
<version >6.14.3</version >
86
- <scope >compile</scope >
87
- </dependency >
88
- <dependency >
89
- <groupId >org.seleniumhq.selenium</groupId >
90
- <artifactId >selenium-api</artifactId >
91
- <version >3.8.1</version >
92
63
</dependency >
93
64
</dependencies >
94
65
</project >
0 commit comments