CXF-6346 Fixed the NoAriesBlueprintTest test failure with JDK1.8
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/c2a4dd4b Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/c2a4dd4b Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/c2a4dd4b Branch: refs/heads/3.0.x-fixes Commit: c2a4dd4b06a29499c8b5430547f52ce22f94bf55 Parents: 5263a8d Author: Willem Jiang <willem.ji...@gmail.com> Authored: Mon Apr 13 11:08:24 2015 +0800 Committer: Willem Jiang <willem.ji...@gmail.com> Committed: Mon Apr 13 11:11:33 2015 +0800 ---------------------------------------------------------------------- osgi/itests-felix/pom.xml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/c2a4dd4b/osgi/itests-felix/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/itests-felix/pom.xml b/osgi/itests-felix/pom.xml index 20176b0..809a54a 100644 --- a/osgi/itests-felix/pom.xml +++ b/osgi/itests-felix/pom.xml @@ -111,17 +111,25 @@ <version>1.6.0</version> <scope>test</scope> </dependency> - + + <!--Updated the felix and osgi version to support JDK8 --> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.framework</artifactId> - <version>3.2.2</version> + <version>4.4.0</version> <scope>test</scope> </dependency> - + + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.core</artifactId> + <version>4.3.0</version> + </dependency> + <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.compendium</artifactId> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.compendium</artifactId> + <version>4.3.0</version> </dependency> <dependency>