master #59

Closed
claudio.atzori wants to merge 3221 commits from master into stable_ids
1 changed files with 5 additions and 1 deletions
Showing only changes of commit dfd1e53c69 - Show all commits

View File

@ -524,7 +524,11 @@
<artifactId>opencsv</artifactId>
<version>5.5</version>
</dependency>
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.71</version>
</dependency>
</dependencies>
</dependencyManagement>