You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by su...@apache.org on 2011/08/04 18:37:10 UTC

svn commit: r1153922 - in /incubator/stanbol/trunk/cmsadapter: launchers/lite/src/main/bundles/list.xml parent/pom.xml

Author: suat
Date: Thu Aug  4 16:37:09 2011
New Revision: 1153922

URL: http://svn.apache.org/viewvc?rev=1153922&view=rev
Log:
-Updated dependencies and plugins in parent pom and list.xml according to latest updates in Stanbol. (Parent pom still has versioned dependencies as they are not currently in Stanbol Parent pom)

Modified:
    incubator/stanbol/trunk/cmsadapter/launchers/lite/src/main/bundles/list.xml
    incubator/stanbol/trunk/cmsadapter/parent/pom.xml

Modified: incubator/stanbol/trunk/cmsadapter/launchers/lite/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/cmsadapter/launchers/lite/src/main/bundles/list.xml?rev=1153922&r1=1153921&r2=1153922&view=diff
==============================================================================
--- incubator/stanbol/trunk/cmsadapter/launchers/lite/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/cmsadapter/launchers/lite/src/main/bundles/list.xml Thu Aug  4 16:37:09 2011
@@ -1,76 +1,98 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
+	license agreements. See the NOTICE file distributed with this work for additional 
+	information regarding copyright ownership. The ASF licenses this file to 
+	You under the Apache License, Version 2.0 (the "License"); you may not use 
+	this file except in compliance with the License. You may obtain a copy of 
+	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
+	by applicable law or agreed to in writing, software distributed under the 
+	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
+	OF ANY KIND, either express or implied. See the License for the specific 
+	language governing permissions and limitations under the License. -->
 
-<!-- List of initial bundles for the CMS Adapter Sling-based standalone launcher -->
 <bundles>
-
+	<!-- ********************************************************************* 
+		start level < 10 reserved for OSGI and Sling Infrastructure ********************************************************************* -->
 	<!-- OSGi infrastructure -->
 	<startLevel level="5">
 		<bundle>
+			<groupId>org.apache.stanbol</groupId>
+			<artifactId>org.apache.stanbol.frameworkfragment</artifactId>
+			<version>0.9.0-incubating-SNAPSHOT</version>
+		</bundle>
+		<bundle>
 			<groupId>org.apache.sling</groupId>
 			<artifactId>org.apache.sling.commons.log</artifactId>
 			<version>2.1.2</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.felix</groupId>
-			<artifactId>org.apache.felix.scr</artifactId>
-			<version>1.6.0</version>
-		</bundle>
-		<bundle>
-			<groupId>org.apache.felix</groupId>
 			<artifactId>org.osgi.core</artifactId>
-			<version>1.2.0</version>
+			<version>1.4.0</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.felix</groupId>
-			<artifactId>org.apache.felix.configadmin</artifactId>
-			<version>1.2.4</version>
+			<artifactId>org.apache.felix.scr</artifactId>
+			<version>1.6.0</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.felix</groupId>
-			<artifactId>org.apache.felix.eventadmin</artifactId>
-			<version>1.2.2</version>
+			<artifactId>org.apache.felix.configadmin</artifactId>
+			<version>1.2.8</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.metatype</artifactId>
 			<version>1.0.4</version>
 		</bundle>
-		<!-- HTTP service -->
+	</startLevel>
+
+	<!-- HTTP service -->
+	<startLevel level="5">
 		<bundle>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.http.whiteboard</artifactId>
-			<version>2.0.4</version>
+			<version>2.2.0</version>
 		</bundle>
 		<bundle>
-			<groupId>org.osgi</groupId>
+			<groupId>org.apache.felix</groupId>
 			<artifactId>org.osgi.compendium</artifactId>
-			<version>4.2.0</version>
+			<version>1.4.0</version>
 		</bundle>
 	</startLevel>
 
+	<!-- Sling installer and Stanbol extensions -->
+	<startLevel level="8">
+		<bundle>
+			<groupId>org.apache.sling</groupId>
+			<artifactId>org.apache.sling.installer.core</artifactId>
+			<version>3.2.0</version>
+		</bundle>
+		<bundle>
+			<groupId>org.apache.sling</groupId>
+			<artifactId>org.apache.sling.installer.factory.configuration
+			</artifactId>
+			<version>1.0.0</version>
+		</bundle>
+		<bundle>
+			<groupId>org.apache.stanbol</groupId>
+			<artifactId>org.apache.stanbol.commons.installer.bundleprovider
+			</artifactId>
+			<version>0.9.0-incubating-SNAPSHOT</version>
+		</bundle>
+		<bundle>
+			<groupId>org.apache.sling</groupId>
+			<artifactId>org.apache.sling.installer.provider.file</artifactId>
+			<version>1.0.0</version>
+		</bundle>
+	</startLevel>
 
 	<!-- Felix web console and plugins -->
-	<startLevel level="10">
+	<startLevel level="9">
 		<bundle>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.webconsole</artifactId>
-			<version>3.1.2</version>
+			<version>3.1.8</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.felix</groupId>
@@ -80,6 +102,23 @@
 		</bundle>
 	</startLevel>
 
+	<!-- Sling launchpad -->
+	<startLevel level="9">
+		<bundle>
+			<groupId>org.apache.sling</groupId>
+			<artifactId>org.apache.sling.launchpad.installer</artifactId>
+			<version>1.0.0</version>
+		</bundle>
+		<bundle>
+			<groupId>org.apache.sling</groupId>
+			<artifactId>org.apache.sling.launchpad.api</artifactId>
+			<version>1.0.0</version>
+		</bundle>
+	</startLevel>
+
+	<!-- ********************************************************************* 
+		start level 10 TO 19 reserved for required libraries (internal and external) 
+		********************************************************************* -->
 	<!-- General-purpose libraries -->
 	<startLevel level="10">
 		<bundle>
@@ -88,34 +127,24 @@
 			<version>1.2</version>
 		</bundle>
 		<bundle>
-			<groupId>org.apache.commons</groupId>
-			<artifactId>commons-compress</artifactId>
-			<version>1.0</version>
-		</bundle>
-		<bundle>
-			<groupId>commons-io</groupId>
-			<artifactId>commons-io</artifactId>
-			<version>1.4</version>
-		</bundle>
-		<bundle>
 			<groupId>commons-lang</groupId>
 			<artifactId>commons-lang</artifactId>
 			<version>2.4</version>
 		</bundle>
 		<bundle>
-			<groupId>org.apache.commons</groupId>
-			<artifactId>commons-math</artifactId>
-			<version>2.1</version>
+			<groupId>commons-collections</groupId>
+			<artifactId>commons-collections</artifactId>
+			<version>3.2.1</version>
 		</bundle>
 		<bundle>
-			<groupId>commons-codec</groupId>
-			<artifactId>commons-codec</artifactId>
-			<version>1.5</version>
+			<groupId>commons-io</groupId>
+			<artifactId>commons-io</artifactId>
+			<version>1.4</version>
 		</bundle>
 		<bundle>
-			<groupId>org.apache.tika</groupId>
-			<artifactId>tika-core</artifactId>
-			<version>0.9</version>
+			<groupId>org.apache.commons</groupId>
+			<artifactId>commons-compress</artifactId>
+			<version>1.0</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.httpcomponents</groupId>
@@ -123,26 +152,72 @@
 			<version>4.0.1</version>
 		</bundle>
 		<bundle>
-			<groupId>mysql</groupId>
-			<artifactId>mysql-connector-java</artifactId>
-			<version>5.1.12</version>
+			<groupId>commons-codec</groupId>
+			<artifactId>commons-codec</artifactId>
+			<version>1.5</version>
 		</bundle>
 		<bundle>
-			<groupId>org.apache.derby</groupId>
-			<artifactId>derby</artifactId>
-			<version>10.6.2.1</version>
+			<groupId>commons-fileupload</groupId>
+			<artifactId>commons-fileupload</artifactId>
+			<version>1.2.2</version>
 		</bundle>
-		<bundle>
+		<bundle> <!-- only used by the Entityhub -->
 			<groupId>joda-time</groupId>
 			<artifactId>joda-time</artifactId>
 			<version>1.6.2</version>
 		</bundle>
 		<bundle>
+			<!-- only used by the Contenthub -->
 			<groupId>eu.medsea.mimeutil</groupId>
 			<artifactId>mime-util</artifactId>
 			<version>2.1.3</version>
 		</bundle>
+		<bundle>
+			<!-- only used by the Factstore -->
+			<groupId>org.apache.derby</groupId>
+			<artifactId>derby</artifactId>
+			<version>10.7.1.1</version>
+		</bundle>
+	</startLevel>
 
+	<!-- Jersey -->
+	<startLevel level="14">
+		<!-- NOTE: jersey-core bug, must start before jersey-server to avoid jersey 
+			spi class not found errors. Restart jersey-server manually if getting those. -->
+		<bundle>
+			<groupId>com.sun.jersey</groupId>
+			<artifactId>jersey-core</artifactId>
+			<version>1.7</version>
+		</bundle>
+	</startLevel>
+	<startLevel level="15">
+		<bundle>
+			<groupId>com.sun.jersey</groupId>
+			<artifactId>jersey-client</artifactId>
+			<version>1.7</version>
+		</bundle>
+		<bundle>
+			<groupId>com.sun.jersey</groupId>
+			<artifactId>jersey-server</artifactId>
+			<version>1.7</version>
+		</bundle>
+		<!-- needed to read data from mime multipart requests -->
+		<bundle>
+			<groupId>com.sun.jersey.contribs</groupId>
+			<artifactId>jersey-multipart</artifactId>
+			<version>1.7</version>
+		</bundle>
+		<!-- dependency of jersey-multipart -->
+		<bundle>
+			<groupId>org.jvnet</groupId>
+			<artifactId>mimepull</artifactId>
+			<version>1.4</version>
+		</bundle>
+		<bundle> <!-- used also for all the other JSON parsing/writing in Stanbol -->
+			<groupId>org.codehaus.jettison</groupId>
+			<artifactId>jettison</artifactId>
+			<version>1.3</version>
+		</bundle>
 	</startLevel>
 
 	<!-- Clerezza storage and sparql infrastructure -->
@@ -214,8 +289,8 @@
 		</bundle>
 		<bundle>
 			<groupId>org.apache.clerezza</groupId>
-			<artifactId>rdf.simple.storage</artifactId>
-			<version>0.7-incubating-SNAPSHOT</version>
+			<artifactId>rdf.jena.serializer</artifactId>
+			<version>0.9-incubating-SNAPSHOT</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.clerezza</groupId>
@@ -234,129 +309,163 @@
 		</bundle>
 	</startLevel>
 
-	<!-- JAX-RS -->
-	<startLevel level="5">
-		<!-- WARNING: jersey-core bug, must start before jersey-server to avoid 
-			jersey spi class not found errors. Restart jersey-server manually if getting 
-			those. -->
+	<!-- Stanbol Commons -->
+	<startLevel level="17">
+		<!-- Allows to run Stanbol in offline mode -->
 		<bundle>
-			<groupId>com.sun.jersey</groupId>
-			<artifactId>jersey-core</artifactId>
-			<version>1.7</version>
+			<groupId>org.apache.stanbol</groupId>
+			<artifactId>org.apache.stanbol.commons.stanboltools.offline
+			</artifactId>
+			<version>0.9.0-incubating-SNAPSHOT</version>
 		</bundle>
-	</startLevel>
-
-	<startLevel level="15">
+		<!-- DataFileProvider and implementations -->
 		<bundle>
-			<groupId>com.sun.jersey</groupId>
-			<artifactId>jersey-server</artifactId>
-			<version>1.7</version>
+			<groupId>org.apache.stanbol</groupId>
+			<artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider
+			</artifactId>
+			<version>0.9.0-incubating-SNAPSHOT</version>
 		</bundle>
 		<bundle>
-			<groupId>com.sun.jersey</groupId>
-			<artifactId>jersey-client</artifactId>
-			<version>1.7</version>
+			<groupId>org.apache.stanbol</groupId>
+			<artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider.bundle
+			</artifactId>
+			<version>0.9.0-incubating-SNAPSHOT</version>
 		</bundle>
+		<!-- OpenNLP as bundle + utilities -->
 		<bundle>
-			<groupId>com.sun.jersey.contribs</groupId>
-			<artifactId>jersey-multipart</artifactId>
-			<version>1.7</version>
+			<groupId>org.apache.stanbol</groupId>
+			<artifactId>org.apache.stanbol.commons.opennlp</artifactId>
+			<version>0.9.0-incubating-SNAPSHOT</version>
 		</bundle>
 		<bundle>
-			<groupId>org.jvnet</groupId>
-			<artifactId>mimepull</artifactId>
-			<version>1.4</version>
+			<groupId>org.apache.stanbol</groupId>
+			<artifactId>org.apache.stanbol.commons.solr</artifactId>
+			<version>0.9.0-incubating-SNAPSHOT</version>
 		</bundle>
+		<!-- support for JSON-LD -->
 		<bundle>
-			<groupId>org.codehaus.jettison</groupId>
-			<artifactId>jettison</artifactId>
-			<version>1.3</version>
+			<groupId>org.apache.stanbol</groupId>
+			<artifactId>org.apache.stanbol.commons.jsonld</artifactId>
+			<version>0.9.0-incubating-SNAPSHOT</version>
+		</bundle>
+		<!-- The common web interface -->
+		<bundle>
+			<groupId>org.apache.stanbol</groupId>
+			<artifactId>org.apache.stanbol.commons.web.base</artifactId>
+			<version>0.9.0-incubating-SNAPSHOT</version>
 		</bundle>
 		<bundle>
