Skip to content

Commit

Permalink
[SEDONA-520] Fix dependency issue of shaded snowflake JAR (#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kontinuation committed Mar 24, 2024
1 parent a683263 commit 3efa8ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions snowflake/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
<groupId>org.geotools</groupId>
<artifactId>gt-referencing</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
Expand Down

0 comments on commit 3efa8ed

Please sign in to comment.