Author: jbonofre
Date: Thu Aug 29 05:33:26 2013
New Revision: 1518482
URL: http://svn.apache.org/r1518482
Log:
Set dependencies as not optional in commons-beanutils 1.7.0 bundle
Modified:
servicemix/smx4/bundles/trunk/commons-beanutils-1.7.0/pom.xml
Modified: servicemix/smx4/bundles/trunk/commons-beanutils-1.7.0/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-beanutils-1.7.0/pom.xml?rev=1518482&r1=1518481&r2=1518482&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-beanutils-1.7.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-beanutils-1.7.0/pom.xml Thu Aug 29
05:33:26 2013
@@ -58,7 +58,6 @@
<groupId>${pkgGroupId}</groupId>
<artifactId>${pkgArtifactId}</artifactId>
<version>${pkgVersion}</version>
- <optional>true</optional>
</dependency>
<!-- sources -->
@@ -67,7 +66,6 @@
<artifactId>${pkgArtifactId}</artifactId>
<version>${pkgVersion}</version>
<classifier>sources</classifier>
- <optional>true</optional>
</dependency>
</dependencies>