Skip to content

Commit

Permalink
AjayKemparaj: Added safari-driver to root pom and java/pom.xml
Browse files Browse the repository at this point in the history
r16319
  • Loading branch information
ajayk committed Mar 20, 2012
1 parent 73e0370 commit cbe4dae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions maven/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
<artifactId>selenium-iphone-driver</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-safari-driver</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-support</artifactId>
Expand Down Expand Up @@ -90,6 +95,7 @@
<present targetdir="../ie-driver/src/main/java" />
<present targetdir="../iphone-driver/src/main/java" />
<present targetdir="../remote-driver/src/main/java" />
<present targetdir="../safari-driver/src/main/java" />
<present targetdir="../support/src/main/java" />
</or>
</not>
Expand Down
1 change: 1 addition & 0 deletions maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
<module>iphone-driver</module>
<module>java</module>
<module>remote-driver</module>
<module>safari-driver</module>
<module>server</module>
<module>support</module>
</modules>
Expand Down

0 comments on commit cbe4dae

Please sign in to comment.