Updated Branches: refs/heads/camel-2.11.x 0a4e7f87a -> f99557261
CAMEL-6219: Downgrade to commons net 3.1 to avoid bug in 3.2. Thanks to Lu Tahmazyan for testing and discovering this. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f9955726 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f9955726 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f9955726 Branch: refs/heads/camel-2.11.x Commit: f99557261174067cb99b3b9688288817bce8b831 Parents: 0a4e7f8 Author: Claus Ibsen <davscl...@apache.org> Authored: Tue May 21 05:35:25 2013 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Tue May 21 07:44:20 2013 +0200 ---------------------------------------------------------------------- parent/pom.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/f9955726/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 73e5a14..83c4f37 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -97,7 +97,8 @@ <commons-lang3-version>3.1</commons-lang3-version> <commons-logging-version>1.1.2</commons-logging-version> <commons-math-version>2.2</commons-math-version> - <commons-net-version>3.2</commons-net-version> + <!-- commons-net 3.2 has a bug so keep using 3.1, see NET-492 --> + <commons-net-version>3.1</commons-net-version> <commons-pool-version>1.6</commons-pool-version> <commons-vfs2-version>2.0</commons-vfs2-version> <concurrentlinkedhashmap.version>1.3.2</concurrentlinkedhashmap.version>