Skip to content

Commit

Permalink
Fixing maven project
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed May 24, 2015
1 parent a8cc615 commit 413864b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion maven/ie-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>platform</artifactId>
<artifactId>jna-platform</artifactId>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>platform</artifactId>
<artifactId>jna-platform</artifactId>
<version>4.1.0</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion maven/remote-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>platform</artifactId>
<artifactId>jna-platform</artifactId>
</dependency>
</dependencies>

Expand Down

0 comments on commit 413864b

Please sign in to comment.