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/01/07 15:46:13 UTC

[2/3] git commit: CLEREZZA-815: added seedsnipe

CLEREZZA-815: added seedsnipe

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

Branch: refs/heads/master
Commit: 54d1528aa1fbf247d006864b539dc72f56633fc1
Parents: 82bb66f
Author: retobg <re...@apache.org>
Authored: Tue Jan 7 11:58:42 2014 +0100
Committer: retobg <re...@apache.org>
Committed: Tue Jan 7 11:58:42 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/clerezza/blob/54d1528a/provisioning/typerendering/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/typerendering/pom.xml b/provisioning/typerendering/pom.xml
index 21f9f72..be699df 100644
--- a/provisioning/typerendering/pom.xml
+++ b/provisioning/typerendering/pom.xml
@@ -90,6 +90,24 @@
         
         <dependency>
             <groupId>org.apache.clerezza</groupId>
+            <artifactId>platform.typerendering.seedsnipe</artifactId>
+            <version>0.7-SNAPSHOT</version>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.clerezza</groupId>
+            <artifactId>templating</artifactId>
+            <version>0.9-SNAPSHOT</version>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.clerezza</groupId>
+            <artifactId>templating.seedsnipe</artifactId>
+            <version>0.9-SNAPSHOT</version>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.scalaserverpages</artifactId>
             <version>0.4-SNAPSHOT</version>
         </dependency>