diff options
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r-- | holmes-actions/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index d27e0c7..bd41a96 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -103,16 +103,6 @@ <scope>provided</scope>
</dependency>
<dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <exclusions>
- <exclusion>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-core</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<scope>test</scope>
|