Repository: marmotta Updated Branches: refs/heads/MARMOTTA-556 9f39e3283 -> b8d297a79
MARMOTTA-556: added ldf module to the default webapp launcher Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/f9355311 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/f9355311 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/f9355311 Branch: refs/heads/MARMOTTA-556 Commit: f9355311137d1c9c92c458d3b651c1b7246c9c6e Parents: 9f39e32 Author: Sergio Fernández <[email protected]> Authored: Tue Oct 28 08:24:03 2014 +0100 Committer: Sergio Fernández <[email protected]> Committed: Tue Oct 28 08:24:03 2014 +0100 ---------------------------------------------------------------------- launchers/marmotta-webapp/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/f9355311/launchers/marmotta-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/launchers/marmotta-webapp/pom.xml b/launchers/marmotta-webapp/pom.xml index fb87868..f363be7 100644 --- a/launchers/marmotta-webapp/pom.xml +++ b/launchers/marmotta-webapp/pom.xml @@ -465,6 +465,11 @@ </dependency> <dependency> <groupId>org.apache.marmotta</groupId> + <artifactId>marmotta-ldf</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.marmotta</groupId> <artifactId>marmotta-ldpath</artifactId> <version>${project.version}</version> </dependency>
