You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2013/02/19 14:23:37 UTC

git commit: remove missing dependency which made build fail

Updated Branches:
  refs/heads/master 32a909f74 -> 6d7d9e2a3


remove missing dependency which made build fail


Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/6d7d9e2a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/6d7d9e2a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/6d7d9e2a

Branch: refs/heads/master
Commit: 6d7d9e2a31f4d4b4e0531301300ea464527ede2d
Parents: 32a909f
Author: Sergio Fernández <wi...@apache.org>
Authored: Tue Feb 19 14:23:01 2013 +0100
Committer: Sergio Fernández <wi...@apache.org>
Committed: Tue Feb 19 14:23:01 2013 +0100

----------------------------------------------------------------------
 lmf-webapp/pom.xml |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/6d7d9e2a/lmf-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/lmf-webapp/pom.xml b/lmf-webapp/pom.xml
index e7cc810..e7d61da 100644
--- a/lmf-webapp/pom.xml
+++ b/lmf-webapp/pom.xml
@@ -200,11 +200,6 @@
         </dependency>
         <dependency>
             <groupId>at.newmedialab.lmf</groupId>
-            <artifactId>lmf-scheduler</artifactId>
-            <version>${project.parent.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>at.newmedialab.lmf</groupId>
             <artifactId>lmf-versioning</artifactId>
             <version>${project.parent.version}</version>
         </dependency>