You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2011/03/25 17:38:18 UTC

svn commit: r1085459 [7/7] - in /incubator/stanbol/branches/http-endpoint-refactoring: ./ commons/web/src/main/java/org/apache/stanbol/commons/web/ enhancer/ enhancer/SemiAutomaticContentEnhancer/ enhancer/autotagging/ enhancer/clerezza/clerezza-sparql...

Modified: incubator/stanbol/branches/http-endpoint-refactoring/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/branches/http-endpoint-refactoring/parent/pom.xml?rev=1085459&r1=1085458&r2=1085459&view=diff
==============================================================================
--- incubator/stanbol/branches/http-endpoint-refactoring/parent/pom.xml (original)
+++ incubator/stanbol/branches/http-endpoint-refactoring/parent/pom.xml Fri Mar 25 16:38:08 2011
@@ -1,4 +1,3 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Apache Stanbol software is licensed under the Apache License, Version 2.0,
     see http://www.apache.org/licenses/LICENSE-2.0 Unless required by
@@ -16,7 +15,7 @@
   <groupId>org.apache.stanbol</groupId>
   <artifactId>stanbol-parent</artifactId>
   <packaging>pom</packaging>
-  <version>0.9-SNAPSHOT</version>
+  <version>${stanbol-version}</version>
 
   <name>Apache Stanbol : Parent POM</name>
   <description>Parent POM for the Apache Stanbol project</description>
@@ -129,7 +128,7 @@
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-scr-plugin</artifactId>
-          <version>1.4.2</version>
+          <version>1.4.4</version>
           <!-- slf4j impl is needed when QDox inspects/loads classes that use a
              static field for the logger, so that those classes can be loaded. -->
           <dependencies>
@@ -156,7 +155,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-enforcer-plugin</artifactId>
-          <version>1.0-beta-1</version>
+          <version>1.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.sling</groupId>
@@ -181,7 +180,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>2.1.1</version>
+          <version>2.2</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -196,7 +195,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.5</version>
+          <version>2.7.1</version>
           <configuration>
             <argLine>-Xmx1G</argLine>
           </configuration>
@@ -219,7 +218,7 @@
         <plugin>
           <groupId>org.apache.sling</groupId>
           <artifactId>maven-launchpad-plugin</artifactId>
-          <version>2.0.6</version>
+          <version>2.0.10</version>
         </plugin>
       </plugins>
     </pluginManagement>
@@ -234,25 +233,31 @@
       <!-- Stanbol Deps -->
       <dependency>
         <groupId>org.apache.stanbol</groupId>
-        <artifactId>org.apache.stanbol.defaultdata</artifactId>
-        <version>0.0.1</version>
+        <artifactId>org.apache.stanbol.jsonld</artifactId>
+        <version>${stanbol-version}</version>
         <scope>provided</scope>
       </dependency>
+	  <dependency>
+	    <groupId>org.apache.stanbol</groupId>
+	    <artifactId>org.apache.stanbol.commons.stanboltools.offline</artifactId>
+	    <version>${stanbol-version}</version>
+	  </dependency>
       <dependency>
         <groupId>org.apache.stanbol</groupId>
-        <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
-        <version>${stanbol-version}</version>
+        <artifactId>org.apache.stanbol.defaultdata</artifactId>
+        <version>0.0.1</version>
         <scope>provided</scope>
       </dependency>
+
       <dependency>
         <groupId>org.apache.stanbol</groupId>
-        <artifactId>org.apache.stanbol.enhancer.standalone</artifactId>
+        <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
         <version>${stanbol-version}</version>
         <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.stanbol</groupId>
-        <artifactId>org.apache.stanbol.jsonld</artifactId>
+        <artifactId>org.apache.stanbol.enhancer.standalone</artifactId>
         <version>${stanbol-version}</version>
         <scope>provided</scope>
       </dependency>
@@ -289,6 +294,39 @@
         <scope>provided</scope>
       </dependency>
 
