You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by an...@apache.org on 2015/05/11 21:45:50 UTC

tomee git commit: Remove duplicate & add schema

Repository: tomee
Updated Branches:
  refs/heads/tomee-1.7.x f39813131 -> fdc3cc41c


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

Branch: refs/heads/tomee-1.7.x
Commit: fdc3cc41c0af0c7f04b8d8d036c5df2f7eedc6d8
Parents: f398131
Author: AndyGee <an...@gmx.de>
Authored: Mon May 11 21:45:22 2015 +0200
Committer: AndyGee <an...@gmx.de>
Committed: Mon May 11 21:45:22 2015 +0200

----------------------------------------------------------------------
 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/fdc3cc41/examples/cdi-event-realm/pom.xml
----------------------------------------------------------------------
diff --git a/examples/cdi-event-realm/pom.xml b/examples/cdi-event-realm/pom.xml
index 1a16ea8..71b4ae3 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/fdc3cc41/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">