mirror of https://github.com/apache/lucene.git
SOLR-2365: remove DIH jar dependency from the Solr war POM
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1072848 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9a735f65e6
commit
3f1e769798
|
@ -115,11 +115,6 @@
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>${project.groupId}</groupId>
|
|
||||||
<artifactId>solr-dataimporthandler</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.codehaus.woodstox</groupId>
|
<groupId>org.codehaus.woodstox</groupId>
|
||||||
<artifactId>wstx-asl</artifactId>
|
<artifactId>wstx-asl</artifactId>
|
||||||
|
@ -160,11 +155,6 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<warSourceDirectory>web</warSourceDirectory>
|
<warSourceDirectory>web</warSourceDirectory>
|
||||||
<webXml>web/WEB-INF/web.xml</webXml>
|
<webXml>web/WEB-INF/web.xml</webXml>
|
||||||
<webResources>
|
|
||||||
<resource>
|
|
||||||
<directory>../../contrib/dataimporthandler/src/main/webapp</directory>
|
|
||||||
</resource>
|
|
||||||
</webResources>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
@ -181,7 +171,7 @@
|
||||||
<webAppConfig>
|
<webAppConfig>
|
||||||
<contextPath>/</contextPath>
|
<contextPath>/</contextPath>
|
||||||
<baseResource implementation="org.mortbay.resource.ResourceCollection">
|
<baseResource implementation="org.mortbay.resource.ResourceCollection">
|
||||||
<resources>web,../../contrib/dataimporthandler/src/main/webapp</resources>
|
<resources>web</resources>
|
||||||
</baseResource>
|
</baseResource>
|
||||||
</webAppConfig>
|
</webAppConfig>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue