From fdc00b8be24a5448abebae957425af3a3b974230 Mon Sep 17 00:00:00 2001 From: Dain Sundstrom Date: Tue, 19 Mar 2024 22:52:11 -0700 Subject: [PATCH] Reorganize pom --- pom.xml | 135 ++++++++++++++++++++++++++------------------------------ 1 file changed, 63 insertions(+), 72 deletions(-) diff --git a/pom.xml b/pom.xml index c09634df..40304cbb 100644 --- a/pom.xml +++ b/pom.xml @@ -3,6 +3,12 @@ 4.0.0 + + io.airlift + airbase + 112 + + io.airlift aircompressor 0.27-SNAPSHOT @@ -11,20 +17,14 @@ aircompressor Compression algorithms - http://github.com/airlift/aircompressor - - - io.airlift - airbase - 112 - + https://github.com/airlift/aircompressor 2011 Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0.html + https://www.apache.org/licenses/LICENSE-2.0.html repo @@ -32,9 +32,21 @@ scm:git:git://github.com/airlift/aircompressor.git scm:git:git@github.com:airlift/aircompressor.git - http://github.com/airlift/aircompressor/tree/master - HEAD - + https://github.com/airlift/aircompressor/tree/master + + + + + sonatype-nexus-staging + Nexus Release Repository + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + 1.8 @@ -49,68 +61,29 @@ 2G - - - sonatype-nexus-snapshots - Sonatype Nexus Snapshots - https://oss.sonatype.org/content/repositories/snapshots/ - - - sonatype-nexus-staging - Nexus Release Repository - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - com.google.guava - guava - test + io.trino.hadoop + hadoop-apache + 3.2.0-17 + provided - org.xerial.snappy - snappy-java - 1.1.8.4 + com.github.luben + zstd-jni + 1.5.2-1 test - org.testng - testng + com.google.guava + guava test - com.google.inject guice test - - - org.openjdk.jmh - jmh-core - test - - - org.openjdk.jmh - jmh-generator-annprocess - test - - - - org.lz4 - lz4-java - 1.8.0 - test - - - - com.github.luben - zstd-jni - 1.5.2-1 - test - - org.anarres.lzo lzo-hadoop @@ -118,37 +91,55 @@ test - org.apache.hadoop - hadoop-core + com.google.code.findbugs + annotations com.google.code.findbugs jsr305 - com.google.code.findbugs - annotations + org.apache.hadoop + hadoop-core - - io.trino.hadoop - hadoop-apache - 3.2.0-17 - provided + org.assertj + assertj-core + test - org.iq80.snappy snappy 0.4 test - - org.assertj - assertj-core + org.lz4 + lz4-java + 1.8.0 + test + + + org.openjdk.jmh + jmh-core + test + + + org.openjdk.jmh + jmh-generator-annprocess + test + + + org.testng + testng + test + + + org.xerial.snappy + snappy-java + 1.1.8.4 test