Skip to content

Commit

Permalink
Merge pull request #1 from Luecy1/remove-unnecessary-library
Browse files Browse the repository at this point in the history
不要なライブラリを削除
  • Loading branch information
yt8492 authored Apr 6, 2019
2 parents 1d985f9 + 062595e commit 13ec6a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ version '1.0-SNAPSHOT'

repositories {
mavenCentral()
maven { url "https://repo1.maven.org/maven2/org/seleniumhq/selenium/"}
}

dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
compile 'org.seleniumhq.selenium:selenium-java:3.11.0'
compile 'org.seleniumhq.selenium:htmlunit-driver:2.29.0'
compile 'org.jsoup:jsoup:1.7.3'
}

Expand Down

0 comments on commit 13ec6a1

Please sign in to comment.