Skip to content

Commit 89d3885

Browse files
build(deps): Remove superflous classgraph dependency.
Was a leftover from a time when SDN used Neo4j-OGM. Signed-off-by: Michael Simons <[email protected]>
1 parent 7938706 commit 89d3885

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
<blockhound.version>1.0.8.RELEASE</blockhound.version>
7575
<checkstyle.skip>${skipTests}</checkstyle.skip>
7676
<checkstyle.version>8.40</checkstyle.version>
77-
<classgraph.version>4.8.149</classgraph.version>
7877
<cypher-dsl.version>2024.2.0</cypher-dsl.version>
7978
<dist.id>spring-data-neo4j</dist.id>
8079
<dist.key>SDNEO4J</dist.key>
@@ -144,11 +143,6 @@
144143
<artifactId>junit-pioneer</artifactId>
145144
<version>${junit-pioneer.version}</version>
146145
</dependency>
147-
<dependency>
148-
<groupId>io.github.classgraph</groupId>
149-
<artifactId>classgraph</artifactId>
150-
<version>${classgraph.version}</version>
151-
</dependency>
152146
<dependency>
153147
<groupId>io.r2dbc</groupId>
154148
<artifactId>r2dbc-bom</artifactId>

0 commit comments

Comments
 (0)