Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BEAM-3690] ban mockito-all and hamcrest-all #4712

Closed
wants to merge 17 commits into from

Conversation

PandaMonkey
Copy link

See: https://issues.apache.org/jira/browse/BEAM-3690
ban mockito-all and hamcrest-all

@PandaMonkey
Copy link
Author

PandaMonkey commented Feb 20, 2018

@lukecwik , The purpose of this change is to configure the maven enforcer plugin to ban hamcrest-all/mockito-all using https://maven.apache.org/enforcer/enforcer-rules/bannedDependencies.html.

</goals>
<configuration>
<ignoredUnusedDeclaredDependencies>
<ignoredUnusedDeclaredDependency>org.hamcrest:hamcrest-library:jar:${hamcrest.version}</ignoredUnusedDeclaredDependency>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to duplicate the lines below.

Are they needed?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you fix the indentation?

@lukecwik lukecwik self-assigned this Feb 21, 2018
</goals>
<configuration>
<ignoredUnusedDeclaredDependencies>
<ignoredUnusedDeclaredDependency>org.hamcrest:hamcrest-library:jar:${hamcrest.version}</ignoredUnusedDeclaredDependency>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you fix the indentation?

@lukecwik
Copy link
Member

lukecwik commented Mar 6, 2018

Note that we don't use tabs for indentation. I am cleaning up/flattening this PR and merging.

@asfgit asfgit closed this in 087e511 Mar 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants