2012-03-30 14:04:43 -04:00
|
|
|
<!--
|
|
|
|
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.
|
|
|
|
-->
|
|
|
|
<ivy-module version="2.0">
|
|
|
|
<info organisation="org.apache.solr" module="analysis-extras"/>
|
|
|
|
<dependencies>
|
2013-10-01 17:01:12 -04:00
|
|
|
<dependency org="com.ibm.icu" name="icu4j" rev="${/com.ibm.icu/icu4j}" transitive="false"/>
|
2013-09-28 07:54:35 -04:00
|
|
|
<!--
|
|
|
|
Although the 3rd party morfologik jars are not dependencies of code in
|
|
|
|
the analysis-extras contrib, they must remain here in order to
|
|
|
|
populate the Solr distribution
|
|
|
|
-->
|
2013-10-01 17:01:12 -04:00
|
|
|
<dependency org="org.carrot2" name="morfologik-polish" rev="${/org.carrot2/morfologik-polish}" transitive="false"/>
|
|
|
|
<dependency org="org.carrot2" name="morfologik-fsa" rev="${/org.carrot2/morfologik-fsa}" transitive="false"/>
|
|
|
|
<dependency org="org.carrot2" name="morfologik-stemming" rev="${/org.carrot2/morfologik-stemming}" transitive="false"/>
|
2012-03-30 14:04:43 -04:00
|
|
|
<exclude org="*" ext="*" matcher="regexp" type="${ivy.exclude.types}"/>
|
|
|
|
</dependencies>
|
|
|
|
</ivy-module>
|