Skip to content

Commit

Permalink
Update versions for Maven runner example, in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
HelioGuilherme66 committed Dec 30, 2021
1 parent 5f5af1c commit 6e8a507
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions doc/other/example_maven_runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<plugin>
<groupId>org.robotframework</groupId>
<artifactId>robotframework-maven-plugin</artifactId>
<version>1.6.0</version>
<version>2.1.0</version>
<executions>
<execution>
<phase>integration-test</phase>
Expand All @@ -44,10 +44,11 @@
</profile>
</profiles>
<dependencies>
<dependency>
<groupId>com.github.hi-fi</groupId>
<artifactId>robotframework-seleniumlibrary</artifactId>
<version>3.141.59.26535</version>
</dependency>
<dependency>
<groupId>com.github.marketsquare</groupId>
<artifactId>robotframework-seleniumlibrary</artifactId>
<version>4.0.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 6e8a507

Please sign in to comment.