Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
maven properties keep the alphabetical order
  • Loading branch information
guiyanakuang authored Jan 12, 2024
1 parent 932eb2e commit 202276a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@

<properties>
<brotli4j.version>1.15.0</brotli4j.version>
<zstd-jni.version>1.5.5-11</zstd-jni.version>
<checkstyle.version>10.12.0</checkstyle.version>
<example.dir>${project.basedir}/../../examples</example.dir>
<hadoop.version>3.3.6</hadoop.version>
Expand All @@ -84,6 +83,7 @@
<storage-api.version>2.8.1</storage-api.version>
<surefire.version>3.0.0-M5</surefire.version>
<test.tmp.dir>${project.build.directory}/testing-tmp</test.tmp.dir>
<zstd-jni.version>1.5.5-11</zstd-jni.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 202276a

Please sign in to comment.