This is an automated email from the ASF dual-hosted git repository. sammichen pushed a commit to branch ozone-0.6.0 in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git
commit bbbeea0d864ac1695ce501ffd9f59b76486e70b9 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) (cherry picked from commit 59fc0bb7989caebd180f57d6f84be82107ab931a) --- 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 056498a..31ffb58 100644 --- a/hadoop-ozone/ozone-manager/pom.xml +++ b/hadoop-ozone/ozone-manager/pom.xml @@ -43,6 +43,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]
