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 2013/12/31 19:12:13 UTC

[2/5] git commit: CLEREZZA-815: added rdf.scala.utils as this is needed by scala typerenderlet and ScalaSeverPages

CLEREZZA-815: added rdf.scala.utils as this is needed by scala typerenderlet and ScalaSeverPages

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

Branch: refs/heads/master
Commit: a83d5423268df41a8f8804d1562c830044c4fc6a
Parents: f9f95ba
Author: retobg <re...@apache.org>
Authored: Tue Dec 31 10:54:57 2013 +0100
Committer: retobg <re...@apache.org>
Committed: Tue Dec 31 10:54:57 2013 +0100

----------------------------------------------------------------------
 provisioning/typerendering/pom.xml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/a83d5423/provisioning/typerendering/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/typerendering/pom.xml b/provisioning/typerendering/pom.xml
index 7cfce5e..09680c7 100644
--- a/provisioning/typerendering/pom.xml
+++ b/provisioning/typerendering/pom.xml
@@ -37,7 +37,8 @@
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Typerendering</name>
-    <description>Clerezza - Provisioning: What's needed to get typerenering working.
+    <description>Clerezza - Provisioning: What's needed to get typerenering working,
+        including support for ScalaServerPages.
         It depends on the Clerezza rdf libraries as provided by the RDF feature, 
         on JAX-RS and on platform.graphnodeprovider..</description>
 
@@ -99,6 +100,13 @@
             <version>0.2-SNAPSHOT</version>
         </dependency>
         
+        <!-- needed by scalaservepages and typesrendering.scala -->
+        <dependency>
+            <groupId>org.apache.clerezza</groupId>
+            <artifactId>rdf.scala.utils</artifactId>
+            <version>0.4-SNAPSHOT</version>
+        </dependency>
+        
         <dependency>
             <groupId>org.apache.clerezza.scala</groupId>
             <artifactId>script-engine</artifactId>