Author: cmueller
Date: Thu Mar 28 14:53:37 2013
New Revision: 1462136
URL: http://svn.apache.org/r1462136
Log:
added correct dependency to commons-io after it was moved in Maven central
Modified:
camel/trunk/components/camel-web/pom.xml
Modified: camel/trunk/components/camel-web/pom.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/components/camel-web/pom.xml?rev=1462136&r1=1462135&r2=1462136&view=diff
==============================================================================
--- camel/trunk/components/camel-web/pom.xml (original)
+++ camel/trunk/components/camel-web/pom.xml Thu Mar 28 14:53:37 2013
@@ -304,6 +304,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>1.3.2</version>
+ </dependency>
+ </dependencies>
<executions>
<execution>
<goals>