[BAEL-4279] Finding All Classes in a Java Package

This commit is contained in:
Sarath
2021-05-08 02:29:00 +05:30
parent 087a668a45
commit 354e683e89
7 changed files with 120 additions and 0 deletions

View File

@@ -21,6 +21,16 @@
<version>${spring.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.12</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>30.1.1-jre</version>
</dependency>
</dependencies>
<build>