Skip to content

Commit 320b2ba

Browse files
committed
GH-1288 - Remove references to JGraphT from the project.
1 parent 58952a1 commit 320b2ba

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
<errorprone.version>2.36.0</errorprone.version>
4343
<flapdoodle-mongodb.version>4.20.0</flapdoodle-mongodb.version>
4444
<jgit.version>7.3.0.202506031305-r</jgit.version>
45-
<jgrapht.version>1.5.2</jgrapht.version>
4645
<jmolecules-bom.version>2023.3.2</jmolecules-bom.version>
4746
<nullaway.version>0.12.7</nullaway.version>
4847
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

spring-modulith-core/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@
3434
<version>${archunit.version}</version>
3535
</dependency>
3636

37-
<dependency>
38-
<groupId>org.jgrapht</groupId>
39-
<artifactId>jgrapht-core</artifactId>
40-
<version>${jgrapht.version}</version>
41-
<optional>true</optional>
42-
</dependency>
43-
4437
<dependency>
4538
<groupId>org.springframework</groupId>
4639
<artifactId>spring-core</artifactId>

src/docs/antora/modules/ROOT/pages/runtime.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ dependencies {
3333
----
3434
======
3535

36-
IMPORTANT: It's worth noting that using the runtime support of Spring Modulith will mean that you include both https://www.archunit.org/[ArchUnit] and the https://jgrapht.org/[JGraphT] (required to topologically sort application modules) library in your application.
37-
3836
Adding this JAR will cause Spring Boot auto-configuration to run that registers the following components in your application:
3937

4038
* An `ApplicationModulesRuntime` that allows to access the `ApplicationModules`.

0 commit comments

Comments
 (0)