2 Commits

Author SHA1 Message Date
Guillem Hernandez Sola
c6e78649d7 Merged in feature-pom-new-plugins (pull request #3)
Added new dependencies

Approved-by: Guillem Hernandez Sola <guillem.hernandez.sola@gmail.com>
2020-10-20 08:43:26 +00:00
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 agent any
tools { tools {
maven "M3" maven "maven_jenkins"
} }
stages { stages {

11
pom.xml
View File

@@ -52,7 +52,16 @@
<artifactId>junit-platform-runner</artifactId> <artifactId>junit-platform-runner</artifactId>
<version>${junit.platform.version}</version> <version>${junit.platform.version}</version>
</dependency> </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> </dependencies>
<repositories> <repositories>