Repository: clerezza Updated Branches: refs/heads/master 68a9b1ec6 -> 4d3e827b1
CLEREZZA-947: dded platrm.editor Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/4d3e827b Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/4d3e827b Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/4d3e827b Branch: refs/heads/master Commit: 4d3e827b1cef9012eb7fda0eff1b8362ea13e380 Parents: 68a9b1e Author: Reto Gmür <[email protected]> Authored: Tue Aug 19 18:17:58 2014 +0200 Committer: Reto Gmür <[email protected]> Committed: Tue Aug 19 18:17:58 2014 +0200 ---------------------------------------------------------------------- platform.launcher.storageless.parent/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/clerezza/blob/4d3e827b/platform.launcher.storageless.parent/pom.xml ---------------------------------------------------------------------- diff --git a/platform.launcher.storageless.parent/pom.xml b/platform.launcher.storageless.parent/pom.xml index 87ec59d..1414762 100644 --- a/platform.launcher.storageless.parent/pom.xml +++ b/platform.launcher.storageless.parent/pom.xml @@ -420,6 +420,12 @@ </dependency> <dependency> <groupId>org.apache.clerezza</groupId> + <artifactId>platform.editor</artifactId> + <scope>runtime</scope> + <version>0.1</version> + </dependency> + <dependency> + <groupId>org.apache.clerezza</groupId> <artifactId>platform.content.fsadaptor</artifactId> <scope>runtime</scope> <version>0.2</version>
