Merge pull request #10743 from tirumani03/dev/tirumani03/findingClassesInPackage

[BAEL-4279] Finding All Classes in a Java Package
This commit is contained in:
Jonathan Cook
2021-05-30 15:54:45 +02:00
committed by GitHub
7 changed files with 124 additions and 0 deletions
@@ -22,6 +22,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>