File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 15591559 <checker-qual .version>3.48.0</checker-qual .version>
15601560 <org .checkerframework.checker-qual.version>${checker-qual.version} </org .checkerframework.checker-qual.version>
15611561
1562+ <!-- ClassGraph - https://github.com/classgraph/classgraph -->
1563+ <classgraph .version>4.8.181</classgraph .version>
1564+ <io .github.classgraph.classgraph.version>${classgraph.version} </io .github.classgraph.classgraph.version>
1565+
15621566 <!-- Commons BeanUtils - https://commons.apache.org/proper/commons-beanutils/ -->
15631567 <commons-beanutils .version>1.9.4</commons-beanutils .version>
15641568 <commons-beanutils .commons-beanutils.version>${commons-beanutils.version} </commons-beanutils .commons-beanutils.version>
48004804 <version >${org.checkerframework.checker-qual.version} </version >
48014805 </dependency >
48024806
4807+ <!-- ClassGraph - https://github.com/classgraph/classgraph -->
4808+ <dependency >
4809+ <groupId >io.github.classgraph</groupId >
4810+ <artifactId >classgraph</artifactId >
4811+ <version >${io.github.classgraph.classgraph.version} </version >
4812+ </dependency >
4813+
48034814 <!-- Commons BeanUtils - https://commons.apache.org/proper/commons-beanutils/ -->
48044815 <dependency >
48054816 <groupId >commons-beanutils</groupId >
You can’t perform that action at this time.
0 commit comments