JENA-994: Explicit dependency on commons-codec
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/752e64e9 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/752e64e9 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/752e64e9 Branch: refs/heads/master Commit: 752e64e9bdac4a5e7d88f9414d60f6c475396bb4 Parents: 3bf3144 Author: Andy Seaborne <[email protected]> Authored: Tue Jul 21 09:38:00 2015 +0100 Committer: Andy Seaborne <[email protected]> Committed: Tue Jul 21 21:34:47 2015 +0100 ---------------------------------------------------------------------- jena-text/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/752e64e9/jena-text/pom.xml ---------------------------------------------------------------------- diff --git a/jena-text/pom.xml b/jena-text/pom.xml index 9b28c18..be6eec0 100644 --- a/jena-text/pom.xml +++ b/jena-text/pom.xml @@ -44,7 +44,12 @@ <version>3.0.0-SNAPSHOT</version> <type>pom</type> </dependency> - + + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + </dependency> + <!-- Testing support --> <dependency> <groupId>org.apache.jena</groupId>
