We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ada76 commit 65f4150Copy full SHA for 65f4150
pom.xml
@@ -11,8 +11,6 @@
11
<packaging>jar</packaging>
12
13
<properties>
14
- <unirest.version>1.4.9</unirest.version>
15
- <httpclient.version>4.5.2</httpclient.version>
16
<jackson.version>2.1.0</jackson.version>
17
<junit.version>4.12</junit.version>
18
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -65,13 +63,6 @@
65
63
<version>${jackson.version}</version>
66
64
</dependency>
67
68
- <dependency>
69
- <groupId>org.seleniumhq.selenium</groupId>
70
- <artifactId>selenium-java</artifactId>
71
- <version>2.53.0</version>
72
- <scope>provided</scope>
73
- </dependency>
74
-
75
<dependency>
76
<groupId>junit</groupId>
77
<artifactId>junit</artifactId>
0 commit comments