Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6e78649d7 | ||
|
|
e00fc9cfff |
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -2,7 +2,7 @@ pipeline {
|
||||
agent any
|
||||
|
||||
tools {
|
||||
maven "M3"
|
||||
maven "maven_jenkins"
|
||||
}
|
||||
|
||||
stages {
|
||||
|
||||
11
pom.xml
11
pom.xml
@@ -52,7 +52,16 @@
|
||||
<artifactId>junit-platform-runner</artifactId>
|
||||
<version>${junit.platform.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.seleniumhq.selenium</groupId>
|
||||
<artifactId>selenium-java</artifactId>
|
||||
<version>4.0.0-alpha-6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.seleniumhq.selenium</groupId>
|
||||
<artifactId>selenium-api</artifactId>
|
||||
<version>4.0.0-alpha-6</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<repositories>
|
||||
|
||||
Reference in New Issue
Block a user