As reported on the [h2gis project](https://github.com/orbisgis/h2gis/issues/1438), it appears that the current version of `poly2tri` includes a JUNIT dependency at compile scope. As per the [latest pom.xml](https://repo1.maven.org/maven2/org/orbisgis/poly2tri/0.7.0/poly2tri-0.7.0.pom): ``` <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <version>${junit-version}</version> </dependency> ```
As reported on the h2gis project, it appears that the current version of
poly2triincludes a JUNIT dependency at compile scope.As per the latest pom.xml: