1 Commits

Author SHA1 Message Date
Guillem Hernandez Sola
e00fc9cfff Added new dependencies 2020-10-20 10:35:54 +02:00
2 changed files with 11 additions and 2 deletions

2
Jenkinsfile vendored
View File

@@ -2,7 +2,7 @@ pipeline {
agent any
tools {
maven "M3"
maven "maven_jenkins"
}
stages {

11
pom.xml
View File

@@ -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>