GH-1060 - Remove dependency to JGraphT from runtime artifact.

This commit is contained in:
Oliver Drotbohm
2025-02-23 09:47:09 +01:00
parent f09009bfb2
commit 78991f4723

View File

@@ -28,12 +28,6 @@
<artifactId>archunit</artifactId>
<version>${archunit.version}</version>
</dependency>
<dependency>
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht-core</artifactId>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>