elek opened a new pull request #860: HDDS-1597. Remove hdds-server-scm dependency from ozone-common URL: https://github.com/apache/hadoop/pull/860 I noticed that the hadoop-ozone/common project depends on hadoop-hdds-server-scm project. The common projects are designed to be a shared artifacts between client and server side. Adding additional dependency to the common pom means that the dependency will be available for all the clients as well. (See the attached artifact about the current, desired structure). We definitely don't need scm server dependency on the client side. The code dependency is just one class (ScmUtils) and the shared code can be easily moved to the common. See: https://issues.apache.org/jira/browse/HDDS-1597
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
