Skip to content

Commit 17bea29

Browse files
committed
remove now obsolete depencency for class scanner
1 parent b905dd1 commit 17bea29

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

pom.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45

56
<parent>
@@ -69,15 +70,6 @@
6970
<optional>true</optional>
7071
</dependency>
7172

72-
<!-- used to scan the classpath -->
73-
<!-- https://mvnrepository.com/artifact/io.github.classgraph/classgraph -->
74-
<dependency>
75-
<groupId>io.github.classgraph</groupId>
76-
<artifactId>classgraph</artifactId>
77-
<version>4.8.184</version>
78-
</dependency>
79-
80-
8173
<!-- Validation -->
8274
<!-- https://mvnrepository.com/artifact/commons-validator/commons-validator -->
8375
<dependency>

0 commit comments

Comments
 (0)