Updated Branches: refs/heads/develop 2e783e798 -> 2222cc2b5
fixed test dependencies for platform tests, so tests should work again Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/2222cc2b Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/2222cc2b Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/2222cc2b Branch: refs/heads/develop Commit: 2222cc2b5f7e0cf62123499e7bb9f6b6977fbd87 Parents: 2e783e7 Author: Sebastian Schaffert <[email protected]> Authored: Wed May 22 09:19:42 2013 +0200 Committer: Sebastian Schaffert <[email protected]> Committed: Wed May 22 09:19:42 2013 +0200 ---------------------------------------------------------------------- platform/marmotta-core/pom.xml | 6 ++++++ platform/marmotta-sparql/pom.xml | 6 ++++++ 2 files changed, 12 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/2222cc2b/platform/marmotta-core/pom.xml ---------------------------------------------------------------------- diff --git a/platform/marmotta-core/pom.xml b/platform/marmotta-core/pom.xml index 0a04e5c..eaab8e2 100644 --- a/platform/marmotta-core/pom.xml +++ b/platform/marmotta-core/pom.xml @@ -361,6 +361,12 @@ <dependency> <groupId>org.jboss.weld.se</groupId> <artifactId>weld-se-core</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>javax.el</groupId> + <artifactId>javax.el-api</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>com.h2database</groupId> http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/2222cc2b/platform/marmotta-sparql/pom.xml ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/pom.xml b/platform/marmotta-sparql/pom.xml index f8b0406..d690f08 100644 --- a/platform/marmotta-sparql/pom.xml +++ b/platform/marmotta-sparql/pom.xml @@ -235,6 +235,12 @@ <dependency> <groupId>org.jboss.weld.se</groupId> <artifactId>weld-se-core</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>javax.el</groupId> + <artifactId>javax.el-api</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>com.h2database</groupId>
