Author: jbonofre
Date: Wed May 29 07:06:49 2013
New Revision: 1487345

URL: http://svn.apache.org/r1487345
Log:
Remove optional dependency flag

Modified:
    servicemix/smx4/bundles/trunk/solr-solrj-4.3.0/pom.xml

Modified: servicemix/smx4/bundles/trunk/solr-solrj-4.3.0/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/solr-solrj-4.3.0/pom.xml?rev=1487345&r1=1487344&r2=1487345&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/solr-solrj-4.3.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/solr-solrj-4.3.0/pom.xml Wed May 29 07:06:49 
2013
@@ -60,7 +60,6 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
-            <optional>false</optional>
         </dependency>
 
         <!-- sources -->
@@ -69,7 +68,6 @@
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
             <classifier>sources</classifier>
-            <optional>false</optional>
         </dependency>
     </dependencies>
 


Reply via email to