You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2013/10/14 16:19:07 UTC

svn commit: r1531908 - /stanbol/trunk/parent/pom.xml

Author: rwesten
Date: Mon Oct 14 14:19:07 2013
New Revision: 1531908

URL: http://svn.apache.org/r1531908
Log:
STANBOL-1165: added Sesame dependencies to the parent pom

Modified:
    stanbol/trunk/parent/pom.xml

Modified: stanbol/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/parent/pom.xml?rev=1531908&r1=1531907&r2=1531908&view=diff
==============================================================================
--- stanbol/trunk/parent/pom.xml (original)
+++ stanbol/trunk/parent/pom.xml Mon Oct 14 14:19:07 2013
@@ -62,6 +62,7 @@
     <owlapi-version>3.3</owlapi-version>
     <solr-version>4.4.0</solr-version>
     <pax-exam-version>2.3.0.M1</pax-exam-version>
+    <sesame-version>2.7.7</sesame-version>
     <sourceReleaseAssemblyDescriptor>stanbol-source-release-zip-tar</sourceReleaseAssemblyDescriptor>    
   </properties>
 
@@ -672,6 +673,27 @@
       </dependency>
 
 
+      <!-- Sesame (openrdf) -->
+      <dependency> <!-- the sesame repository API -->
+        <groupId>org.openrdf.sesame</groupId>
+        <artifactId>sesame-model</artifactId>
+        <version>${sesame-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.openrdf.sesame</groupId>
+        <artifactId>sesame-repository-api</artifactId>
+        <version>${sesame-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.openrdf.sesame</groupId>
+        <artifactId>sesame-sail-memory</artifactId>
+        <version>${sesame-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.openrdf.sesame</groupId>
+        <artifactId>sesame-repository-sail</artifactId>
+        <version>${sesame-version}</version>
+      </dependency>
       <!-- Commons -->
       <dependency>
         <groupId>commons-io</groupId>
@@ -1239,13 +1261,18 @@
     <dependency>
       <groupId>org.apache.tika</groupId>
       <artifactId>tika-core</artifactId>
-      <version>1.2</version>
+      <version>1.4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.tika</groupId>
       <artifactId>tika-parsers</artifactId>
-      <version>1.2</version>
-    </dependency>    
+      <version>1.4</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-xmp</artifactId>
+      <version>1.4</version>
+    </dependency>
     <!-- Aperture -->
     <dependency>
       <groupId>org.semanticdesktop.aperture</groupId>