You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ni...@apache.org on 2015/04/13 05:24:04 UTC

[5/5] cxf git commit: Fix test failure in osgi itests

Fix test failure in osgi itests


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/c26f841a
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/c26f841a
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/c26f841a

Branch: refs/heads/3.0.x-fixes
Commit: c26f841ae70b2bbb40a248cfd93dbd1e4a381e04
Parents: 6650226
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Wed Dec 17 15:48:27 2014 +0100
Committer: Willem Jiang <wi...@gmail.com>
Committed: Mon Apr 13 11:15:08 2015 +0800

----------------------------------------------------------------------
 osgi/itests-felix/pom.xml                                        | 4 ++++
 .../java/org/apache/cxf/osgi/itests/NoAriesBlueprintTest.java    | 1 +
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/c26f841a/osgi/itests-felix/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/itests-felix/pom.xml b/osgi/itests-felix/pom.xml
index 809a54a..759bb48 100644
--- a/osgi/itests-felix/pom.xml
+++ b/osgi/itests-felix/pom.xml
@@ -72,6 +72,10 @@
     		<version>${project.version}</version>
     	</dependency>
     	<dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-servlet_3.0_spec</artifactId>
+    	</dependency>
+    	<dependency>
     		<groupId>org.apache.cxf</groupId>
     		<artifactId>cxf-rt-transports-http</artifactId>
     		<version>${project.version}</version>

http://git-wip-us.apache.org/repos/asf/cxf/blob/c26f841a/osgi/itests-felix/src/test/java/org/apache/cxf/osgi/itests/NoAriesBlueprintTest.java
----------------------------------------------------------------------
diff --git a/osgi/itests-felix/src/test/java/org/apache/cxf/osgi/itests/NoAriesBlueprintTest.java b/osgi/itests-felix/src/test/java/org/apache/cxf/osgi/itests/NoAriesBlueprintTest.java
index 1bf2ae5..de3ed84 100644
--- a/osgi/itests-felix/src/test/java/org/apache/cxf/osgi/itests/NoAriesBlueprintTest.java
+++ b/osgi/itests-felix/src/test/java/org/apache/cxf/osgi/itests/NoAriesBlueprintTest.java
@@ -66,6 +66,7 @@ public class NoAriesBlueprintTest extends OSGiTestSupport {
                 mvnBundle("org.apache.cxf", "cxf-rt-bindings-xml"),
                 mvnBundle("org.apache.cxf", "cxf-rt-bindings-soap"),
                 mvnBundle("org.apache.cxf", "cxf-rt-frontend-simple"),
+                mvnBundle("org.apache.geronimo.specs", "geronimo-servlet_3.0_spec"),
                 mvnBundle("org.apache.cxf", "cxf-rt-transports-http"),
                 mvnBundle("org.apache.cxf", "cxf-rt-frontend-jaxws"),
                 junitBundles()