Skip to content

Commit

Permalink
removed jsoup and com.epam.reportportal:agent-java-testng:5.0.7 depen…
Browse files Browse the repository at this point in the history
…dency
  • Loading branch information
anandbagmar committed Mar 18, 2021
1 parent 1ba27f6 commit da51109
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ repositories {
flatDir {
dirs 'libs'
}
// maven { url "http://repo.bodar.com" }
// maven { url "https://dl.bintray.com/epam/reportportal" }
maven { url 'https://jitpack.io' }
jcenter()
}
Expand All @@ -34,18 +32,14 @@ dependencies {
implementation files("$buildDir/classes/main")
implementation files("$buildDir/classes/test")
implementation "com.googlecode.json-simple:json-simple:$project.googleCodeJsonSimpleVersion"
implementation "org.jsoup:jsoup:$project.jsoupVersion"
implementation "com.mashape.unirest:unirest-java:$project.unirestVersion"
implementation "org.assertj:assertj-core:$project.assertJVersion"
implementation "com.github.znsio:AppiumTestDistribution:$project.atdVersion"
implementation "org.apache.commons:commons-lang3:$project.commonsLang3Version"
implementation "io.github.bonigarcia:webdrivermanager:$project.webDriverManagerVersion"
implementation "com.github.vidstige:jadb:$project.jadbVersion"
implementation "org.junit.jupiter:junit-jupiter:$project.junitVersion"
implementation 'com.epam.reportportal:agent-java-cucumber6:5.0.1'
implementation('com.epam.reportportal:agent-java-testng:5.0.7') {
exclude group: 'com.fasterxml.jackson.core'
}
implementation "com.epam.reportportal:agent-java-cucumber6:$project.reportPortalVersion"
implementation "com.applitools:eyes-connectivity-java3-jersey1x:$project.applitoolsVersion"
implementation("com.applitools:eyes-selenium-java3:$project.applitoolsVersion") {
exclude group: 'java-client'
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ atdVersion=f638fb98ae
applitoolsVersion=3.195.0
commonsLang3Version=+
unirestVersion=+
jsoupVersion=+
jadbVersion=+
webDriverManagerVersion=4+
googleCodeJsonSimpleVersion=+
Expand Down

0 comments on commit da51109

Please sign in to comment.