Skip to content

Commit 65f4150

Browse files
committed
Removed unused dependencies
1 parent d2ada76 commit 65f4150

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
<packaging>jar</packaging>
1212

1313
<properties>
14-
<unirest.version>1.4.9</unirest.version>
15-
<httpclient.version>4.5.2</httpclient.version>
1614
<jackson.version>2.1.0</jackson.version>
1715
<junit.version>4.12</junit.version>
1816
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -65,13 +63,6 @@
6563
<version>${jackson.version}</version>
6664
</dependency>
6765

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-
7566
<dependency>
7667
<groupId>junit</groupId>
7768
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)