Repository: camel Updated Branches: refs/heads/master 4ffe89dc9 -> 4112a72f8
Added commons IO to parent POM. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4112a72f Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4112a72f Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4112a72f Branch: refs/heads/master Commit: 4112a72f8e52708ab44655e89ec8778f3ee49857 Parents: 4ffe89d Author: Henryk Konsek <hekon...@gmail.com> Authored: Mon Mar 2 18:07:29 2015 +0100 Committer: Henryk Konsek <hekon...@gmail.com> Committed: Mon Mar 2 18:07:29 2015 +0100 ---------------------------------------------------------------------- components/camel-spring-boot/pom.xml | 2 -- parent/pom.xml | 5 +++++ 2 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/4112a72f/components/camel-spring-boot/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-spring-boot/pom.xml b/components/camel-spring-boot/pom.xml index d23c27c..b0d9649 100644 --- a/components/camel-spring-boot/pom.xml +++ b/components/camel-spring-boot/pom.xml @@ -68,7 +68,6 @@ </dependency> <!-- Testing dependencies --> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> @@ -82,7 +81,6 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>${commons-io-version}</version> <scope>test</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/4112a72f/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 944c734..2615f09 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -2311,6 +2311,11 @@ <version>${commons-collections-version}</version> </dependency> <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>${commons-io-version}</version> + </dependency> + <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> <version>${httpclient-version}</version>