Modified: stanbol/branches/commons-ng/launchers/full/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/commons-ng/launchers/full/pom.xml?rev=1533571&r1=1533570&r2=1533571&view=diff
==============================================================================
--- stanbol/branches/commons-ng/launchers/full/pom.xml (original)
+++ stanbol/branches/commons-ng/launchers/full/pom.xml Fri Oct 18 17:58:24 2013
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.stanbol</groupId>
<artifactId>stanbol-parent</artifactId>
- <version>4-SNAPSHOT</version>
+ <version>5-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
@@ -216,22 +216,22 @@
<scope>provided</scope>
</dependency> -->
- <!-- Stanbol Data Bundle List
+ <!-- Stanbol Data Bundle List -->
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.launchers.bundlelists.defaultdata</artifactId>
<version>1.1.0-SNAPSHOT</version>
<type>partialbundlelist</type>
<scope>provided</scope>
- </dependency> -->
- <!-- include all OpenNLP models in the full launcher
+ </dependency>
+ <!-- include all OpenNLP models in the full launcher -->
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.launchers.bundlelists.opennlp</artifactId>
<version>1.1.0-SNAPSHOT</version>
<type>partialbundlelist</type>
<scope>provided</scope>
- </dependency> -->
+ </dependency>
<!-- Stanbol Enhancer Bundle List -->
<dependency>
@@ -251,32 +251,32 @@
<scope>provided</scope>
</dependency>
- <!-- Stanbol Ontology Manager Bundle List
+ <!-- Stanbol Ontology Manager Bundle List -->
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.launchers.bundlelists.ontologymanager</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>partialbundlelist</type>
<scope>provided</scope>
- </dependency> -->
+ </dependency>
- <!-- Stanbol Rules Bundle List
+ <!-- Stanbol Rules Bundle List -->
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.launchers.bundlelists.rules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>partialbundlelist</type>
<scope>provided</scope>
- </dependency> -->
+ </dependency>
- <!-- Stanbol Reasoners Bundle List
+ <!-- Stanbol Reasoners Bundle List -->
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.launchers.bundlelists.reasoners</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>partialbundlelist</type>
<scope>provided</scope>
- </dependency> -->
+ </dependency>
<!-- Language Extras -->
<!-- Basic Cinese language support (STANBOL-855
Propchange: stanbol/branches/commons-ng/parent/
------------------------------------------------------------------------------
svn:mergeinfo = /stanbol/trunk/parent:1487448-1533443
Modified: stanbol/branches/commons-ng/parent/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/commons-ng/parent/pom.xml?rev=1533571&r1=1533570&r2=1533571&view=diff
==============================================================================
--- stanbol/branches/commons-ng/parent/pom.xml (original)
+++ stanbol/branches/commons-ng/parent/pom.xml Fri Oct 18 17:58:24 2013
@@ -58,8 +58,9 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<owlapi-version>3.3</owlapi-version>
- <solr-version>4.2.1</solr-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>
@@ -684,6 +685,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>
@@ -925,12 +947,12 @@
<dependency>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-maxent</artifactId>
- <version>3.0.2-incubating</version>
+ <version>3.0.3</version>
</dependency>
<dependency>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-tools</artifactId>
- <version>1.5.2-incubating</version>
+ <version>1.5.3</version>
</dependency>
<!-- Solr Bundles -->
@@ -951,12 +973,12 @@
<version>${solr-version}</version>
<exclusions>
<exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>jcl-over-slf4j</artifactId>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
- <artifactId>slf4j-jdk14</artifactId>
+ <artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
</dependency>
@@ -1124,6 +1146,16 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency> <!-- used by Lucene Core -->
+ <groupId>com.googlecode.concurrentlinkedhashmap</groupId>
+ <artifactId>concurrentlinkedhashmap-lru</artifactId>
+ <version>1.4</version>
+ </dependency>
+ <dependency> <!-- used by Lucene for JSON serialization -->
+ <groupId>org.noggit</groupId>
+ <artifactId>noggit</artifactId>
+ <version>0.5</version>
+ </dependency>
<!-- END Solr/Lucene dependencies -->
<!-- JDom -->
@@ -1202,7 +1234,12 @@
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers</artifactId>
<version>1.2</version>
- </dependency>
+ </dependency>
+ <!-- dependency>
+ <groupId>org.apache.tika</groupId>
+ <artifactId>tika-xmp</artifactId>
+ <version>1.4</version>
+ </dependency -->
<!-- Aperture -->
<dependency>
<groupId>org.semanticdesktop.aperture</groupId>
Modified: stanbol/branches/commons-ng/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/commons-ng/pom.xml?rev=1533571&r1=1533570&r2=1533571&view=diff
==============================================================================
--- stanbol/branches/commons-ng/pom.xml (original)
+++ stanbol/branches/commons-ng/pom.xml Fri Oct 18 17:58:24 2013
@@ -82,8 +82,7 @@
<module>launchers/bundlelists</module>
<module>launchers/mini</module>
-<!-- <module>launchers/full</module> -->
-
+ <module>launchers/full</module>
<module>launchers/stable</module>
<!-- <module>launchers/full-war</module>
@@ -99,7 +98,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
- <!-- <module>integration-tests</module> -->
+ <module>integration-tests</module>
</modules>
</profile>
<profile>