Author: jbonofre
Date: Thu Aug 29 05:52:38 2013
New Revision: 1518492
URL: http://svn.apache.org/r1518492
Log:
Remove optional dependencies in commons-beanutils 1.8.3 bundle
Modified:
servicemix/smx4/bundles/trunk/commons-beanutils-1.8.3/pom.xml
Modified: servicemix/smx4/bundles/trunk/commons-beanutils-1.8.3/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-beanutils-1.8.3/pom.xml?rev=1518492&r1=1518491&r2=1518492&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-beanutils-1.8.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-beanutils-1.8.3/pom.xml Thu Aug 29
05:52:38 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>