You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2014/08/26 08:08:54 UTC

[2/4] git commit: CAMEL-7615 Enabled the test of CxfRsBlueprintRouterTest

CAMEL-7615 Enabled the test of CxfRsBlueprintRouterTest


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

Branch: refs/heads/master
Commit: e65f67e34905a01ffae7664d81f728d8a7bb9b4f
Parents: fe438ef
Author: Willem Jiang <wi...@gmail.com>
Authored: Tue Aug 26 14:05:57 2014 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Tue Aug 26 14:08:13 2014 +0800

----------------------------------------------------------------------
 tests/camel-itest-osgi/pom.xml | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/e65f67e3/tests/camel-itest-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest-osgi/pom.xml b/tests/camel-itest-osgi/pom.xml
index ca89992..a6dc6c4 100644
--- a/tests/camel-itest-osgi/pom.xml
+++ b/tests/camel-itest-osgi/pom.xml
@@ -267,7 +267,7 @@
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
-      <artifactId>spring-context-support</artifactId>      
+      <artifactId>spring-context-support</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -300,12 +300,12 @@
     </dependency>
 	<dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-mail</artifactId>      
+      <artifactId>camel-mail</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-test</artifactId>      
+      <artifactId>camel-test</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -375,19 +375,19 @@
           <artifactId>cxf-rt-rs-extension-providers</artifactId>
           <version>${cxf-version}</version>
           <scope>test</scope>
-      </dependency>  
+      </dependency>
       <dependency>
           <groupId>org.apache.cxf</groupId>
           <artifactId>cxf-rt-transports-http-jetty</artifactId>
           <version>${cxf-version}</version>
           <scope>test</scope>
-      </dependency>  
+      </dependency>
       <dependency>
-          <groupId>org.apache.cxf</groupId>
+          <groupId>org.apache.cxf</goupId>
           <artifactId>cxf-rt-ws-security</artifactId>
           <version>${cxf-version}</version>
           <scope>test</scope>
-      </dependency>  
+      </dependency>
       <dependency>
           <groupId>org.codehaus.jettison</groupId>
           <artifactId>jettison</artifactId>
@@ -486,7 +486,6 @@
               <excludes>
                   <exclude>**/FIXMETest.*</exclude>
                   <exclude>**/FtpConsumeTest.*</exclude>
-                  <exclude>**/CxfRsBlueprintRouterTest.*</exclude>
                   <exclude>**/BlobStoreRouteTest.*</exclude> <!-- CAMEL-6134 -->
                   <exclude>**/BlobStoreBlueprintRouteTest.*</exclude> <!-- CAMEL-6134 -->
               </excludes>
@@ -494,7 +493,7 @@
                   <karafVersion>${karaf-version}</karafVersion>
               </systemPropertyVariables>
           </configuration>
-      </plugin>      
+      </plugin>
 
         <!-- CXF wsdl2java generator, will plugin to the compile goal -->
         <plugin>
@@ -549,7 +548,7 @@
 		</plugin>
     </plugins>
   </build>
-   
+
   <profiles>
 	<profile>
         <id>ci-build-profile</id>