Repository: camel Updated Branches: refs/heads/master f6e943227 -> e6b9b857b
upgrade CXF 3.0.1 to 3.0.2-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/90d57517 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/90d57517 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/90d57517 Branch: refs/heads/master Commit: 90d57517830a38bc41145d545a4c2d2e65cf56c5 Parents: f6e9432 Author: cmueller <[email protected]> Authored: Sun Sep 14 13:08:33 2014 +0200 Committer: cmueller <[email protected]> Committed: Sun Sep 14 13:08:33 2014 +0200 ---------------------------------------------------------------------- parent/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/90d57517/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 193c3ee..d190dd5 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -114,9 +114,10 @@ <commons-vfs2-version>2.0</commons-vfs2-version> <concurrentlinkedhashmap.version>1.4</concurrentlinkedhashmap.version> <cobertura-maven-plugin-version>2.5.2</cobertura-maven-plugin-version> - <cxf-version>3.0.1</cxf-version> + <!-- we use exceptional a SNAPSHOT version because CXF 3.0.1 breaks our feature validation which is really bad --> + <cxf-version>3.0.2-SNAPSHOT</cxf-version> <cxf-version-range>[2.7,4.0)</cxf-version-range> - <cxf-xjc-utils-version>3.0.1</cxf-xjc-utils-version> + <cxf-xjc-utils-version>3.0.2-SNAPSHOT</cxf-xjc-utils-version> <deltaspike-version>1.0.2</deltaspike-version> <derby-version>10.10.2.0</derby-version> <disruptor-version>3.3.0</disruptor-version>
