You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2014/12/17 15:48:32 UTC

cxf git commit: Fix test failure in osgi itests

Repository: cxf
Updated Branches:
  refs/heads/master 54a6e5648 -> 9dd4194ce


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/9dd4194c
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/9dd4194c
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/9dd4194c

Branch: refs/heads/master
Commit: 9dd4194ce6af00377b0e1bdc6b15744fe03e29c9
Parents: 54a6e56
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Wed Dec 17 15:48:27 2014 +0100
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Wed Dec 17 15:48:27 2014 +0100

----------------------------------------------------------------------
 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/9dd4194c/osgi/itests-felix/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/itests-felix/pom.xml b/osgi/itests-felix/pom.xml
index e6d1466..4a84317 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/9dd4194c/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()