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

Fix grid/config:SmallTests icw. --explicit_java_test_deps #8282

Merged
merged 1 commit into from
May 7, 2020

Conversation

ulfjack
Copy link
Contributor

@ulfjack ulfjack commented May 7, 2020

Description

Add the missing JUnit dependency to the Java test target.

Motivation and Context

It is required to build Selenium with --explicit_java_test_deps.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have read the contributing document.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

It was missing the JUnit dependency.
@ulfjack ulfjack changed the title Fix remote build of grid/config:SmallTests Fix grid/config:SmallTests icw. --explicit_java_test_deps May 7, 2020
@ulfjack
Copy link
Contributor Author

ulfjack commented May 7, 2020

There are a few more targets failing with that flag because they're missing a junit dependency. I can either update this PR or send an additional one.

@shs96c shs96c merged commit 6f23c59 into SeleniumHQ:master May 7, 2020
@shs96c
Copy link
Member

shs96c commented May 7, 2020

Good catch. I'm a little surprised this hasn't caused trouble before, but thank you for fixing it!

titusfortner pushed a commit to titusfortner/selenium that referenced this pull request Aug 13, 2020
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.

2 participants