Skip to content

Commit

Permalink
lots
Browse files Browse the repository at this point in the history
  • Loading branch information
micycle1 committed Jul 23, 2022
1 parent 8ea5772 commit 9479deb
Show file tree
Hide file tree
Showing 3 changed files with 280 additions and 71 deletions.
22 changes: 9 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,29 +62,25 @@
<dependency>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts-core</artifactId>
<version>1.18.1</version>
<version>1.19.0</version>
</dependency>
<dependency>
<groupId>com.github.gwlucastrig</groupId>
<artifactId>Tinfour</artifactId>
<version>-SNAPSHOT</version>
<groupId>org.tinfour</groupId>
<artifactId>TinfourCore</artifactId>
<version>2.1.7</version>
<scope>provided</scope> <!-- don't package into uber jar -->
</dependency>
<dependency>
<groupId>org.processing</groupId>
<artifactId>core</artifactId>
<version>3.3.7</version>
<scope>provided</scope> <!-- don't include processing in maven build -->
<groupId>com.github.micycle1</groupId>
<artifactId>processing3</artifactId>
<version>3.5.4</version>
<scope>provided</scope> <!-- don't package into uber jar -->
</dependency>
<dependency>
<groupId>org.tinspin</groupId>
<artifactId>tinspin-indexes</artifactId>
<version>1.7.1</version>
</dependency>
<dependency>
<groupId>org.orbisgis</groupId>
<artifactId>poly2tri-core</artifactId>
<version>0.1.2</version>
</dependency>

</dependencies>
</project>
Loading

0 comments on commit 9479deb

Please sign in to comment.