clean up triplicate commons-exec defs...not sure how these got in here.
Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/6ebbd400 Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/6ebbd400 Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/6ebbd400 Branch: refs/heads/master Commit: 6ebbd4000b84484e3b729dbb789f6c5cd190b5dd Parents: 1c0e600 Author: tballison <[email protected]> Authored: Thu Sep 15 11:33:36 2016 -0400 Committer: tballison <[email protected]> Committed: Thu Sep 15 11:33:36 2016 -0400 ---------------------------------------------------------------------- tika-parsers/pom.xml | 13 ------------- 1 file changed, 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tika/blob/6ebbd400/tika-parsers/pom.xml ---------------------------------------------------------------------- diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml index 58dcbf3..e885498 100644 --- a/tika-parsers/pom.xml +++ b/tika-parsers/pom.xml @@ -266,13 +266,6 @@ <scope>compile</scope> </dependency> - <!-- TIKA-2021: Tesseract OCR Parser tests --> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - <version>3.4</version> - </dependency> - <!-- Provided dependencies --> <dependency> <groupId>org.xerial</groupId> @@ -294,12 +287,6 @@ </dependency> <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-exec</artifactId> - <version>1.3</version> - </dependency> - - <dependency> <groupId>com.googlecode.json-simple</groupId> <artifactId>json-simple</artifactId> <version>1.1.1</version>
