You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by en...@apache.org on 2014/06/02 16:42:29 UTC

[3/4] git commit: CLEREZZA-923 Updated provisioning pom and full launcher

CLEREZZA-923 Updated provisioning pom and full launcher


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

Branch: refs/heads/master
Commit: cfe335f03687887e3756a38dee850154229782fb
Parents: fac89cd
Author: enridaga <en...@apache.org>
Authored: Mon Jun 2 15:34:19 2014 +0100
Committer: enridaga <en...@apache.org>
Committed: Mon Jun 2 15:34:19 2014 +0100

----------------------------------------------------------------------
 provisioning/launchers/full-launcher/pom.xml | 7 +++++++
 provisioning/pom.xml                         | 1 +
 2 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/cfe335f0/provisioning/launchers/full-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/launchers/full-launcher/pom.xml b/provisioning/launchers/full-launcher/pom.xml
index 23a0f1d..22b9b1d 100644
--- a/provisioning/launchers/full-launcher/pom.xml
+++ b/provisioning/launchers/full-launcher/pom.xml
@@ -242,6 +242,13 @@
             <version>0.1-SNAPSHOT</version>
             <type>partialbundlelist</type>
         </dependency>
+		
+       <dependency>
+            <groupId>org.apache.clerezza.provisioning</groupId>
+            <artifactId>rdf.tdb</artifactId>
+            <version>0.1-SNAPSHOT</version>
+            <type>partialbundlelist</type>
+        </dependency>
 
        <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/cfe335f0/provisioning/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/pom.xml b/provisioning/pom.xml
index 31587b2..0994069 100644
--- a/provisioning/pom.xml
+++ b/provisioning/pom.xml
@@ -47,6 +47,7 @@
         <module>felixweb</module>
         <module>jaxrs-whiteboard</module>
         <module>rdf</module>
+        <module>rdf.tdb</module>
         <module>rdf.virtuoso</module>
         <module>platform.graphnodeprovider</module>
         <module>typehandlerspace</module>