Skip to content

Commit

Permalink
adding guava dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aharon hacmon committed Feb 16, 2014
1 parent eaed433 commit 44cd304
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions integ-testng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
<version>2.4</version>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>15.0</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 44cd304

Please sign in to comment.