+	  <dependency>
+	    <groupId>org.apache.stanbol</groupId>
+	    <artifactId>org.apache.stanbol.entityhub.test</artifactId>
+	    <version>${stanbol-version}</version>
+	    <scope>provided</scope>
+	  </dependency>
+      <dependency>
+        <groupId>org.apache.stanbol</groupId>
+        <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
+	    <version>${stanbol-version}</version>
+	    <scope>provided</scope>
+	  </dependency>
+      <dependency>
+        <groupId>org.apache.stanbol</groupId>
+        <artifactId>org.apache.stanbol.entityhub.core</artifactId>
+        <version>${stanbol-version}</version>
+        <scope>provided</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.stanbol</groupId>
+        <artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId>
+        <version>${stanbol-version}</version>
+        <scope>provided</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.stanbol</groupId>
+        <artifactId>org.apache.stanbol.entityhub.query.clerezza</artifactId>
+        <version>${stanbol-version}</version>
+        <scope>provided</scope>
+      </dependency>
+
+
+
       <!-- OSGi -->
       <dependency>
         <groupId>org.osgi</groupId>
@@ -313,12 +351,16 @@
       <dependency>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.scr.annotations</artifactId>
-        <version>1.2.0</version>
+        <version>1.4.0</version>
         <scope>provided</scope>
       </dependency>
 
       <!-- Apache Lucene -->
-      <dependency>
+      <!-- This version is used by the autotagger but not compatible to 
+           Solr 1.4.1 used by the Entityhub. Therefore (until the new version
+           of Solr is released) move this directly to the autotagger 
+           (Rupert Westenthaler, 2011-02-23)-->
+      <!-- <dependency>
         <groupId>org.apache.lucene</groupId>
         <artifactId>lucene-core</artifactId>
         <version>3.0.1</version>
@@ -335,7 +377,7 @@
         <artifactId>lucene-analyzers</artifactId>
         <version>3.0.1</version>
         <scope>provided</scope>
-      </dependency>
+      </dependency>  -->
 
       <!-- Apache Clerezza -->
       <dependency>
@@ -411,6 +453,11 @@
         <version>1.4</version>
         <scope>provided</scope>
       </dependency>
+  	  <dependency>
+	    <groupId>commons-collections</groupId>
+	    <artifactId>commons-collections</artifactId>
+	    <version>3.2.1</version>
+	  </dependency>
       <dependency>
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
@@ -435,6 +482,34 @@
         <version>1.1.1</version>
         <scope>provided</scope>
       </dependency>
+    <dependency>
+        <groupId>commons-codec</groupId>
+        <artifactId>commons-codec</artifactId>
+        <version>1.4</version>
+        <!-- <version>1.3</version>  -->
+        <scope>provided</scope>
+    </dependency>
+    <dependency>
+        <groupId>commons-fileupload</groupId>
+        <artifactId>commons-fileupload</artifactId>
+        <version>1.2.2</version>
+        <scope>provided</scope>
+    </dependency>
+    <dependency>
+        <groupId>commons-httpclient</groupId>
+        <artifactId>commons-httpclient</artifactId>
+        <version>3.1</version>
+        <scope>provided</scope>
+    </dependency>
+      
+      
+      <!-- Joda Time -->
+      <dependency>
+        <groupId>joda-time</groupId>
+        <artifactId>joda-time</artifactId>
+        <version>1.6.2</version>
+        <scope>provided</scope>
+      </dependency>
 
       <!-- SLF4J -->
       <dependency>
@@ -503,7 +578,7 @@
       <dependency>
         <groupId>javax.ws.rs</groupId>
         <artifactId>jsr311-api</artifactId>
-        <version>1.0</version>
+        <version>1.1.1</version>
         <scope>provided</scope>
       </dependency>
 
@@ -529,7 +604,7 @@
         <scope>provided</scope>
       </dependency>
 
-      <!-- Jettison - indirect dependency for freemarker -->
+      <!-- Jettison -->
       <dependency>
         <groupId>org.codehaus.jettison</groupId>
         <artifactId>jettison</artifactId>
