#718 FIX by TikhomirovSergey · Pull Request #722 · appium/java-client

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

TikhomirovSergey merged 2 commits intoappium:masterfrom

TikhomirovSergey:master

Sep 8, 2017

Merged

#718 FIX#722

TikhomirovSergey merged 2 commits intoappium:masterfrom

TikhomirovSergey:master

Conversation

@TikhomirovSergey

Copy link Copy Markdown

Contributor

@TikhomirovSergey TikhomirovSergey commented

Sep 7, 2017

edited

Loading

Change list

#718 FIX

Types of changes

  • No changes in production code.
  • Bugfix (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 not work as expected)

Details

There was the dependency conflict inside java_clint. As it was resolved by exclusion of malformed artefacts, I think we could return selenium dependency version to its normal form with force compilation. I think that it is the case when the simple solution is enough.

}

ext.seleniumVersion = '[3.5.3,3.5.3]'
ext.seleniumVersion = '3.5.3'
Copy link Copy Markdown

Contributor

Choose a reason for hiding this comment

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

nit: add a comment here about version number format restriction

@TikhomirovSergey TikhomirovSergey merged commit c9b80c8 into appium:master

Sep 8, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@mykola-mokhnach mykola-mokhnach mykola-mokhnach approved these changes

@SrinivasanTarget SrinivasanTarget SrinivasanTarget approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@TikhomirovSergey @mykola-mokhnach @SrinivasanTarget