-			<groupId>org.codehaus.jackson</groupId>
-			<artifactId>jackson-lgpl</artifactId>
-			<version>0.9.5</version>
+			<groupId>org.apache.stanbol</groupId>
+			<artifactId>org.apache.stanbol.commons.web.home</artifactId>
+			<version>0.9.0-incubating-SNAPSHOT</version>
 		</bundle>
+		<!-- <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.sparql</artifactId> 
+			<version>0.9.0-incubating-SNAPSHOT</version> </bundle> -->
 	</startLevel>
 
-	<!-- Serializers -->
-	<startLevel level="17">
+	<!-- The default data expected by the default configuration of Stanbol -->
+	<startLevel level="19">
 		<bundle>
-			<groupId>org.apache.clerezza</groupId>
-			<artifactId>rdf.jena.serializer</artifactId>
-			<version>0.9-incubating-SNAPSHOT</version>
+			<groupId>org.apache.stanbol</groupId>
+			<artifactId>org.apache.stanbol.data.opennlp.ner.en</artifactId>
+			<version>1.0.0-incubating</version>
+		</bundle>
+		<bundle>
+			<groupId>org.apache.stanbol</groupId>
+			<artifactId>org.apache.stanbol.data.opennlp.lang.en</artifactId>
+			<version>1.0.0-incubating</version>
+		</bundle>
+		<bundle>
+			<groupId>org.apache.stanbol</groupId>
+			<artifactId>org.apache.stanbol.data.sites.dbpedia.default
+			</artifactId>
+			<version>1.0.1-incubating</version>
 		</bundle>
 	</startLevel>
 
-	<!-- Stanbol Bundles -->
+	<!-- ********************************************************************* 
+		start level 20 TO 24 reserved for Stanbol Framework (Enhancer, Entityhub, 
+		Contenthub, Factstore ... incl. Web Fragments) ********************************************************************* -->
+
+	<!-- Stanbol Enhancer infrastructure and required libraries -->
 	<startLevel level="20">
-		<!-- Commons -->
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
-			<artifactId>org.apache.stanbol.commons.web.base
-			</artifactId>
+			<artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
 			<version>0.9.0-incubating-SNAPSHOT</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
-			<artifactId>org.apache.stanbol.commons.web.home
-			</artifactId>
+			<artifactId>org.apache.stanbol.enhancer.standalone</artifactId>
 			<version>0.9.0-incubating-SNAPSHOT</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
-			<artifactId>org.apache.stanbol.commons.opennlp</artifactId>
+			<artifactId>org.apache.stanbol.enhancer.jobmanager</artifactId>
 			<version>0.9.0-incubating-SNAPSHOT</version>
 		</bundle>
+	</startLevel>
+	<!-- Clerezza based SPARQL query engine <startLevel level="20"> <bundle> 
+		<groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.clerezza.sparql</artifactId> 
+		<version>0.9.0-incubating-SNAPSHOT</version> </bundle> </startLevel> -->
 
-		<!-- Enhancer -->
+	<!-- Stanbol Entityhub infrastructure and required libraries -->
+	<startLevel level="20">
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
-			<artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
+			<artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
 			<version>0.9.0-incubating-SNAPSHOT</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
-			<artifactId>org.apache.stanbol.enhancer.jobmanager</artifactId>
+			<artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId>
 			<version>0.9.0-incubating-SNAPSHOT</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
-			<artifactId>org.apache.stanbol.enhancer.standalone</artifactId>
+			<artifactId>org.apache.stanbol.entityhub.query.clerezza</artifactId>
 			<version>0.9.0-incubating-SNAPSHOT</version>
 		</bundle>
-
-		<!-- Entityhub -->
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
-			<artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
+			<artifactId>org.apache.stanbol.entityhub.site.linkeddata</artifactId>
 			<version>0.9.0-incubating-SNAPSHOT</version>
 		</bundle>
-
-		<!-- Generic -->
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
-			<artifactId>org.apache.stanbol.commons.jsonld</artifactId>
+			<artifactId>org.apache.stanbol.entityhub.yard.clerezza</artifactId>
 			<version>0.9.0-incubating-SNAPSHOT</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
