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/09/01 04:35:32 UTC

git commit: Fixed a build error of camel-example-guice-jms with JDK8

Repository: camel
Updated Branches:
  refs/heads/master ee07a38c9 -> b6efad5ec


Fixed a build error of camel-example-guice-jms with JDK8


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

Branch: refs/heads/master
Commit: b6efad5ec3177ecc0788858d1c38f9fdd1cba42c
Parents: ee07a38
Author: Willem Jiang <wi...@gmail.com>
Authored: Mon Sep 1 10:35:05 2014 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Mon Sep 1 10:35:05 2014 +0800

----------------------------------------------------------------------
 examples/camel-example-guice-jms/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/b6efad5e/examples/camel-example-guice-jms/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-guice-jms/pom.xml b/examples/camel-example-guice-jms/pom.xml
index ee84639..4511f71 100644
--- a/examples/camel-example-guice-jms/pom.xml
+++ b/examples/camel-example-guice-jms/pom.xml
@@ -68,6 +68,11 @@
             <artifactId>org.osgi.core</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.springframework.osgi</groupId>
+            <artifactId>spring-osgi-core</artifactId>
+            <scope>provided</scope>
+        </dependency>
 
         <!-- lets use log4j -->
         <dependency>
@@ -138,7 +143,7 @@
                     <duration>5s</duration>
                     <jndiProperties>/guicejndi.properties</jndiProperties>
               </configuration>
-            </plugin>        
+            </plugin>
         </plugins>
 
     </build>