Author: jbonofre
Date: Wed May 29 05:08:52 2013
New Revision: 1487247
URL: http://svn.apache.org/r1487247
Log:
Remove optional dependencies.
Modified:
servicemix/smx4/bundles/trunk/rhino-1.7-R2/pom.xml
Modified: servicemix/smx4/bundles/trunk/rhino-1.7-R2/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/rhino-1.7-R2/pom.xml?rev=1487247&r1=1487246&r2=1487247&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/rhino-1.7-R2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/rhino-1.7-R2/pom.xml Wed May 29 05:08:52 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>