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 2015/01/19 17:01:49 UTC

clerezza git commit: trying out the jena-osgi bundles, see http://mail-archives.apache.org/mod_mbox/clerezza-dev/201501.mbox/%3CCAPRnXtkpLcDS373TDFC08hW31xTAM956vzTeO5S8hVNxvXWsEA%40mail.gmail.com%3E

Repository: clerezza
Updated Branches:
  refs/heads/jena-osgi [created] e10366190


trying out the jena-osgi bundles, see http://mail-archives.apache.org/mod_mbox/clerezza-dev/201501.mbox/%3CCAPRnXtkpLcDS373TDFC08hW31xTAM956vzTeO5S8hVNxvXWsEA%40mail.gmail.com%3E

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

Branch: refs/heads/jena-osgi
Commit: e10366190b12ed8d3bf83583a0466215e492be4d
Parents: 68d7f66
Author: developer <de...@b03a57bc1c70>
Authored: Mon Jan 19 15:57:07 2015 +0000
Committer: developer <de...@b03a57bc1c70>
Committed: Mon Jan 19 15:57:07 2015 +0000

----------------------------------------------------------------------
 provisioning/launchers/full-launcher/pom.xml | 16 ++++-
 provisioning/rdf.tdb/pom.xml                 | 88 +++++++++++++++++++++--
 provisioning/rdf/pom.xml                     |  4 +-
 3 files changed, 100 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/e1036619/provisioning/launchers/full-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/launchers/full-launcher/pom.xml b/provisioning/launchers/full-launcher/pom.xml
index 4898a69..9dcc006 100644
--- a/provisioning/launchers/full-launcher/pom.xml
+++ b/provisioning/launchers/full-launcher/pom.xml
@@ -236,14 +236,14 @@
        <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>rdf</artifactId>
-            <version>0.1</version>
+            <version>1.0.0-SNAPSHOT</version>
             <type>partialbundlelist</type>
         </dependency>
 		
        <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>rdf.tdb</artifactId>
-            <version>0.1</version>
+            <version>1.0.0-SNAPSHOT</version>
             <type>partialbundlelist</type>
         </dependency>
 
@@ -303,6 +303,18 @@
             <type>partialbundlelist</type>
         </dependency>
     </dependencies>
+    
+    <repositories>
+        <repository>
+            <id>taverna-incubating</id>
+            <name>Apache Taverna incubating Repository</name>
+            <url>http://repository.mygrid.org.uk/artifactory/incubator-snapshot-local/</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots />
+        </repository>
+    </repositories>
   
   
 </project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e1036619/provisioning/rdf.tdb/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/rdf.tdb/pom.xml b/provisioning/rdf.tdb/pom.xml
index 4565f11..6f465a6 100644
--- a/provisioning/rdf.tdb/pom.xml
+++ b/provisioning/rdf.tdb/pom.xml
@@ -40,7 +40,11 @@
         This feature depends on java and OSGi platform libraries (javax.xml,
         org.osgi.service.cm and others) as well as rdf and slf4j logging.
     </description>
-
+    <properties>
+        <ver.httpcore>4.2.5</ver.httpcore>
+        <ver.httpclient>4.3.6</ver.httpclient>
+        <ver.jackson>2.3.3</ver.jackson> <!-- should match dependency in jsonld-java -->
+    </properties>
     <dependencies>
 
         <dependency>
@@ -48,13 +52,77 @@
             <artifactId>rdf.jena.tdb.storage</artifactId>
             <version>0.7</version>
         </dependency>
+        
+        <dependency>
+            <groupId>org.apache.jena</groupId>
+            <artifactId>jena-osgi</artifactId>
+            <version>2.12.2-SNAPSHOT</version>
+        </dependency>
 
         <dependency>
-            <groupId>org.apache.clerezza.ext</groupId>            
-            <artifactId>org.apache.jena.jena-tdb</artifactId>
-            <version>1.0.1_1</version>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpclient-osgi</artifactId>
+            <version>${ver.httpclient}</version>
+            <exclusions>
+                <!-- These are all embedded within httpclient-osgi -->
+                <exclusion>
+                    <groupId>org.apache.httpcomponents</groupId>
+                    <artifactId>httpclient</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>commons-codec</groupId>
+                    <artifactId>commons-codec</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.httpcomponents</groupId>
+                    <artifactId>httpmime</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.httpcomponents</groupId>
+                    <artifactId>httpclient-cache</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.httpcomponents</groupId>
+                    <artifactId>fluent-hc</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpcore-osgi</artifactId>
+            <version>${ver.httpcore}</version>
+        </dependency>
+        <dependency>
+            <groupId>com.github.jsonld-java</groupId>
+            <artifactId>jsonld-java</artifactId>
+            <version>0.5.1</version>
+        </dependency>
+        <!--
+        but until jsonld-java 0.5.1, we'll need to depend on jackson-databind and jackson-core ourselves
+        as bundles:
+        <dependency>
+        <groupId>com.fasterxml.jackson.core</groupId>
+        <artifactId>jackson-core</artifactId>
+        <version>${ver.jackson}</version>
+        </dependency>
+        <dependency>
+        <groupId>com.fasterxml.jackson.core</groupId>
+        <artifactId>jackson-databind</artifactId>
+        <version>${ver.jackson}</version>
+        </dependency>
+        -->
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-csv</artifactId>
+            <version>1.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.thrift</groupId>
+            <artifactId>libthrift</artifactId>
+            <version>0.9.2</version>
         </dependency>
 
+
     </dependencies>
 
     <build>
@@ -66,4 +134,16 @@
         </plugins>
     </build>
     
+    <repositories>
+        <repository>
+            <id>taverna-incubating</id>
+            <name>Apache Taverna incubating Repository</name>
+            <url>http://repository.mygrid.org.uk/artifactory/incubator-snapshot-local/</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots />
+        </repository>
+    </repositories>
+    
 </project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/e1036619/provisioning/rdf/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/rdf/pom.xml b/provisioning/rdf/pom.xml
index 45f2803..9d16615 100644
--- a/provisioning/rdf/pom.xml
+++ b/provisioning/rdf/pom.xml
@@ -159,7 +159,7 @@
             <artifactId>rdf.file.storage</artifactId>
             <version>0.4</version>
         </dependency>
-        <dependency>
+        <!-- <dependency>
             <groupId>org.apache.clerezza.ext</groupId>            
             <artifactId>org.apache.jena.jena-iri</artifactId>
             <version>1.0.1_1</version>
@@ -173,7 +173,7 @@
             <groupId>org.apache.clerezza.ext</groupId>            
             <artifactId>org.apache.jena.jena-arq</artifactId>
             <version>2.11.1_1</version>
-        </dependency>
+        </dependency> -->
         <!-- <dependency>
             <groupId>org.apache.clerezza.ext</groupId>            
             <artifactId>org.apache.jena.jena-tdb</artifactId>