This is an automated email from the ASF dual-hosted git repository. avijayan pushed a commit to branch HDDS-3698-upgrade in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git
commit ab98099d7ba474b67b589e84afc81bd75267b2df Author: Elek, Márton <[email protected]> AuthorDate: Tue Aug 18 13:20:50 2020 +0200 HDDS-4127. Components with web interface should depend on hdds-docs. (#1335) --- hadoop-hdds/container-service/pom.xml | 7 +++++++ hadoop-hdds/server-scm/pom.xml | 1 + hadoop-ozone/ozone-manager/pom.xml | 1 + hadoop-ozone/s3gateway/pom.xml | 5 +++++ 4 files changed, 14 insertions(+) diff --git a/hadoop-hdds/container-service/pom.xml b/hadoop-hdds/container-service/pom.xml index 392cc44..091e3bd 100644 --- a/hadoop-hdds/container-service/pom.xml +++ b/hadoop-hdds/container-service/pom.xml @@ -70,6 +70,13 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> </dependency> + + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-hdds-docs</artifactId> + <scope>provided</scope> + </dependency> + <dependency> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs</artifactId> diff --git a/hadoop-hdds/server-scm/pom.xml b/hadoop-hdds/server-scm/pom.xml index dcbc42a..5f2d6bd 100644 --- a/hadoop-hdds/server-scm/pom.xml +++ b/hadoop-hdds/server-scm/pom.xml @@ -60,6 +60,7 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-hdds-docs</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> diff --git a/hadoop-ozone/ozone-manager/pom.xml b/hadoop-ozone/ozone-manager/pom.xml index f1bbd97..2fcc8e8 100644 --- a/hadoop-ozone/ozone-manager/pom.xml +++ b/hadoop-ozone/ozone-manager/pom.xml @@ -55,6 +55,7 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-hdds-docs</artifactId> + <scope>provided</scope> </dependency> <!-- hdds.proto and generated files are required from there --> diff --git a/hadoop-ozone/s3gateway/pom.xml b/hadoop-ozone/s3gateway/pom.xml index 80bd34f..337fedc 100644 --- a/hadoop-ozone/s3gateway/pom.xml +++ b/hadoop-ozone/s3gateway/pom.xml @@ -164,6 +164,11 @@ <artifactId>hadoop-ozone-client</artifactId> </dependency> <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-hdds-docs</artifactId> + <scope>provided</scope> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
