This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Description
As reported on the h2gis project, it appears that the current version of poly2tri includes a JUNIT dependency at compile scope.
As per the latest pom.xml:
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit-version}</version>
</dependency>