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>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.18</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<scope>test</scope>
</dependency>
</dependencies>