Repository: camel Updated Branches: refs/heads/master 3145ce94d -> 90327ce59
Polished Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/90327ce5 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/90327ce5 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/90327ce5 Branch: refs/heads/master Commit: 90327ce595d633220c31bda7fefb6ab2f90ebe56 Parents: 3145ce9 Author: Claus Ibsen <davscl...@apache.org> Authored: Thu Jul 20 21:40:43 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Thu Jul 20 21:40:43 2017 +0200 ---------------------------------------------------------------------- .../resources/org/apache/camel/component/cxf/jms/camel-context.xml | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/90327ce5/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/jms/camel-context.xml ---------------------------------------------------------------------- diff --git a/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/jms/camel-context.xml b/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/jms/camel-context.xml index f5fc832..a3e82af 100644 --- a/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/jms/camel-context.xml +++ b/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/jms/camel-context.xml @@ -20,12 +20,10 @@ <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camel="http://camel.apache.org/schema/spring" -xmlns:osgi="http://www.springframework.org/schema/osgi" xmlns:cxf="http://camel.apache.org/schema/cxf" xmlns:jms="http://cxf.apache.org/transports/jms" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd -http://www.springframework.org/schema/osgi http://www.springframework.org/schema/osgi/spring-osgi.xsd http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd http://camel.apache.org/schema/cxf http://camel.apache.org/schema/cxf/camel-cxf.xsd http://cxf.apache.org/transports/jms http://cxf.apache.org/schemas/configuration/jms.xsd">