-			<artifactId>org.apache.stanbol.defaultdata</artifactId>
-			<version>0.0.3</version>
+			<artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId>
+			<version>0.9.0-incubating-SNAPSHOT</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
-			<artifactId>org.apache.stanbol.commons.stanboltools.offline
-			</artifactId>
+			<artifactId>org.apache.stanbol.entityhub.core</artifactId>
 			<version>0.9.0-incubating-SNAPSHOT</version>
 		</bundle>
+	</startLevel>
+	<!-- FactStore <startLevel level="20"> <bundle> <groupId>org.apache.stanbol</groupId> 
+		<artifactId>org.apache.stanbol.factstore</artifactId> <version>0.9.0-incubating-SNAPSHOT</version> 
+		</bundle> </startLevel> -->
+
+	<!-- Stanbol Web Fragments -->
+	<startLevel level="21">
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
-			<artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider
-			</artifactId>
+			<artifactId>org.apache.stanbol.enhancer.jersey</artifactId>
+			<version>0.9.0-incubating-SNAPSHOT</version>
+		</bundle>
+		<bundle>
+			<groupId>org.apache.stanbol</groupId>
+			<artifactId>org.apache.stanbol.contenthub.web</artifactId>
 			<version>0.9.0-incubating-SNAPSHOT</version>
 		</bundle>
+	</startLevel>
 
+	<startLevel level="22">
 		<!-- Store -->
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
@@ -434,69 +543,26 @@
 			</artifactId>
 			<version>0.9.0-incubating-SNAPSHOT</version>
 		</bundle>
-
-		<!-- Content hub -->
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
-			<artifactId>org.apache.stanbol.contenthub.web</artifactId>
+			<artifactId>crx-rmi</artifactId>
 			<version>0.9.0-incubating-SNAPSHOT</version>
 		</bundle>
 	</startLevel>
 
-	<!-- Entity hub infrastructure -->
-	<startLevel level="16">
-		<bundle>
-			<groupId>org.apache.stanbol</groupId>
-			<artifactId>org.apache.stanbol.entityhub.core</artifactId>
-			<version>0.9.0-incubating-SNAPSHOT</version>
-		</bundle>
-	</startLevel>
+	<!-- ********************************************************************* 
+		start level 25 TO 29 reserved for Stanbol plug-ins (currently the Enhancement 
+		Engines) ********************************************************************* -->
 
-	<!-- Stanbol Enhancer plug-ins -->
-	<startLevel level="20">
-		<bundle>
-			<groupId>org.apache.stanbol</groupId>
-			<artifactId>org.apache.stanbol.enhancer.jersey</artifactId>
-			<version>0.9.0-incubating-SNAPSHOT</version>
-		</bundle>
-	</startLevel>
-
-	<!-- Stanbol Enhancer Enhancement Engines -->
-	<startLevel level="30">
-		<bundle>
-			<groupId>org.apache.stanbol</groupId>
-			<artifactId>org.apache.stanbol.enhancer.engines.langid</artifactId>
-			<version>0.9.0-incubating-SNAPSHOT</version>
-		</bundle>
-		<bundle>
-			<groupId>org.apache.stanbol</groupId>
-			<artifactId>org.apache.stanbol.enhancer.engines.opencalais
-			</artifactId>
-			<version>0.9.0-incubating-SNAPSHOT</version>
-		</bundle>
-		<bundle>
-			<groupId>org.apache.stanbol</groupId>
-			<artifactId>org.apache.stanbol.enhancer.engines.autotagging
-			</artifactId>
-			<version>0.9.0-incubating-SNAPSHOT</version>
-		</bundle>
-		<bundle>
-			<groupId>org.apache.stanbol</groupId>
-			<artifactId>org.apache.stanbol.defaultdata</artifactId>
-			<version>0.0.3</version>
-		</bundle>
+	<!-- Stanbol Enhancer plug-ins (the Enhancement Engines) -->
+	<startLevel level="25">
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.enhancer.engines.opennlp.ner
 			</artifactId>
 			<version>0.9.0-incubating-SNAPSHOT</version>
 		</bundle>
-		<!-- The geonames.org LocationEnhancement Engines needs two additional 
-			bundles 1) jettyjson 2) commons-io. Both of them are already present in the 
-			bundle list. -->
-		<!-- <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.geonames</artifactId> 
-			<version>0.9.0-incubating-SNAPSHOT</version> </bundle> -->
-		<!-- Entity Tagging Engine based on RICK -->
+		<!-- Entity Tagging Engine (depends on the Entityhub) -->
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.enhancer.engine.entitytagging
@@ -505,6 +571,8 @@
 		</bundle>
 	</startLevel>
 
+	<!-- ********************************************************************* 
+		start level >= 30 are unused ********************************************************************* -->
 
 	<!-- JCR Bundles -->
 	<startLevel level="30">
@@ -535,27 +603,27 @@
 		<bundle>
 			<groupId>org.apache.chemistry.opencmis</groupId>
 			<artifactId>chemistry-opencmis-client-api</artifactId>
-			<version>0.1.0-incubating</version>
+			<version>0.4.0</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.chemistry.opencmis</groupId>
 			<artifactId>chemistry-opencmis-commons-api</artifactId>
-			<version>0.1.0-incubating</version>
+			<version>0.4.0</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.chemistry.opencmis</groupId>
 			<artifactId>chemistry-opencmis-client-impl</artifactId>
-			<version>0.1.0-incubating</version>
+			<version>0.4.0</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.chemistry.opencmis</groupId>
 			<artifactId>chemistry-opencmis-client-bindings</artifactId>
-			<version>0.1.0-incubating</version>
+			<version>0.4.0</version>
 		</bundle>
 		<bundle>
 			<groupId>org.apache.chemistry.opencmis</groupId>
 			<artifactId>chemistry-opencmis-commons-impl</artifactId>
-			<version>0.1.0-incubating</version>
+			<version>0.4.0</version>
 		</bundle>
 	</startLevel>
 </bundles>

Modified: incubator/stanbol/trunk/cmsadapter/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/cmsadapter/parent/pom.xml?rev=1153922&r1=1153921&r2=1153922&view=diff
==============================================================================
--- incubator/stanbol/trunk/cmsadapter/parent/pom.xml (original)
+++ incubator/stanbol/trunk/cmsadapter/parent/pom.xml Thu Aug  4 16:37:09 2011
@@ -1,29 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
+	license agreements. See the NOTICE file distributed with this work for additional 
+	information regarding copyright ownership. The ASF licenses this file to 
+	You under the Apache License, Version 2.0 (the "License"); you may not use 
+	this file except in compliance with the License. You may obtain a copy of 
+	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
+	by applicable law or agreed to in writing, software distributed under the 
+	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
+	OF ANY KIND, either express or implied. See the License for the specific 
+	language governing permissions and limitations under the License. -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
-
+	<parent>
+		<artifactId>stanbol-parent</artifactId>
+		<groupId>org.apache.stanbol</groupId>
+		<version>0.9.0-incubating-SNAPSHOT</version>
+		<relativePath>../../parent</relativePath>
+	</parent>
 	<groupId>org.apache.stanbol</groupId>
 	<artifactId>org.apache.stanbol.cmsadapter.parent</artifactId>
 	<packaging>pom</packaging>
-	<version>0.9.0-incubating-SNAPSHOT</version>
 
 	<name>Apache Stanbol CMS Adapter parent POM</name>
 	<description>
@@ -32,193 +30,12 @@
 
 	<inceptionYear>2010</inceptionYear>
 
