build(deps): Remove superflous classgraph dependency.
Was a leftover from a time when SDN used Neo4j-OGM. Signed-off-by: Michael Simons <michael@simons.ac>
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -74,7 +74,6 @@
|
||||
<blockhound.version>1.0.8.RELEASE</blockhound.version>
|
||||
<checkstyle.skip>${skipTests}</checkstyle.skip>
|
||||
<checkstyle.version>8.40</checkstyle.version>
|
||||
<classgraph.version>4.8.149</classgraph.version>
|
||||
<cypher-dsl.version>2024.4.0</cypher-dsl.version>
|
||||
<dist.id>spring-data-neo4j</dist.id>
|
||||
<dist.key>SDNEO4J</dist.key>
|
||||
@@ -144,11 +143,6 @@
|
||||
<artifactId>junit-pioneer</artifactId>
|
||||
<version>${junit-pioneer.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.github.classgraph</groupId>
|
||||
<artifactId>classgraph</artifactId>
|
||||
<version>${classgraph.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.r2dbc</groupId>
|
||||
<artifactId>r2dbc-bom</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user