Author: mbenson Date: Tue Jul 27 15:30:05 2010 New Revision: 979750 URL: http://svn.apache.org/viewvc?rev=979750&view=rev Log: mark commons-lang3 as optional since TypeUtils is used only as a fallback mechanism, albeit a useful one
Modified: commons/proper/proxy/branches/version-2.0-work/stub/pom.xml Modified: commons/proper/proxy/branches/version-2.0-work/stub/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/proxy/branches/version-2.0-work/stub/pom.xml?rev=979750&r1=979749&r2=979750&view=diff ============================================================================== --- commons/proper/proxy/branches/version-2.0-work/stub/pom.xml (original) +++ commons/proper/proxy/branches/version-2.0-work/stub/pom.xml Tue Jul 27 15:30:05 2010 @@ -34,6 +34,7 @@ <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.0-SNAPSHOT</version> + <optional>true</optional> </dependency> <dependency> <groupId>junit</groupId>