Fix classpath issue

This commit is contained in:
James Agnew 2019-09-16 10:50:20 -04:00
parent 5b2279b2ea
commit 8379208dee
1 changed files with 0 additions and 3 deletions

View File

@ -88,13 +88,10 @@
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId> <artifactId>commons-compress</artifactId>
<version>1.18</version>
<scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId> <artifactId>httpclient</artifactId>
<scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>