Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
fix dependency problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Sep 5, 2013
1 parent 9879689 commit 6ae2fa8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions functional-test/pom.xml
Expand Up @@ -113,6 +113,12 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 6ae2fa8

Please sign in to comment.