Updated Branches: refs/heads/master 46cf9c960 -> 88cbc9266
fixed the group id of one dependency in camel-web Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/88cbc926 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/88cbc926 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/88cbc926 Branch: refs/heads/master Commit: 88cbc9266c52aa582c319b12c6c74ba91c694714 Parents: 46cf9c9 Author: cmueller <[email protected]> Authored: Sun Aug 4 16:43:43 2013 +0200 Committer: cmueller <[email protected]> Committed: Sun Aug 4 16:43:43 2013 +0200 ---------------------------------------------------------------------- components/camel-web/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/88cbc926/components/camel-web/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-web/pom.xml b/components/camel-web/pom.xml index dc294be..e3d0086 100644 --- a/components/camel-web/pom.xml +++ b/components/camel-web/pom.xml @@ -306,7 +306,7 @@ <artifactId>maven-javadoc-plugin</artifactId> <dependencies> <dependency> - <groupId>org.apache.commons</groupId> + <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>1.3.2</version> </dependency> @@ -376,7 +376,6 @@ </configuration> </plugin> - <plugin> <groupId>com.sun.jersey.contribs</groupId> <artifactId>maven-wadl-plugin</artifactId>
