Skip to content

Commit 60a443c

Browse files
committed
- Removing extra dependencies
1 parent 78bcda9 commit 60a443c

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,6 @@
2121
<artifactId>junit</artifactId>
2222
<version>4.8.1</version>
2323
</dependency>
24-
<dependency>
25-
<groupId>commons-logging</groupId>
26-
<artifactId>commons-logging</artifactId>
27-
<version>1.1.1</version>
28-
<scope>compile</scope>
29-
</dependency>
30-
<dependency>
31-
<groupId>org.apache.httpcomponents</groupId>
32-
<artifactId>httpclient</artifactId>
33-
<version>4.5.3</version>
34-
<scope>compile</scope>
35-
</dependency>
36-
<dependency>
37-
<groupId>org.apache.httpcomponents</groupId>
38-
<artifactId>httpcore</artifactId>
39-
<version>4.4.6</version>
40-
<scope>compile</scope>
41-
</dependency>
4224
</dependencies>
4325
<build>
4426
<plugins>

0 commit comments

Comments
 (0)