You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2015/07/21 11:02:08 UTC

[2/4] jena git commit: JENA-994: Explicit dependency on commons-codec

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/562bf34f
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/562bf34f
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/562bf34f

Branch: refs/heads/master
Commit: 562bf34f84fedd331cd610819430b11deba28cbd
Parents: 5b510eb
Author: Andy Seaborne <an...@apache.org>
Authored: Tue Jul 21 09:38:00 2015 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Tue Jul 21 09:39:03 2015 +0100

----------------------------------------------------------------------
 jena-text/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/562bf34f/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>