BAEL-2779 Guide to classgraph library

This commit is contained in:
Denis Zhdanov
2019-03-31 08:15:02 +08:00
parent 5754bb3310
commit af4e221fa8
9 changed files with 136 additions and 0 deletions
+7
View File
@@ -699,6 +699,12 @@
<version>${reflections.version}</version>
</dependency>
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>${classgraph.version}</version>
</dependency>
</dependencies>
<repositories>
@@ -916,6 +922,7 @@
<mockftpserver.version>2.7.1</mockftpserver.version>
<commons-net.version>3.6</commons-net.version>
<reflections.version>0.9.11</reflections.version>
<classgraph.version>4.8.22</classgraph.version>
</properties>