Skip to content

Commit

Permalink
Update versions in WIKI
Browse files Browse the repository at this point in the history
  • Loading branch information
SrinivasanTarget authored Aug 10, 2016
1 parent 5dd97bd commit a17d183
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/Installing-the-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
<dependency>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>4.0.0</version>
<version>4.1.1</version>
</dependency>
```

It currently depends on selenium-java 2.53.0. If it is necessary to use another version of Selenium then you can configure pom.xml as follows:
It currently depends on selenium-java 2.53.1. If it is necessary to use another version of Selenium then you can configure pom.xml as follows:

```
<dependency>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>4.0.0</version>
<version>4.1.1</version>
<exclusions>
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
Expand All @@ -28,4 +28,4 @@ It currently depends on selenium-java 2.53.0. If it is necessary to use another
<artifactId>selenium-java</artifactId>
<version>${selenium.version.you.require}</version>
</dependency>
```
```

0 comments on commit a17d183

Please sign in to comment.