diff --git a/hadoop-hdds/annotations/pom.xml b/hadoop-hdds/annotations/pom.xml index e9a628f9a7e7..84696c609451 100644 --- a/hadoop-hdds/annotations/pom.xml +++ b/hadoop-hdds/annotations/pom.xml @@ -28,8 +28,8 @@ annotations at compile time. - true + true diff --git a/hadoop-hdds/container-service/pom.xml b/hadoop-hdds/container-service/pom.xml index 29a8f92fc83d..0c1f0bbf4a19 100644 --- a/hadoop-hdds/container-service/pom.xml +++ b/hadoop-hdds/container-service/pom.xml @@ -12,10 +12,7 @@ See the License for the specific language governing permissions and limitations under the License. See accompanying LICENSE file. --> - + 4.0.0 org.apache.ozone @@ -24,85 +21,78 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> hdds-container-service 2.0.0-SNAPSHOT - Apache Ozone Distributed Data Store Container Service - Apache Ozone HDDS Container Service jar - - true - + Apache Ozone HDDS Container Service + Apache Ozone Distributed Data Store Container Service + - org.apache.ozone - hdds-common + com.fasterxml.jackson.core + jackson-annotations - org.apache.ozone - hdds-config + com.fasterxml.jackson.core + jackson-databind - org.apache.ozone - hdds-interface-client + com.github.luben + zstd-jni - org.apache.ozone - hdds-interface-server + com.google.guava + guava - org.apache.ozone - hdds-managed-rocksdb + com.google.protobuf + protobuf-java - - org.apache.commons - commons-compress + commons-codec + commons-codec - org.apache.logging.log4j - log4j-api + commons-collections + commons-collections commons-io commons-io - com.github.luben - zstd-jni + info.picocli + picocli - org.apache.ozone - hdds-server-framework + io.dropwizard.metrics + metrics-core - org.apache.ozone - hdds-client + io.netty + netty-buffer - commons-codec - commons-codec + io.netty + netty-codec - commons-collections - commons-collections + io.netty + netty-common - io.dropwizard.metrics - metrics-core + io.netty + netty-handler - - org.yaml - snakeyaml + io.netty + netty-transport - - org.apache.ozone - hdds-docs - provided + io.opentracing + opentracing-api - - org.apache.ratis - ratis-server + io.opentracing + opentracing-util @@ -113,49 +103,50 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> jakarta.xml.bind jakarta.xml.bind-api + - org.glassfish.jaxb - jaxb-runtime + org.apache.commons + commons-compress - info.picocli - picocli + org.apache.commons + commons-lang3 - io.netty - netty-transport + org.apache.commons + commons-text - io.netty - netty-buffer + org.apache.logging.log4j + log4j-api - io.netty - netty-common + org.apache.ozone + hdds-client - io.netty - netty-codec + org.apache.ozone + hdds-common - io.netty - netty-handler + org.apache.ozone + hdds-config - io.opentracing - opentracing-api + org.apache.ozone + hdds-interface-client - io.opentracing - opentracing-util + org.apache.ozone + hdds-interface-server - org.apache.commons - commons-lang3 + org.apache.ozone + hdds-managed-rocksdb - org.apache.commons - commons-text + org.apache.ozone + hdds-server-framework org.apache.ratis @@ -177,6 +168,11 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> org.apache.ratis ratis-proto + + + org.apache.ratis + ratis-server + org.apache.ratis ratis-server-api @@ -185,6 +181,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> org.apache.ratis ratis-thirdparty-misc + + org.glassfish.jaxb + jaxb-runtime + org.rocksdb @@ -196,20 +196,14 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> - com.fasterxml.jackson.core - jackson-annotations - - - com.fasterxml.jackson.core - jackson-databind - - - com.google.guava - guava + org.yaml + snakeyaml + - com.google.protobuf - protobuf-java + org.apache.ozone + hdds-docs + provided @@ -261,7 +255,8 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> maven-enforcer-plugin - ban-annotations + ban-annotations + @@ -283,17 +278,16 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> copy-common-html - prepare-package unpack + prepare-package org.apache.ozone hdds-server-framework - ${project.build.outputDirectory} - + ${project.build.outputDirectory} webapps/static/**/*.* diff --git a/hadoop-hdds/crypto-api/pom.xml b/hadoop-hdds/crypto-api/pom.xml index 3a2838427818..9524b2df2dbd 100644 --- a/hadoop-hdds/crypto-api/pom.xml +++ b/hadoop-hdds/crypto-api/pom.xml @@ -12,27 +12,25 @@ See the License for the specific language governing permissions and limitations under the License. See accompanying LICENSE file. --> - - 4.0.0 - - org.apache.ozone - hdds - 2.0.0-SNAPSHOT - - - hdds-crypto-api + + 4.0.0 + + org.apache.ozone + hdds 2.0.0-SNAPSHOT - Apache Ozone Distributed Data Store cryptographic functions - Apache Ozone HDDS Crypto + + + hdds-crypto-api + 2.0.0-SNAPSHOT + Apache Ozone HDDS Crypto + Apache Ozone Distributed Data Store cryptographic functions - - true - true - + + + true + - + - + diff --git a/hadoop-hdds/crypto-default/pom.xml b/hadoop-hdds/crypto-default/pom.xml index f9653145e44e..5200521d249b 100644 --- a/hadoop-hdds/crypto-default/pom.xml +++ b/hadoop-hdds/crypto-default/pom.xml @@ -12,27 +12,25 @@ See the License for the specific language governing permissions and limitations under the License. See accompanying LICENSE file. --> - - 4.0.0 - - org.apache.ozone - hdds - 2.0.0-SNAPSHOT - - - hdds-crypto-default + + 4.0.0 + + org.apache.ozone + hdds 2.0.0-SNAPSHOT - Default implementation of Apache Ozone Distributed Data Store's cryptographic functions - Apache Ozone HDDS Crypto - Default + + + hdds-crypto-default + 2.0.0-SNAPSHOT + Apache Ozone HDDS Crypto - Default + Default implementation of Apache Ozone Distributed Data Store's cryptographic functions - - true - true - + + + true + - + - + diff --git a/hadoop-hdds/docs/pom.xml b/hadoop-hdds/docs/pom.xml index e8261c39cb11..a67c80e9f379 100644 --- a/hadoop-hdds/docs/pom.xml +++ b/hadoop-hdds/docs/pom.xml @@ -12,10 +12,7 @@ See the License for the specific language governing permissions and limitations under the License. See accompanying LICENSE file. --> - + 4.0.0 org.apache.ozone @@ -24,14 +21,14 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> hdds-docs 2.0.0-SNAPSHOT - Apache Ozone/HDDS Documentation - Apache Ozone/HDDS Documentation jar + Apache Ozone/HDDS Documentation + Apache Ozone/HDDS Documentation - true + + true false - true