Skip to content

Commit

Permalink
move jcenter dependencies to jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
robinfriedli committed Dec 18, 2021
1 parent 80511be commit 35d2d9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ plugins {

repositories {
mavenCentral()
jcenter()
maven { url "https://jitpack.io" }
}

dependencies {
implementation "com.google.guava:guava:25.1-jre"
implementation "org.seleniumhq.selenium:selenium-support:3.14.0"
implementation "org.slf4j:slf4j-api:1.7.26"
implementation "net.robinfriedli:exec:1.2"
implementation "net.robinfriedli:StringList:1.6"
implementation "com.github.robinfriedli:exec:1.2"
implementation "com.github.robinfriedli:StringList:1.6"

testCompile "org.testng:testng:7.1.0"
testCompile "com.google.truth:truth:1.0.1"
Expand Down

0 comments on commit 35d2d9a

Please sign in to comment.