mirror of
https://github.com/burakkaygusuz/selenium-4-grid-k8s-docker.git
synced 2021-06-27 00:03:24 +03:00
Add junit platform launcher
This commit is contained in:
@@ -23,6 +23,7 @@ dependencies {
|
||||
|
||||
def selenium_version = '4.0.0-beta-2'
|
||||
def junit_jupiter_version = '5.8.0-M1'
|
||||
def junit_platform_version = '1.8.0-M1'
|
||||
def log4j_version = '2.14.1'
|
||||
def apache_commons_version = '3.12.0'
|
||||
def fasterxml_jackson_version = '2.12.2'
|
||||
@@ -37,6 +38,7 @@ dependencies {
|
||||
"org.apache.commons:commons-lang3:$apache_commons_version",
|
||||
"org.junit.jupiter:junit-jupiter-api:$junit_jupiter_version",
|
||||
"org.junit.jupiter:junit-jupiter-params:$junit_jupiter_version",
|
||||
"org.junit.platform:junit-platform-launcher:$junit_platform_version",
|
||||
"org.slf4j:slf4j-simple:$sl4j_version",
|
||||
"org.slf4j:slf4j-api:$sl4j_version",
|
||||
"com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$fasterxml_jackson_version",
|
||||
|
||||
Reference in New Issue
Block a user