You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2011/02/21 05:30:28 UTC

svn commit: r1072847 - /lucene/dev/branches/branch_3x/dev-tools/maven/solr/src/webapp/pom.xml.template

Author: sarowe
Date: Mon Feb 21 04:30:27 2011
New Revision: 1072847

URL: http://svn.apache.org/viewvc?rev=1072847&view=rev
Log:
SOLR-2365: remove DIH jar dependency from the Solr war POM

Modified:
    lucene/dev/branches/branch_3x/dev-tools/maven/solr/src/webapp/pom.xml.template

Modified: lucene/dev/branches/branch_3x/dev-tools/maven/solr/src/webapp/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/dev-tools/maven/solr/src/webapp/pom.xml.template?rev=1072847&r1=1072846&r2=1072847&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/dev-tools/maven/solr/src/webapp/pom.xml.template (original)
+++ lucene/dev/branches/branch_3x/dev-tools/maven/solr/src/webapp/pom.xml.template Mon Feb 21 04:30:27 2011
@@ -116,9 +116,8 @@
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>solr-dataimporthandler</artifactId>
-      <version>${project.version}</version>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>wstx-asl</artifactId>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
@@ -156,11 +155,6 @@
         <configuration>
           <warSourceDirectory>web</warSourceDirectory>
           <webXml>web/WEB-INF/web.xml</webXml>
-          <webResources>
-            <resource>
-              <directory>../../contrib/dataimporthandler/src/main/webapp</directory>
-            </resource>
-          </webResources>
         </configuration>
       </plugin>
       <plugin>
@@ -177,7 +171,7 @@
           <webAppConfig>
             <contextPath>/</contextPath>
             <baseResource implementation="org.mortbay.resource.ResourceCollection">
-              <resources>web,../../contrib/dataimporthandler/src/main/webapp</resources>
+              <resources>web</resources>
             </baseResource>
           </webAppConfig>
         </configuration>