-	<scm>
-	</scm>
-
-	<build>
-		<plugins>
-
-			<!-- requires Java 6 because Clerezza artefacts are compiled using Java 
-				6 -->
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-enforcer-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>enforce-java</id>
-						<goals>
-							<goal>enforce</goal>
-						</goals>
-						<configuration>
-							<rules>
-								<!-- Constraint disabled since even fixing the version for the maven 
-									eclipse plugin does not seem to make this rule pass <requirePluginVersions/> -->
-								<requireJavaVersion>
-									<message>
-										Java 6 or higher is required to compile this module
-                  </message>
-									<version>1.6</version>
-								</requireJavaVersion>
-							</rules>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-
-			<!-- Attach sources for all builds -->
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-source-plugin</artifactId>
-				<inherited>true</inherited>
-				<executions>
-					<execution>
-						<id>attach-sources</id>
-						<goals>
-							<goal>jar</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-
-		<pluginManagement>
-			<plugins>
-				<!-- Compile for >= Java 5 -->
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-compiler-plugin</artifactId>
-					<version>2.3.1</version>
-					<configuration>
-						<source>1.6</source>
-						<target>1.6</target>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-dependency-plugin</artifactId>
-					<version>2.1</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-war-plugin</artifactId>
-					<version>2.1-beta-1</version>
-				</plugin>
-				<plugin>
-					<groupId>org.mortbay.jetty</groupId>
-					<artifactId>maven-jetty-plugin</artifactId>
-					<version>6.1.20</version>
-				</plugin>
-				<plugin>
-					<groupId>org.codehaus.mojo</groupId>
-					<artifactId>build-helper-maven-plugin</artifactId>
-					<version>1.5</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.felix</groupId>
-					<artifactId>maven-bundle-plugin</artifactId>
-					<version>2.0.1</version>
-					<inherited>true</inherited>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.felix</groupId>
-					<artifactId>maven-scr-plugin</artifactId>
-					<version>1.4.2</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>
-						<dependency>
-							<groupId>org.slf4j</groupId>
-							<artifactId>slf4j-simple</artifactId>
-							<version>1.5.2</version>
-						</dependency>
-					</dependencies>
-					<executions>
-						<execution>
-							<id>generate-scr-scrdescriptor</id>
-							<goals>
-								<goal>scr</goal>
-							</goals>
-							<configuration>
-								<properties>
-									<service.vendor>Apache Stanbol</service.vendor>
-								</properties>
-							</configuration>
-						</execution>
-					</executions>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-enforcer-plugin</artifactId>
-					<version>1.0-beta-1</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.sling</groupId>
-					<artifactId>maven-sling-plugin</artifactId>
-					<version>2.0.4-incubator</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-clean-plugin</artifactId>
-					<version>2.4.1</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-deploy-plugin</artifactId>
-					<version>2.5</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-install-plugin</artifactId>
-					<version>2.3.1</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-site-plugin</artifactId>
-					<version>2.1.1</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-source-plugin</artifactId>
-					<version>2.1.2</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-resources-plugin</artifactId>
-					<version>2.4.3</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-surefire-plugin</artifactId>
-					<version>2.5</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-jar-plugin</artifactId>
-					<version>2.3.1</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-eclipse-plugin</artifactId>
-					<version>2.8</version>
-				</plugin>
-			</plugins>
-		</pluginManagement>
-	</build>
-
 	<developers>
 		<!-- TBD -->
 	</developers>
 
 	<dependencyManagement>
 		<dependencies>
-			<!-- Stanbol Dependencies -->
-			<!-- Commons -->
-			<dependency>
-				<groupId>org.apache.stanbol</groupId>
-				<artifactId>org.apache.stanbol.commons.web.base</artifactId>
-				<version>0.9.0-incubating-SNAPSHOT</version>
-			</dependency>
-
 			<!-- Ontology manager store -->
 			<dependency>
 				<groupId>org.apache.stanbol</groupId>
@@ -265,70 +82,15 @@
 				<scope>provided</scope>
 			</dependency>
 
-			<!-- Enhancer -->
-			<dependency>
-				<groupId>org.apache.stanbol</groupId>
-				<artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
-				<version>0.9.0-incubating-SNAPSHOT</version>
-				<scope>provided</scope>
-			</dependency>
-
-			<!-- Apache Clerezza -->
+			<!-- CMIS -->
 			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>rdf.core</artifactId>
-				<version>0.12-incubating-SNAPSHOT</version>
+				<groupId>org.apache.chemistry.opencmis</groupId>
+				<artifactId>chemistry-opencmis-client-api</artifactId>
+				<version>0.4.0</version>
 				<scope>provided</scope>
 			</dependency>
 
-			<dependency>
-				<groupId>org.osgi</groupId>
-				<artifactId>org.osgi.compendium</artifactId>
-				<version>4.2.0</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.felix</groupId>
-				<artifactId>org.osgi.core</artifactId>
-				<version>1.2.0</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
-				<groupId>javax.servlet</groupId>
-				<artifactId>servlet-api</artifactId>
-				<version>2.4</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
-				<groupId>junit</groupId>
-				<artifactId>junit</artifactId>
-				<version>4.7</version>
-				<scope>test</scope>
-			</dependency>
-			<dependency>
-				<groupId>org.jmock</groupId>
-				<artifactId>jmock-junit4</artifactId>
-				<version>2.5.1</version>
-				<scope>test</scope>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.felix</groupId>
-				<artifactId>org.apache.felix.scr.annotations</artifactId>
-				<version>1.4.0</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
-				<groupId>com.sun.jersey</groupId>
-				<artifactId>jersey-client</artifactId>
-				<version>1.7</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
-				<groupId>com.sun.jersey</groupId>
-				<artifactId>jersey-server</artifactId>
-				<version>1.7</version>
-				<scope>provided</scope>
-			</dependency>
+			<!-- JCR -->
 			<dependency>
 				<groupId>javax.jcr</groupId>
 				<artifactId>jcr</artifactId>
@@ -336,12 +98,6 @@
 				<scope>provided</scope>
 			</dependency>
 			<dependency>
