File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
src/selenium3/java/com/nordstrom/automation/selenium Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11profile =selenium3
2- version =23.1.1 -SNAPSHOT
2+ version =23.1.5 -SNAPSHOT
33org.gradle.java.installations.auto-detect =false
44org.gradle.java.installations.auto-download =false
55org.gradle.java.installations.fromEnv =JDK7_HOME,JDK8_HOME,JDK11_HOME
Original file line number Diff line number Diff line change @@ -159,6 +159,14 @@ public class SeleniumConfig extends AbstractSeleniumConfig {
159159 * <artifactId>logback-classic</artifactId>
160160 * <version>1.2.3</version>
161161 *</dependency></pre>
162+ *
163+ * <b>kotlin.jvm.internal.Intrinsics</b>
164+ *
165+ * <pre><dependency>
166+ * <groupId>org.jetbrains.kotlin</groupId>
167+ * <artifactId>kotlin-stdlib</artifactId>
168+ * <version>1.4.10</version>
169+ *</dependency></pre>
162170 */
163171 private static final String [] DEPENDENCY_CONTEXTS = {
164172 "com.nordstrom.automation.selenium.utility.RevisedCapabilityMatcher" ,
You can’t perform that action at this time.
0 commit comments