Hi Olivier, can you shortly explain why the provided scope makes the dependency management more complicated? What is the scope if none is defined in Maven? I'm okay with this change but I would like to understand why it happened.
Thanks, - Fabian Am 30. November 2011 20:16 schrieb <[email protected]>: > Author: ogrisel > Date: Wed Nov 30 19:16:28 2011 > New Revision: 1208709 > > URL: http://svn.apache.org/viewvc?rev=1208709&view=rev > Log: > remove the provided scopes from the parent pom that makes the dependency > management more complicated > > Modified: > incubator/stanbol/trunk/parent/pom.xml > > Modified: incubator/stanbol/trunk/parent/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/stanbol/trunk/parent/pom.xml?rev=1208709&r1=1208708&r2=1208709&view=diff > ============================================================================== > --- incubator/stanbol/trunk/parent/pom.xml (original) > +++ incubator/stanbol/trunk/parent/pom.xml Wed Nov 30 19:16:28 2011 > @@ -256,67 +256,56 @@ > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.commons.jsonld</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > > <artifactId>org.apache.stanbol.commons.stanboltools.offline</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > > <artifactId>org.apache.stanbol.commons.installer.bundleprovider</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > > <artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > > <artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider.bundle</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.commons.web.base</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.commons.opennlp</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.commons.solr.core</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.commons.solr.managed</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.commons.solr.install</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.commons.solr.web</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > > <!-- Data Bundles included in the standard Stanbol Distribution --> > @@ -324,62 +313,52 @@ > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.data.opennlp.ner.en</artifactId> > <version>1.0.1-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.data.opennlp.lang.en</artifactId> > <version>1.0.1-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.data.sites.dbpedia</artifactId> > <version>1.0.3-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.enhancer.standalone</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > > <artifactId>org.apache.stanbol.enhancer.weightedjobmanager</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > > <artifactId>org.apache.stanbol.enhancer.engines.autotagging</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > > <artifactId>org.apache.stanbol.enhancer.engine.keywordextraction</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.enhancer.jersey</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.autotagging</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <!-- TODO: Still the old name: this artifact will be removed > @@ -387,144 +366,121 @@ > <groupId>eu.iksproject</groupId> > <artifactId>iks-autotagging-data</artifactId> > <version>0.1.2</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.enhancer.ext.org.geonames</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.entityhub.test</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.entityhub.core</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.entityhub.query.clerezza</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.entityhub.yard.clerezza</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <!-- Stanbol Entityhub Indexing Bundles --> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > > <artifactId>org.apache.stanbol.entityhub.indexing.source.jenatdb</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > > <artifactId>org.apache.stanbol.entityhub.indexing.source.vcard</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > > <artifactId>org.apache.stanbol.entityhub.indexing.destination.solryard</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.launchers.full</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.ontologymanager.ontonet</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.ontologymanager.registry</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.owl</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.rules.base</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.rules.manager</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.rules.refactor</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.commons.testing.http</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.commons.testing.jarexec</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.commons.testing.stanbol</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > > <!-- Partial bundle list dependencies --> > @@ -533,56 +489,48 @@ > <artifactId>org.apache.stanbol.cmsadapter.bundlelist</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > <type>partialbundlelist</type> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.contenthub.bundlelist</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > <type>partialbundlelist</type> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.data.bundlelist</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > <type>partialbundlelist</type> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.enhancer.bundlelist</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > <type>partialbundlelist</type> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.entityhub.bundlelist</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > <type>partialbundlelist</type> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.factstore.bundlelist</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > <type>partialbundlelist</type> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.ontologymanager.bundlelist</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > <type>partialbundlelist</type> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.stanbol</groupId> > <artifactId>org.apache.stanbol.rules.bundlelist</artifactId> > <version>0.9.0-incubating-SNAPSHOT</version> > <type>partialbundlelist</type> > - <scope>provided</scope> > </dependency> > > > @@ -591,13 +539,11 @@ > <groupId>org.osgi</groupId> > <artifactId>org.osgi.core</artifactId> > <version>4.1.0</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.osgi</groupId> > <artifactId>org.osgi.compendium</artifactId> > <version>4.1.0</version> > - <scope>provided</scope> > </dependency> > > <!-- Apache Felix --> > @@ -605,13 +551,11 @@ > <groupId>org.apache.felix</groupId> > <artifactId>org.apache.felix.scr</artifactId> > <version>1.4.0</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.felix</groupId> > <artifactId>org.apache.felix.scr.annotations</artifactId> > <version>1.4.0</version> > - <scope>provided</scope> > </dependency> > > <!-- Apache Clerezza --> > @@ -619,13 +563,11 @@ > <groupId>org.apache.clerezza</groupId> > <artifactId>rdf.core</artifactId> > <version>0.12-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.clerezza</groupId> > <artifactId>rdf.utils</artifactId> > <version>0.13-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.clerezza</groupId> > @@ -636,55 +578,46 @@ > <groupId>org.apache.clerezza</groupId> > <artifactId>rdf.jena.serializer</artifactId> > <version>0.9-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.clerezza</groupId> > <artifactId>rdf.jena.parser</artifactId> > <version>0.10-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.clerezza</groupId> > <artifactId>rdf.jena.sparql</artifactId> > <version>0.5-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.clerezza</groupId> > <artifactId>rdf.rdfjson</artifactId> > <version>0.3-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.clerezza</groupId> > <artifactId>platform.content</artifactId> > <version>0.13-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.clerezza</groupId> > <artifactId>platform.graphprovider.content</artifactId> > <version>0.6-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.clerezza</groupId> > <artifactId>platform.typerendering.scalaserverpages</artifactId> > <version>0.3-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.clerezza</groupId> > <artifactId>jaxrs.rdf.providers</artifactId> > <version>0.13-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.clerezza</groupId> > <artifactId>rdf.simple.storage</artifactId> > <version>0.7-incubating-SNAPSHOT</version> > - <scope>provided</scope> > </dependency> > > <!-- Commons --> > @@ -692,7 +625,6 @@ > <groupId>commons-io</groupId> > <artifactId>commons-io</artifactId> > <version>1.4</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>commons-beanutils</groupId> > @@ -708,44 +640,37 @@ > <groupId>commons-lang</groupId> > <artifactId>commons-lang</artifactId> > <version>2.4</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>commons-cli</groupId> > <artifactId>commons-cli</artifactId> > <version>1.2</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.commons</groupId> > <artifactId>commons-compress</artifactId> > <version>1.0</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>commons-logging</groupId> > <artifactId>commons-logging</artifactId> > <version>1.1.1</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>commons-codec</groupId> > <artifactId>commons-codec</artifactId> > <version>1.5</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> > > > @@ -754,7 +679,6 @@ > <groupId>joda-time</groupId> > <artifactId>joda-time</artifactId> > <version>1.6.2</version> > - <scope>provided</scope> > </dependency> > > <!-- MimeUtil --> > @@ -762,7 +686,6 @@ > <groupId>eu.medsea.mimeutil</groupId> > <artifactId>mime-util</artifactId> > <version>2.1.3</version> > - <scope>provided</scope> > </dependency> > > <!-- SLF4J --> > @@ -770,31 +693,26 @@ > <groupId>org.slf4j</groupId> > <artifactId>slf4j-api</artifactId> > <version>1.6.1</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.slf4j</groupId> > <artifactId>jcl-over-slf4j</artifactId> > <version>1.6.1</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.slf4j</groupId> > <artifactId>slf4j-jdk14</artifactId> > <version>1.6.1</version> > - <scope>provided</scope> > </dependency> > <dependency> <!-- when using log4j for the logging --> > <groupId>org.slf4j</groupId> > <artifactId>slf4j-log4j12</artifactId> > <version>1.6.1</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>log4j</groupId> > <artifactId>log4j</artifactId> > <version>1.2.16</version> > - <scope>provided</scope> > </dependency> > > <!-- Servlet API --> > @@ -802,7 +720,6 @@ > <groupId>javax.servlet</groupId> > <artifactId>servlet-api</artifactId> > <version>2.4</version> > - <scope>provided</scope> > </dependency> > > <!-- Jersey --> > @@ -810,19 +727,16 @@ > <groupId>com.sun.jersey</groupId> > <artifactId>jersey-server</artifactId> > <version>${jersey-version}</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>com.sun.jersey</groupId> > <artifactId>jersey-core</artifactId> > <version>${jersey-version}</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>com.sun.jersey</groupId> > <artifactId>jersey-json</artifactId> > <version>${jersey-version}</version> > - <scope>provided</scope> > <exclusions> > <!-- jaxb is now part of java 6 --> > <exclusion> > @@ -843,7 +757,6 @@ > <groupId>com.sun.jersey.contribs</groupId> > <artifactId>jersey-multipart</artifactId> > <version>${jersey-version}</version> > - <scope>provided</scope> > </dependency> > > <!-- jersey-multipart now uses a different library allowing streaming of > @@ -852,8 +765,7 @@ > <groupId>javax.mail</groupId> > <artifactId>mail</artifactId> > <version>1.4</version> > - <scope>provided</scope> > - </dependency> --> > + </dependency> --> > > <!-- JAX-RS JSR311 --> > <!-- NOTE that JAX-RS is included and exported by jersey-core > @@ -864,7 +776,6 @@ > <groupId>javax.ws.rs</groupId> > <artifactId>jsr311-api</artifactId> > <version>1.1.1</version> > - <scope>provided</scope> > </dependency> > > <!-- JSON --> > @@ -873,21 +784,18 @@ > <groupId>org.json</groupId> > <artifactId>json</artifactId> > <version>20090211</version> > - <scope>provided</scope> > - </dependency> > + </dependency> > <dependency> > <groupId>com.googlecode.json-simple</groupId> > <artifactId>json-simple</artifactId> > <version>1.1</version> > - <scope>provided</scope> > - </dependency> --> > + </dependency> --> > > <!-- Freemarker --> > <dependency> > <groupId>org.freemarker</groupId> > <artifactId>freemarker</artifactId> > <version>2.3.9</version> > - <scope>provided</scope> > </dependency> > > <!-- Jettison --> > @@ -895,7 +803,6 @@ > <groupId>org.codehaus.jettison</groupId> > <artifactId>jettison</artifactId> > <version>1.3</version> > - <scope>provided</scope> > </dependency> > > <!-- Jena --> > @@ -903,7 +810,6 @@ > <groupId>com.hp.hpl.jena</groupId> > <artifactId>jena</artifactId> > <version>2.6.3</version> > - <scope>provided</scope> > <exclusions> > <exclusion> > <groupId>org.slf4j</groupId> > @@ -915,7 +821,6 @@ > <groupId>com.hp.hpl.jena</groupId> > <artifactId>arq</artifactId> > <version>2.8.5</version> > - <scope>provided</scope> > <exclusions> > <exclusion> > <groupId>org.slf4j</groupId> > @@ -939,7 +844,6 @@ > <groupId>com.hp.hpl.jena</groupId> > <artifactId>tdb</artifactId> > <version>0.8.7</version> > - <scope>provided</scope> > <type>jar</type> > <exclusions> > <exclusion> > @@ -954,7 +858,6 @@ > <artifactId>hsqldb-j5</artifactId> > <version>2.0.0</version> > <type>jar</type> > - <scope>provided</scope> > </dependency> > > <!-- OpenNLP --> > @@ -974,162 +877,136 @@ > <groupId>org.apache.solr</groupId> > <artifactId>solr-solrj</artifactId> > <version>3.2.0</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.solr</groupId> > <artifactId>solr-core</artifactId> > <version>3.2.0</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.solr</groupId> > <artifactId>solr-commons-csv</artifactId> > <version>3.2.0</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.solr</groupId> > <artifactId>solr-noggit</artifactId> > <version>3.2.0</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.solr</groupId> > <artifactId>solr-dataimporthandler</artifactId> > <version>3.2.0</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.solr</groupId> > <artifactId>solr-dataimporthandler-extras</artifactId> > <version>3.2.0</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.solr</groupId> > <artifactId>solr-analysis-extras</artifactId> > <version>3.2.0</version> > - <scope>provided</scope> > </dependency> > <!-- other Solr bundles currently not used > <dependency> > <groupId>org.apache.solr</groupId> > <artifactId>solr-clustering</artifactId> > <version>3.2.0</version> > - <scope>provided</scope> > - </dependency> > + </dependency> > <dependency> > <groupId>org.apache.solr</groupId> > <artifactId>solr-cell</artifactId> > <version>3.2.0</version> > - <scope>provided</scope> > - </dependency> > + </dependency> > <dependency> > <groupId>org.apache.solr</groupId> > <artifactId>solr-carrot2-core</artifactId> > <version>3.2.0</version> > - <scope>provided</scope> > - </dependency> --> > + </dependency> --> > > <!-- Lucene Bundles --> > <dependency> > <groupId>org.apache.lucene</groupId> > <artifactId>lucene-core</artifactId> > <version>3.2.0</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.lucene</groupId> > <artifactId>lucene-analyzers</artifactId> > <version>3.2.0</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.lucene</groupId> > <artifactId>lucene-highlighter</artifactId> > <version>3.2.0</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.lucene</groupId> > <artifactId>lucene-memory</artifactId> > <version>3.2.0</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.lucene</groupId> > <artifactId>lucene-misc</artifactId> > <version>3.2.0</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.lucene</groupId> > <artifactId>lucene-queries</artifactId> > <version>3.2.0</version> > - <scope>provided</scope> > </dependency> > <!-- Snowball moved to analyzer in 3.1<dependency> > <groupId>org.apache.lucene</groupId> > <artifactId>lucene-snowball</artifactId> > <version>3.2.0</version> > - <scope>provided</scope> > - </dependency> --> > + </dependency> --> > <dependency> > <groupId>org.apache.lucene</groupId> > <artifactId>lucene-spellchecker</artifactId> > <version>3.2.0</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.lucene</groupId> > <artifactId>lucene-spatial</artifactId> > <version>3.2.0</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.lucene</groupId> > <artifactId>lucene-icu</artifactId> > <version>3.2.0</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.lucene</groupId> > <artifactId>lucene-icu4j</artifactId> > <version>3.2.0</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.lucene</groupId> > <artifactId>lucene-xercesImpl</artifactId> > <version>3.2.0</version> > - <scope>provided</scope> > </dependency> > <!-- other unused Lucene bundes > <dependency> > <groupId>org.apache.lucene</groupId> > <artifactId>lucene-grouping</artifactId> > <version>3.2.0</version> > - <scope>provided</scope> > - </dependency> > + </dependency> > <dependency> > <groupId>org.apache.lucene</groupId> > <artifactId>lucene-queryparser</artifactId> > <version>3.2.0</version> > - <scope>provided</scope> > - </dependency> > + </dependency> > <dependency> > <groupId>org.apache.lucene</groupId> > <artifactId>lucene-smartcn</artifactId> > <version>3.2.0</version> > - <scope>provided</scope> > - </dependency> > + </dependency> > <dependency> > <groupId>org.apache.lucene</groupId> > <artifactId>lucene-stempel</artifactId> > <version>3.2.0</version> > - <scope>provided</scope> > - </dependency> > + </dependency> > --> > <!-- Other Solr/Lucene dependendies --> > <!-- StAX Parser (used by Solr/Lucene) --> > @@ -1143,7 +1020,6 @@ > <groupId>org.codehaus.woodstox</groupId> > <artifactId>wstx-asl</artifactId> > <version>3.2.7</version> > - <scope>provided</scope> > </dependency> > <dependency> <!-- required by Solr 3.2 --> > <groupId>jakarta-regexp</groupId> > @@ -1189,13 +1065,11 @@ > <groupId>org.clojars.zaxtax</groupId> > <artifactId>opennlp-tools</artifactId> > <version>1.5.0</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.clojars.zaxtax</groupId> > <artifactId>maxent</artifactId> > <version>3.0.0</version> > - <scope>provided</scope> > </dependency> > > <!-- OWL --> > @@ -1210,7 +1084,6 @@ > <artifactId>xercesImpl</artifactId> > <version>2.7.1</version> > <type>jar</type> > - <scope>provided</scope> > </dependency> > > <!-- Apache Tika core --> > @@ -1218,7 +1091,6 @@ > <groupId>org.apache.tika</groupId> > <artifactId>tika-core</artifactId> > <version>0.9</version> > - <scope>provided</scope> > </dependency> > > <!-- Aperture --> > @@ -1299,13 +1171,11 @@ > <groupId>net.sourceforge</groupId> > <artifactId>htmlcleaner</artifactId> > <version>2_1p</version> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>com.ibm.icu</groupId> > <artifactId>icu4j</artifactId> > <version>3.4.4</version> > - <scope>provided</scope> > </dependency> > > <!-- Sling --> > @@ -1314,7 +1184,6 @@ > <artifactId>org.apache.sling.launchpad.base</artifactId> > <version>2.3.0</version> > <classifier>app</classifier> > - <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.sling</groupId> > @@ -1394,6 +1263,12 @@ > <version>${pax-exam-version}</version> > <scope>test</scope> > </dependency> > + <dependency> > + <groupId>org.apache.sling</groupId> > + <artifactId>org.apache.sling.junit.core</artifactId> > + <version>1.0.6</version> > + <scope>test</scope> > + </dependency> > </dependencies> > </dependencyManagement> > > > -- Fabian http://twitter.com/fctwitt