-				<groupId>org.apache.chemistry.opencmis</groupId>
-				<artifactId>chemistry-opencmis-client-api</artifactId>
-				<version>0.1.0-incubating</version>
-				<scope>compile</scope>
-			</dependency>
-			<dependency>
 				<groupId>org.apache.jackrabbit</groupId>
 				<artifactId>jackrabbit-jcr-rmi</artifactId>
 				<version>2.2.5</version>
@@ -359,65 +115,20 @@
 				<version>2.2.5</version>
 				<scope>provided</scope>
 			</dependency>
-			<dependency>
-				<groupId>com.hp.hpl.jena</groupId>
-				<artifactId>jena</artifactId>
-				<version>2.6.3</version>
-				<scope>provided</scope>
-				<exclusions>
-					<exclusion>
-						<groupId>org.slf4j</groupId>
-						<artifactId>slf4j-api</artifactId>
-					</exclusion>
-					<exclusion>
-						<groupId>org.slf4j</groupId>
-						<artifactId>slf4j-log4j12</artifactId>
-					</exclusion>
-				</exclusions>
-			</dependency>
-
-			<!-- SLF4J -->
-			<dependency>
-				<groupId>org.slf4j</groupId>
-				<artifactId>slf4j-api</artifactId>
-				<version>1.6.1</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
-				<groupId>org.slf4j</groupId>
-				<artifactId>slf4j-simple</artifactId>
-				<version>1.6.1</version>
-				<scope>provided</scope>
-			</dependency>
-
-			<!-- Freemarker -->
-			<dependency>
-				<groupId>org.freemarker</groupId>
-				<artifactId>freemarker</artifactId>
-				<version>2.3.9</version>
-				<scope>provided</scope>
-			</dependency>
-
-			<!-- Jettison -->
-			<dependency>
-				<groupId>org.codehaus.jettison</groupId>
-				<artifactId>jettison</artifactId>
-				<version>1.2</version>
-				<scope>provided</scope>
-			</dependency>
 
-			<!-- Commons -->
+			<!-- Jersey -->
 			<dependency>
-				<groupId>commons-lang</groupId>
-				<artifactId>commons-lang</artifactId>
-				<version>2.4</version>
+				<groupId>com.sun.jersey</groupId>
+				<artifactId>jersey-client</artifactId>
+				<version>1.7</version>
 				<scope>provided</scope>
 			</dependency>
 
+			<!-- Clerezza -->
 			<dependency>
-				<groupId>commons-collections</groupId>
-				<artifactId>commons-collections</artifactId>
-				<version>3.2</version>
+				<groupId>org.apache.clerezza</groupId>
+				<artifactId>rdf.jena.facade</artifactId>
+				<version>0.12-incubating-SNAPSHOT</version>
 				<scope>provided</scope>
 			</dependency>
 		</dependencies>
@@ -425,33 +136,6 @@
 
 	<profiles>
 		<profile>
-			<!-- This profile allows for installing/updating a bundle in a running 
-				FISE instance right after building it. Example: mvn clean install -P installBundle 
-				-Dsling.url=http://localhost:8080/system/console Or, to make it faster without 
-				cleaning up or running tests: mvn -o install -DskipTests -P installBundle 
-				-Dsling.url=http://localhost:8080/system/console -->
-			<id>installBundle</id>
-			<activation>
-				<activeByDefault>false</activeByDefault>
-			</activation>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.apache.sling</groupId>
-						<artifactId>maven-sling-plugin</artifactId>
-						<executions>
-							<execution>
-								<id>install-bundle</id>
-								<goals>
-									<goal>install</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-		<profile>
 			<id>sonar</id>
 			<activation>
 				<activeByDefault>true</activeByDefault>
@@ -471,30 +155,7 @@
 		</profile>
 	</profiles>
 
-	<!-- needed because of Clerezza dependency -->
-	<repositories>
-		<repository>
-			<id>apache</id>
-			<name>apache repository</name>
-			<snapshots>
-				<updatePolicy>always</updatePolicy>
-				<checksumPolicy>warn</checksumPolicy>
-			</snapshots>
-			<url>http://repository.apache.org/content/groups/snapshots-group</url>
-			<layout>default</layout>
-		</repository>
-		<repository>
-			<id>java.net</id>
-			<url>http://download.java.net/maven/2</url>
-		</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>
-	</repositories>
-
 	<properties>
-		<chemistryVersion>0.1.0-incubating</chemistryVersion>
+		<chemistryVersion>0.4.0</chemistryVersion>
 	</properties>
 </project>