You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2014/02/09 19:00:55 UTC

git commit: CLEREZZA-829: added dependency required for editor

Updated Branches:
  refs/heads/master 764400acc -> 567cfd930


CLEREZZA-829: added dependency required for editor


Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo
Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/567cfd93
Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/567cfd93
Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/567cfd93

Branch: refs/heads/master
Commit: 567cfd930af025c305c631699958e6fb687c6513
Parents: 764400a
Author: retobg <re...@apache.org>
Authored: Sun Feb 9 19:00:33 2014 +0100
Committer: retobg <re...@apache.org>
Committed: Sun Feb 9 19:00:33 2014 +0100

----------------------------------------------------------------------
 provisioning/platform.content/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/567cfd93/provisioning/platform.content/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/platform.content/pom.xml b/provisioning/platform.content/pom.xml
index 0fb7ab5..0e29d34 100644
--- a/provisioning/platform.content/pom.xml
+++ b/provisioning/platform.content/pom.xml
@@ -65,7 +65,12 @@
             <artifactId>platform.content.fsadaptor</artifactId>
             <version>0.2-SNAPSHOT</version>
         </dependency>
-        
+        <!-- this doesn't strictly belongs to here -->
+        <dependency>
+            <groupId>org.apache.stanbol</groupId>
+            <artifactId>org.apache.stanbol.commons.web.resources</artifactId>
+            <version>1.0.0-SNAPSHOT</version>
+        </dependency>
     </dependencies>
 
     <build>