@@ -596,6 +671,93 @@
         <scope>provided</scope>
       </dependency>
 
+      <!-- Solr and Lucene -->
+    <dependency>
+        <groupId>org.apache.solr</groupId>
+        <artifactId>solr-solrj</artifactId>
+        <version>1.4.1</version>
+        <scope>provided</scope>
+    </dependency>       
+    <dependency>
+        <groupId>org.apache.solr</groupId>
+        <artifactId>solr-core</artifactId>
+        <version>1.4.1</version>
+        <scope>provided</scope>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.solr</groupId>
+        <artifactId>solr-commons-csv</artifactId>
+        <version>1.4.1</version>
+        <scope>provided</scope>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.lucene</groupId>
+        <artifactId>lucene-core</artifactId>
+        <version>2.9.4</version>
+        <scope>provided</scope>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.lucene</groupId>
+        <artifactId>lucene-analyzers</artifactId>
+        <version>2.9.4</version>
+        <scope>provided</scope>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.lucene</groupId>
+        <artifactId>lucene-highlighter</artifactId>
+        <version>2.9.4</version>
+        <scope>provided</scope>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.lucene</groupId>
+        <artifactId>lucene-memory</artifactId>
+        <version>2.9.4</version>
+        <scope>provided</scope>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.lucene</groupId>
+        <artifactId>lucene-misc</artifactId>
+        <version>2.9.4</version>
+        <scope>provided</scope>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.lucene</groupId>
+        <artifactId>lucene-queries</artifactId>
+        <version>2.9.4</version>
+        <scope>provided</scope>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.lucene</groupId>
+        <artifactId>lucene-snowball</artifactId>
+        <version>2.9.4</version>
+        <scope>provided</scope>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.lucene</groupId>
+        <artifactId>lucene-memory</artifactId>
+        <version>2.9.4</version>
+        <scope>provided</scope>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.lucene</groupId>
+        <artifactId>lucene-spellchecker</artifactId>
+        <version>2.9.4</version>
+        <scope>provided</scope>
+    </dependency>
+    <!-- Woodstox StAX Parser (used by Solr/Lucene) -->
+    <dependency>
+        <groupId>stax</groupId>
+        <artifactId>stax-api</artifactId>
+        <version>1.0.1</version>
+        <scope>runtime</scope>
+    </dependency>
+    <dependency>
+        <groupId>org.codehaus.woodstox</groupId>
+        <artifactId>wstx-asl</artifactId>
+        <version>3.2.7</version>
+        <scope>provided</scope>
+    </dependency>    
+          
       <!-- JDom -->
       <dependency>
         <groupId>org.jdom</groupId>
@@ -822,13 +984,6 @@
     </repository>
 
     <repository>
-      <!-- used for the jdom bundle com.springsource.org.jdom (rw) -->
-      <id>com.springsource.repository.bundles.external</id>
-      <name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name>
-      <url>http://repository.springsource.com/maven/bundles/external</url>
-    </repository>
-
-    <repository>
       <id>repository-codehaus</id>
       <name>Codehaus Repository</name>
       <url>http://repository.codehaus.org</url>

Modified: incubator/stanbol/branches/http-endpoint-refactoring/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/branches/http-endpoint-refactoring/pom.xml?rev=1085459&r1=1085458&r2=1085459&view=diff
==============================================================================
--- incubator/stanbol/branches/http-endpoint-refactoring/pom.xml (original)
+++ incubator/stanbol/branches/http-endpoint-refactoring/pom.xml Fri Mar 25 16:38:08 2011
@@ -16,14 +16,14 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>${stanbol-version}</version>
     <relativePath>parent</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>stanbol-reactor</artifactId>
   <packaging>pom</packaging>
-  <version>0.9-SNAPSHOT</version>
+  <version>${stanbol-version}</version>
 
   <name>Apache Stanbol : Reactor</name>
   <description>