Author: jbonofre
Date: Wed May 29 07:29:44 2013
New Revision: 1487361
URL: http://svn.apache.org/r1487361
Log:
Remove optional dependency flag
Modified:
servicemix/smx4/bundles/trunk/lucene-4.3.0/pom.xml
Modified: servicemix/smx4/bundles/trunk/lucene-4.3.0/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/lucene-4.3.0/pom.xml?rev=1487361&r1=1487360&r2=1487361&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/lucene-4.3.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/lucene-4.3.0/pom.xml Wed May 29 07:29:44 2013
@@ -52,7 +52,6 @@
<groupId>${pkgGroupId}</groupId>
<artifactId>${pkgArtifactId}</artifactId>
<version>${pkgVersion}</version>
- <optional>false</optional>
</dependency>
<!-- sources -->
@@ -61,7 +60,6 @@
<artifactId>${pkgArtifactId}</artifactId>
<version>${pkgVersion}</version>
<classifier>sources</classifier>
- <optional>false</optional>
</dependency>
</dependencies>