Skip to content

Commit

Permalink
Revise usage of aShot dependency (#2389)
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst committed Jan 18, 2022
1 parent ced0a4e commit e5e0fce
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ project.description = 'Vividus'
ext {
versions = [
allure: '2.17.2',
ashot: '1.5.4',
commonsLang3: '3.12.0',
commonsText: '1.9',
commonsCollections4: '4.4',
Expand Down
2 changes: 1 addition & 1 deletion vividus-extension-selenium/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ project.description = 'Vividus extension for selenium'
api(group: 'org.seleniumhq.selenium', name: 'selenium-remote-driver', version: seleniumVersion)
api(group: 'io.appium', name: 'java-client', version: '8.0.0-beta2')

api(group: 'ru.yandex.qatools.ashot', name: 'ashot', version: versions.ashot)
api(group: 'ru.yandex.qatools.ashot', name: 'ashot', version: '1.5.4')

api(group: 'com.github.valfirst.browserup-proxy', name: 'browserup-proxy-core', version: browserupProxyVersion)
implementation(group: 'com.github.valfirst.browserup-proxy', name: 'browserup-proxy-mitm', version: browserupProxyVersion)
Expand Down
1 change: 0 additions & 1 deletion vividus-plugin-mobile-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ project.description = 'Vividus plugin for testing mobile applications'
implementation project(':vividus-reporter')
implementation project(':vividus-soft-assert')

implementation(group: 'ru.yandex.qatools.ashot', name: 'ashot', version: versions.ashot)
implementation(group: 'org.slf4j', name: 'slf4j-api', version: versions.slf4j)
implementation(group: 'javax.inject', name: 'javax.inject', version: versions.javaxInject)

Expand Down
1 change: 0 additions & 1 deletion vividus-plugin-web-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ dependencies {

api project(':vividus-extension-selenium')

api(group: 'ru.yandex.qatools.ashot', name: 'ashot', version: versions.ashot)
api(group: 'com.github.crawler-commons', name: 'crawler-commons', version: '1.2')
api(group: 'edu.uci.ics', name: 'crawler4j', version: '4.4.0')

Expand Down

0 comments on commit e5e0fce

Please sign in to comment.