Skip to content

Commit bf35ec1

Browse files
Merge pull request #6 from f4t1h4rsl4n/master
updated pom with fresh dependenices
2 parents e05a014 + a197b78 commit bf35ec1

File tree

1 file changed

+48
-69
lines changed

1 file changed

+48
-69
lines changed

pom.xml

+48-69
Original file line numberDiff line numberDiff line change
@@ -14,73 +14,52 @@
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
</properties>
1616

17-
<dependencies>
18-
19-
20-
<dependency>
21-
<groupId>info.cukes</groupId>
22-
<artifactId>cucumber-java</artifactId>
23-
<version>1.2.5</version>
24-
<scope>test</scope>
25-
</dependency>
26-
27-
<dependency>
28-
<groupId>info.cukes</groupId>
29-
<artifactId>cucumber-jvm</artifactId>
30-
<version>1.2.5</version>
31-
<type>pom</type>
32-
</dependency>
33-
34-
<dependency>
35-
<groupId>info.cukes</groupId>
36-
<artifactId>cucumber-junit</artifactId>
37-
<version>1.2.5</version>
38-
<scope>test</scope>
39-
</dependency>
40-
41-
<dependency>
42-
<groupId>info.cukes</groupId>
43-
<artifactId>cucumber-jvm-deps</artifactId>
44-
<version>1.0.5</version>
45-
</dependency>
46-
47-
<dependency>
48-
<groupId>net.masterthought</groupId>
49-
<artifactId>cucumber-reporting</artifactId>
50-
<version>1.0.0</version>
51-
</dependency>
52-
53-
<dependency>
54-
<groupId>info.cukes</groupId>
55-
<artifactId>gherkin</artifactId>
56-
<version>2.12.2</version>
57-
</dependency>
58-
59-
<dependency>
60-
<groupId>junit</groupId>
61-
<artifactId>junit</artifactId>
62-
<version>3.8.1</version>
63-
<scope>test</scope>
64-
</dependency>
65-
66-
67-
68-
<dependency>
69-
<groupId>org.seleniumhq.selenium</groupId>
70-
<artifactId>selenium-java</artifactId>
71-
<version>3.5.3</version>
72-
</dependency>
73-
74-
<!-- https://mvnrepository.com/artifact/info.cukes/cucumber-picocontainer -->
75-
<dependency>
76-
<groupId>info.cukes</groupId>
77-
<artifactId>cucumber-picocontainer</artifactId>
78-
<version>1.2.5</version>
79-
<scope>test</scope>
80-
</dependency>
81-
82-
83-
84-
85-
</dependencies>
17+
<dependencies>
18+
19+
<dependency>
20+
<groupId>info.cukes</groupId>
21+
<artifactId>cucumber-java</artifactId>
22+
<version>1.2.5</version>
23+
</dependency>
24+
25+
<dependency>
26+
<groupId>info.cukes</groupId>
27+
<artifactId>cucumber-junit</artifactId>
28+
<version>1.2.5</version>
29+
</dependency>
30+
31+
32+
<dependency>
33+
<groupId>info.cukes</groupId>
34+
<artifactId>cucumber-jvm-deps</artifactId>
35+
<version>1.0.5</version>
36+
<scope>provided</scope>
37+
</dependency>
38+
39+
<dependency>
40+
<groupId>net.masterthought</groupId>
41+
<artifactId>cucumber-reporting</artifactId>
42+
<version>5.0.2</version>
43+
</dependency>
44+
45+
<dependency>
46+
<groupId>info.cukes</groupId>
47+
<artifactId>gherkin</artifactId>
48+
<version>2.12.2</version>
49+
<scope>provided</scope>
50+
</dependency>
51+
52+
<dependency>
53+
<groupId>junit</groupId>
54+
<artifactId>junit</artifactId>
55+
<version>4.13</version>
56+
</dependency>
57+
58+
<dependency>
59+
<groupId>org.seleniumhq.selenium</groupId>
60+
<artifactId>selenium-java</artifactId>
61+
<version>3.141.59</version>
62+
</dependency>
63+
64+
</dependencies>
8665
</project>

0 commit comments

Comments
 (0)