Skip to content

Commit

Permalink
SNOW-983635 Sort pom
Browse files Browse the repository at this point in the history
Description

Testing
  • Loading branch information
sfc-gh-lthiede committed Dec 21, 2023
1 parent 64bdd18 commit 5d8f3d0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -356,11 +356,6 @@

<!-- All of our needed dependencies -->
<dependencies>
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
<version>1.5.5-11</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
Expand Down Expand Up @@ -393,6 +388,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
<version>1.5.5-11</version>
</dependency>

<dependency>
<groupId>com.google.code.findbugs</groupId>
Expand Down

0 comments on commit 5d8f3d0

Please sign in to comment.