fixed marmotta-client tests
Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/6f23021e Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/6f23021e Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/6f23021e Branch: refs/heads/develop Commit: 6f23021eb530e45dce12d6cdd73f0f82691a7fca Parents: b88fca3 Author: Sebastian Schaffert <[email protected]> Authored: Fri May 17 11:12:52 2013 +0200 Committer: Sebastian Schaffert <[email protected]> Committed: Fri May 17 11:12:52 2013 +0200 ---------------------------------------------------------------------- client/marmotta-client-java/pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/6f23021e/client/marmotta-client-java/pom.xml ---------------------------------------------------------------------- diff --git a/client/marmotta-client-java/pom.xml b/client/marmotta-client-java/pom.xml index bd588dd..1a17f70 100644 --- a/client/marmotta-client-java/pom.xml +++ b/client/marmotta-client-java/pom.xml @@ -204,6 +204,12 @@ <version>${project.version}</version> <scope>test</scope> </dependency> + <dependency> + <groupId>javax.el</groupId> + <artifactId>javax.el-api</artifactId> + <scope>test</scope> + </dependency> + </dependencies>
