weibo1995 opened a new pull request, #174: URL: https://github.com/apache/maven-resolver/pull/174
Add Test cases for the repair of BF algorithm of dependent package when children are empty( https://github.com/apache/maven-resolver/pull/172 ). After adding, it covers two cases. The first is that the dependent package of no children is on the left. The dependencies are as follows: <img width="366" alt="image" src="https://user-images.githubusercontent.com/104960983/167059425-eea64fde-52ba-4cb7-a17a-f85d34e36b8d.png"> The expected final dependency tree after conflict resolving is as follows: <img width="276" alt="image" src="https://user-images.githubusercontent.com/104960983/167059488-e5a911a2-3974-4476-b09b-05f511402fdc.png"> The second is that the dependent package of no children is on the right. The dependencies are as follows: <img width="296" alt="image" src="https://user-images.githubusercontent.com/104960983/167059539-50fe3547-4299-4aed-9bca-b0a5a74b59e2.png"> The expected final dependency tree after conflict resolving is as follows: <img width="296" alt="image" src="https://user-images.githubusercontent.com/104960983/167059558-bbb8a173-2898-4bb1-bf70-9c5618441571.png"> thanks. Signed-off-by: hongbo.weihb <hongbo.we...@alibaba-inc.com> -- 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. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org