removed unused dependencies

This commit is contained in:
Miriam Baglioni 2020-05-11 16:09:37 +02:00
parent 6a3b081263
commit 5ab3424c77
1 changed files with 0 additions and 11 deletions

View File

@ -43,17 +43,6 @@
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.11</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>23.3-jre</version>
</dependency>
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>