Skip to content

Commit

Permalink
DanielWagnerHall: Adding android jar as maven dependency. Still leave…
Browse files Browse the repository at this point in the history
…s build errors, but just one circular dependency to resolve, rather than a noisy missing library

r15462
  • Loading branch information
illicitonion committed Jan 10, 2012
1 parent 2e99057 commit e70d19a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions maven/android-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
<artifactId>selenium-remote-driver</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.google.android</groupId>
<artifactId>android</artifactId>
<version>4.0.1.2</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit e70d19a

Please sign in to comment.