fixed missing dependency
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/2295d3c6 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/2295d3c6 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/2295d3c6 Branch: refs/heads/develop Commit: 2295d3c6857031fcbf0764ad4259521117e35338 Parents: 7b2de20 Author: Jakob Frank <[email protected]> Authored: Fri Feb 28 14:16:23 2014 +0100 Committer: Jakob Frank <[email protected]> Committed: Fri Feb 28 14:16:23 2014 +0100 ---------------------------------------------------------------------- commons/marmotta-sesame-tools/marmotta-util-facading/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/2295d3c6/commons/marmotta-sesame-tools/marmotta-util-facading/pom.xml ---------------------------------------------------------------------- diff --git a/commons/marmotta-sesame-tools/marmotta-util-facading/pom.xml b/commons/marmotta-sesame-tools/marmotta-util-facading/pom.xml index 88ba8dd..2bd4823 100644 --- a/commons/marmotta-sesame-tools/marmotta-util-facading/pom.xml +++ b/commons/marmotta-sesame-tools/marmotta-util-facading/pom.xml @@ -62,6 +62,10 @@ <artifactId>sesame-query</artifactId> </dependency> <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + </dependency> + <dependency> <groupId>org.openrdf.sesame</groupId> <artifactId>sesame-queryparser-api</artifactId> <scope>test</scope>
