Repository: marmotta Updated Branches: refs/heads/develop d0810b40d -> ec74be5ae
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/ec74be5a Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/ec74be5a Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/ec74be5a Branch: refs/heads/develop Commit: ec74be5ae1a8f9ca4865abf6d54611473775b11b Parents: d0810b4 Author: Sergio Fernández <[email protected]> Authored: Thu Jul 2 14:56:40 2015 +0200 Committer: Sergio Fernández <[email protected]> Committed: Thu Jul 2 14:56:40 2015 +0200 ---------------------------------------------------------------------- platform/marmotta-sparql/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/ec74be5a/platform/marmotta-sparql/pom.xml ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/pom.xml b/platform/marmotta-sparql/pom.xml index 8a837bb..732c47d 100644 --- a/platform/marmotta-sparql/pom.xml +++ b/platform/marmotta-sparql/pom.xml @@ -172,6 +172,10 @@ <version>${project.version}</version> </dependency> <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + </dependency> + <dependency> <groupId>org.webjars</groupId> <artifactId>jquery-ui</artifactId> </dependency>
