remove unused commons-csv test dependency
Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/a659f622 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/a659f622 Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/a659f622 Branch: refs/heads/master Commit: a659f622f577c08bee9f63cf34cf2028b01b1447 Parents: ff511e1 Author: Pascal Schumacher <pascalschumac...@gmx.net> Authored: Sun Dec 18 17:30:02 2016 +0100 Committer: Pascal Schumacher <pascalschumac...@gmx.net> Committed: Sun Dec 18 17:30:02 2016 +0100 ---------------------------------------------------------------------- pom.xml | 7 ------- 1 file changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/a659f622/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 63670db..366f424 100644 --- a/pom.xml +++ b/pom.xml @@ -97,13 +97,6 @@ <version>1.3</version> <scope>test</scope> </dependency> - <!-- Used to parse inputs for o.a.c.t.names.ParserTest--> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-csv</artifactId> - <version>1.4</version> - <scope>test</scope> - </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId>