You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/02/18 17:44:25 UTC

[camel] branch master updated: Darn we use some old spring-dm for testing

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new f742c49  Darn we use some old spring-dm for testing
f742c49 is described below

commit f742c4975f0b74e85d816c6008539b3131d6bdd9
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Feb 18 18:44:08 2019 +0100

    Darn we use some old spring-dm for testing
---
 components/camel-core-osgi/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-core-osgi/pom.xml b/components/camel-core-osgi/pom.xml
index 6b22a79..d8c52fe 100644
--- a/components/camel-core-osgi/pom.xml
+++ b/components/camel-core-osgi/pom.xml
@@ -72,6 +72,7 @@
     <dependency>
       <groupId>org.springframework.osgi</groupId>
       <artifactId>spring-osgi-mock</artifactId>
+      <version>1.2.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>