1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <modelVersion >4.0.0</modelVersion >
3
+ <groupId >com.sampleAutomationFramework</groupId >
4
+ <artifactId >com.sampleAutomationFramework</artifactId >
5
+ <version >0.0.1-SNAPSHOT</version >
6
+
7
+ <dependencies >
8
+
9
+ <dependency >
10
+ <groupId >org.seleniumhq.selenium</groupId >
11
+ <artifactId >selenium-java</artifactId >
12
+ <version >2.53.1</version >
13
+ </dependency >
14
+
15
+ <dependency >
16
+ <groupId >junit</groupId >
17
+ <artifactId >junit</artifactId >
18
+ <version >4.12</version >
19
+ <scope >test</scope >
20
+ </dependency >
21
+
22
+ <dependency >
23
+ <groupId >info.cukes</groupId >
24
+ <artifactId >cucumber-junit</artifactId >
25
+ <version >1.2.4</version >
26
+ <scope >test</scope >
27
+ </dependency >
28
+
29
+ <dependency >
30
+ <groupId >info.cukes</groupId >
31
+ <artifactId >cucumber-java</artifactId >
32
+ <version >1.2.4</version >
33
+ </dependency >
34
+
35
+ <dependency >
36
+ <groupId >org.testng</groupId >
37
+ <artifactId >testng</artifactId >
38
+ <version >6.13.1</version >
39
+ <scope >test</scope >
40
+ </dependency >
41
+
42
+ <dependency >
43
+ <groupId >org.apache.httpcomponents</groupId >
44
+ <artifactId >httpclient</artifactId >
45
+ <version >4.5.2</version >
46
+ </dependency >
47
+
48
+ <dependency >
49
+ <groupId >net.sourceforge.jexcelapi</groupId >
50
+ <artifactId >jxl</artifactId >
51
+ <version >2.6.12</version >
52
+ </dependency >
53
+
54
+ <dependency >
55
+ <groupId >org.apache.poi</groupId >
56
+ <artifactId >poi</artifactId >
57
+ <version >3.9</version >
58
+ </dependency >
59
+
60
+ <dependency >
61
+ <groupId >org.apache.poi</groupId >
62
+ <artifactId >poi-ooxml</artifactId >
63
+ <version >3.9</version >
64
+ </dependency >
65
+
66
+ <dependency >
67
+ <groupId >log4j</groupId >
68
+ <artifactId >log4j</artifactId >
69
+ <version >1.2.17</version >
70
+ </dependency >
71
+
72
+ <dependency >
73
+ <groupId >info.cukes</groupId >
74
+ <artifactId >cucumber-junit</artifactId >
75
+ <version >1.2.4</version >
76
+ <scope >test</scope >
77
+ </dependency >
78
+
79
+ <dependency >
80
+ <groupId >info.cukes</groupId >
81
+ <artifactId >cucumber-java</artifactId >
82
+ <version >1.2.4</version >
83
+ </dependency >
84
+
85
+ <dependency >
86
+ <groupId >info.cukes</groupId >
87
+ <artifactId >cucumber-testng</artifactId >
88
+ <version >1.1.5</version >
89
+ </dependency >
90
+
91
+
92
+ </dependencies >
93
+
94
+
95
+
96
+ </project >
0 commit comments