fixed compile time dependency of marmotta-client to weld
Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/8e87a83f Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/8e87a83f Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/8e87a83f Branch: refs/heads/develop Commit: 8e87a83fa66f847661d2f6008a599ab2b07c4873 Parents: 436621b Author: Sebastian Schaffert <[email protected]> Authored: Fri Apr 12 17:23:40 2013 +0200 Committer: Sebastian Schaffert <[email protected]> Committed: Fri Apr 12 17:23:40 2013 +0200 ---------------------------------------------------------------------- client/marmotta-client-java/pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/8e87a83f/client/marmotta-client-java/pom.xml ---------------------------------------------------------------------- diff --git a/client/marmotta-client-java/pom.xml b/client/marmotta-client-java/pom.xml index a083897..aee1f8c 100644 --- a/client/marmotta-client-java/pom.xml +++ b/client/marmotta-client-java/pom.xml @@ -137,6 +137,7 @@ <dependency> <groupId>org.jboss.weld.se</groupId> <artifactId>weld-se-core</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>com.h2database</groupId>
