Skip to content

Commit

Permalink
KristianRosenvold: Added proper jna 3.4.0 dependencies for maven. The…
Browse files Browse the repository at this point in the history
…se will appear in central soon-ish

r15257
  • Loading branch information
krosenvold committed Dec 21, 2011
1 parent 543e7d9 commit 83ea535
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions maven/ie-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>platform</artifactId>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-remote-driver</artifactId>
Expand Down
7 changes: 6 additions & 1 deletion maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,12 @@
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>platform</artifactId>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down

0 comments on commit 83ea535

Please sign in to comment.