runitao commented on pull request #1073:
URL: https://github.com/apache/hadoop-ozone/pull/1073#issuecomment-644119471


   Thanks @adoroszlai for review.
   
   I find the root cause is the hadoop-common-2.7.3.pom in my local repository 
is broken. Here is the error content, the correct artifactId should be 
`hadoop-project-dist`.
   ```
     <parent>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>
       <version>2.7.3</version>
       <relativePath>../../hadoop-project-dist</relativePath>
     </parent>
   ```
   I am pleasure to add the `hadoop-auth` dependency
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to