Author: jbonofre
Date: Wed May 29 05:17:07 2013
New Revision: 1487251
URL: http://svn.apache.org/r1487251
Log:
Remove optional dependency flag
Modified:
servicemix/smx4/bundles/trunk/rhino-1.7-R3/pom.xml
Modified: servicemix/smx4/bundles/trunk/rhino-1.7-R3/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/rhino-1.7-R3/pom.xml?rev=1487251&r1=1487250&r2=1487251&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/rhino-1.7-R3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/rhino-1.7-R3/pom.xml Wed May 29 05:17:07 2013
@@ -57,7 +57,6 @@
<groupId>${pkgGroupId}</groupId>
<artifactId>${pkgArtifactId}</artifactId>
<version>${pkgVersion}</version>
- <optional>true</optional>
</dependency>
<!-- sources -->
@@ -66,7 +65,6 @@
<artifactId>${pkgArtifactId}</artifactId>
<version>${pkgVersion}</version>
<classifier>sources</classifier>
- <optional>true</optional>
</dependency>
</dependencies>