Repository: tika Updated Branches: refs/heads/2.x dd8ce5bbd -> 5a73a2e36
TIKA-1855 -- small pom cleanup in tika-parser-modules Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/5a73a2e3 Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/5a73a2e3 Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/5a73a2e3 Branch: refs/heads/2.x Commit: 5a73a2e3636871acd309bcd07351c75ccc3cc128 Parents: dd8ce5b Author: tballison <[email protected]> Authored: Tue Mar 22 12:51:25 2016 -0400 Committer: tballison <[email protected]> Committed: Tue Mar 22 12:51:25 2016 -0400 ---------------------------------------------------------------------- tika-parser-modules/pom.xml | 11 ----------- 1 file changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tika/blob/5a73a2e3/tika-parser-modules/pom.xml ---------------------------------------------------------------------- diff --git a/tika-parser-modules/pom.xml b/tika-parser-modules/pom.xml index b95d8a2..403aab4 100644 --- a/tika-parser-modules/pom.xml +++ b/tika-parser-modules/pom.xml @@ -133,17 +133,6 @@ <artifactId>javax.inject</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <version>1.7</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-simple</artifactId> - <scope>test</scope> - </dependency> </dependencies> <build> <pluginManagement>
