Author: jbonofre
Date: Thu Aug 29 05:41:05 2013
New Revision: 1518487
URL: http://svn.apache.org/r1518487
Log:
Set the dependencies as not optional in commons-beanutils 1.8.2 bundle
Modified:
servicemix/smx4/bundles/trunk/commons-beanutils-1.8.2/pom.xml
Modified: servicemix/smx4/bundles/trunk/commons-beanutils-1.8.2/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-beanutils-1.8.2/pom.xml?rev=1518487&r1=1518486&r2=1518487&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-beanutils-1.8.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-beanutils-1.8.2/pom.xml Thu Aug 29
05:41:05 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>