Remove duplicate & add schema
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/a4592478 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/a4592478 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/a4592478 Branch: refs/heads/release-tomee-1.7.2 Commit: a459247877a89d57a782dfbfde13cb44e78ef6e8 Parents: 5e9524a Author: AndyGee <[email protected]> Authored: Mon May 11 21:45:22 2015 +0200 Committer: Jonathan Gallimore <[email protected]> Committed: Sun May 17 21:18:56 2015 +0100 ---------------------------------------------------------------------- examples/cdi-event-realm/pom.xml | 6 ------ .../main/resources/META-INF/spring/calculator-camel-ctx.xml | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/a4592478/examples/cdi-event-realm/pom.xml ---------------------------------------------------------------------- diff --git a/examples/cdi-event-realm/pom.xml b/examples/cdi-event-realm/pom.xml index 2897b24..9532661 100644 --- a/examples/cdi-event-realm/pom.xml +++ b/examples/cdi-event-realm/pom.xml @@ -87,12 +87,6 @@ <version>6.0-6</version> <scope>provided</scope> </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.11</version> - <scope>test</scope> - </dependency> <!-- Needed to observe events in the AuthBean --> <dependency> <groupId>org.apache.openejb</groupId> http://git-wip-us.apache.org/repos/asf/tomee/blob/a4592478/examples/simple-osgi/simple-osgi-camel-client/src/main/resources/META-INF/spring/calculator-camel-ctx.xml ---------------------------------------------------------------------- diff --git a/examples/simple-osgi/simple-osgi-camel-client/src/main/resources/META-INF/spring/calculator-camel-ctx.xml b/examples/simple-osgi/simple-osgi-camel-client/src/main/resources/META-INF/spring/calculator-camel-ctx.xml index 0e082ea..f1ed86c 100644 --- a/examples/simple-osgi/simple-osgi-camel-client/src/main/resources/META-INF/spring/calculator-camel-ctx.xml +++ b/examples/simple-osgi/simple-osgi-camel-client/src/main/resources/META-INF/spring/calculator-camel-ctx.xml @@ -19,7 +19,7 @@ xmlns:camel="http://camel.apache.org/schema/spring" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd - http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring-2.8.3.xsd"> + http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd"> <camel:camelContext id="helloContext"> <camel:route id="TimerHelloRoute">
